-
follow AIOS instruction to install the virtual environment
-
Allow your code to be able to see 'openagi'
$ pip install -e .
Run tests: Add your test code into the tests/ directory if any, then run test via pytest
pytest -s tests
Please check out our implementation for our research paper OpenAGI: When LLM Meets Domain Experts.
@article{openagi,
title={OpenAGI: When LLM Meets Domain Experts},
author={Ge, Yingqiang and Hua, Wenyue and Mei, Kai and Ji, Jianchao and Tan, Juntao and Xu, Shuyuan and Li, Zelong and Zhang, Yongfeng},
journal={In Advances in Neural Information Processing Systems (NeurIPS)},
year={2023}
}