agiresearch / OpenAGI

OpenAGI: When LLM Meets Domain Experts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAGI: Package for AI Agent Creation

Code License

✈️ Getting Started

OpenAGI is used as the agent creation package to build agents for AIOS.

Installation

From PyPI

pip install pyopenagi

Locally

git clone https://agiresearch/OpenAGI
cd OpenAGI
pip install -e .

External tool setup

If you use external tool APIs in your agents, you can follow instructions of setting up tools in How to setup external tools.

🚀 Contributions

For detailed information on how to contribute, see CONTRIBUTE. If you would like to contribute to the codebase, issues or pull requests are always welcome!

🖋️ Research

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}
}

🌍 OpenAGI Contributors

OpenAGI contributors

🌟 Star History

Star History Chart

About

OpenAGI: When LLM Meets Domain Experts

License:MIT License


Languages

Language:Python 98.5%Language:MATLAB 1.4%Language:Shell 0.1%Language:HTML 0.0%