om-raheja 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前
..
agents 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前
queues 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前
tools 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前
utils 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前
README.md 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前
__init__.py f4f38f6fe8 refactor: move files out of the src folder 4 月之前

README.md

pyopenagi

The internal implementation for OpenAGI.

  1. agents/ contains the agent implementation all future agents have to follow.
  2. queues/ contains the class implementation for queues.
  3. utils/ contains some helpful internal utilities.
  4. tools/ contains the tools the agents can use.