OpenAGI: Package for AI Agent Creation
Project description
OpenAGI: Package for AI Agent Creation
✈️ 1. Getting Started
1.1 Installation
(1) use OpenAGI in AIOS
-
follow AIOS instruction to install the virtual environment
-
git clone and install openagi under the AIOS virtual environment
$ pip install -e .
(2) use OpenAGI alone
- 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
- 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
5. Star History
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for pyopenagi-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df4940420419cfe1fcf755abc54fe0537c4d7a85b37b322b60b76dbb0597354c |
|
MD5 | 01a4c9261197861b84cf5fc86c4f3830 |
|
BLAKE2b-256 | 0f0ece8f716483f4c9a6df1c8dcce924d409d9082c2ef0a3cb1276e3c4fa1d63 |