mirror of https://github.com/aliasrobotics/cai.git
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
|
|
|
|
## Citation
|
|
If you want to cite our work, please use the following format
|
|
```bibtex
|
|
@misc{mayoralvilches2025caiopenbugbountyready,
|
|
title={CAI: An Open, Bug Bounty-Ready Cybersecurity AI},
|
|
author={Víctor Mayoral-Vilches and Luis Javier Navarrete-Lozano and María Sanz-Gómez and Lidia Salas Espejo and Martiño Crespo-Álvarez and Francisco Oca-Gonzalez and Francesco Balassone and Alfonso Glera-Picón and Unai Ayucar-Carbajo and Jon Ander Ruiz-Alcalde and Stefan Rass and Martin Pinzger and Endika Gil-Uriarte},
|
|
year={2025},
|
|
eprint={2504.06017},
|
|
archivePrefix={arXiv},
|
|
primaryClass={cs.CR},
|
|
url={https://arxiv.org/abs/2504.06017},
|
|
}
|
|
```
|
|
|
|
## Acknowledgements
|
|
|
|
CAI was initially developed by [Alias Robotics](https://aliasrobotics.com) and co-funded by the European EIC accelerator project RIS (GA 101161136) - HORIZON-EIC-2023-ACCELERATOR-01 call. The original agentic principles are inspired from OpenAI's [`swarm`](https://github.com/openai/swarm) library. This project also makes use of other relevant open source building blocks including [`LiteLLM`](https://github.com/BerriAI/litellm), and [`phoenix`](https://github.com/Arize-ai/phoenix)
|