Skip to content

Commit 39bf93b

Browse files
committed
chore: removed broken badges and updated publications
1 parent 26bf1fc commit 39bf93b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PrimisAI Nexus
2-
[![arXiv](https://img.shields.io/badge/arXiv-2502.19091-b31b1b.svg)](https://arxiv.org/abs/2502.19091) [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/nexus-a-lightweight-and-scalable-multi-agent/code-generation-on-verilogeval)](https://paperswithcode.com/sota/code-generation-on-verilogeval?p=nexus-a-lightweight-and-scalable-multi-agent) [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/nexus-a-lightweight-and-scalable-multi-agent/code-generation-on-humaneval)](https://paperswithcode.com/sota/code-generation-on-humaneval?p=nexus-a-lightweight-and-scalable-multi-agent)
2+
[![arXiv](https://img.shields.io/badge/arXiv-2502.19091-b31b1b.svg)](https://arxiv.org/abs/2502.19091) [![arXiv](https://img.shields.io/badge/arXiv-2507.14393-b31b1b.svg)](https://arxiv.org/abs/2507.14393)
33

44
![Tests](https://github.com/PrimisAI/nexus/actions/workflows/tests.yaml/badge.svg) ![Continuous Delivery](https://github.com/PrimisAI/nexus/actions/workflows/cd.yaml/badge.svg) ![PyPI - Version](https://img.shields.io/pypi/v/primisai) [![PyPI Downloads](https://static.pepy.tech/badge/primisai)](https://pepy.tech/projects/primisai) ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FPrimisAI%2Fnexus%2Fmain%2Fpyproject.toml) ![GitHub License](https://img.shields.io/github/license/PrimisAI/nexus)
55

@@ -400,6 +400,17 @@ If you find Nexus useful, please consider citing our preprint.
400400
year={2025}
401401
}
402402
```
403+
404+
If you leveraged the Architect in your work, please consider citing our dedicated paper as well.
405+
```bibtex
406+
@article{sami2025adaptive,
407+
title={Adaptive Multi-Agent Reasoning via Automated Workflow Generation},
408+
author={Sami, Humza and ul Islam, Mubashir and Gaillardon, Pierre-Emmanuel and Tenace, Valerio},
409+
journal={arXiv preprint arXiv:2507.14393},
410+
year={2025}
411+
}
412+
```
413+
403414
## License
404415

405416
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)