OpenAGI
When LLM Meets Domain Experts
...Agents are organized in a well-defined folder structure that includes code (agent.py), configuration (config.json), and extra requirements (meta_requirements.txt), which makes them easy to package, share, and reuse. The project includes tooling for registering agents with AIOS by uploading them via a command-line interface, enforcing a consistent naming scheme that matches the local folder layout. A companion tooling layer lets agents call external tools described in the tools.md documentation, enabling them to orchestrate APIs, retrieval pipelines, and other utilities in response to LLM decisions.