Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.39 KB

README.md

File metadata and controls

61 lines (46 loc) · 2.39 KB

OpenAGI: Package for AI Agent Creation

Code License

✈️ 1. Getting Started

1.1 Installation

(1) use OpenAGI in AIOS

  1. follow AIOS instruction to install the virtual environment

  2. git clone and install openagi under the AIOS virtual environment

$ pip install -e .

(2) use OpenAGI alone

  1. set up virtual environment and install the required packages using pip
conda create -n OpenAGI python=3.11
source activate OpenAGI
cd OpenAGI
pip install -r requirements.txt
  1. Allow your code to be able to see 'openagi'
$ pip install -e .

1.2 Usage

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

You can also create .env file from the .env.example file, and then use dotenv to load the environment variables using .env file into your application's environment at runtime.

cp .env.example .env

2. Contributing

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!

🖋️ 3. 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}
}

🌍 4. OpenAGI Contributors

OpenAGI contributors

5. Star History

Star History Chart