Multi-agent collaboration framework for AI systems
Top 47.2% on SourcePulse
OxyGent is a Python framework for building and deploying production-ready multi-agent AI systems. It targets developers and enterprises seeking to create efficient, scalable, and adaptable AI teams with transparent, end-to-end pipelines, enabling seamless collaboration and continuous evolution of intelligent agents.
How It Works
OxyGent employs a modular, component-based architecture where agents, tools, and LLMs are standardized "Oxy" components that snap together. This design facilitates rapid assembly, hot-swapping, and cross-scenario reuse of agents through clean Python interfaces, avoiding complex configurations. Its elastic architecture supports various agent topologies, from simple ReAct to complex hybrid planning, with automated dependency mapping and visual debugging for performance optimization.
Quick Start & Requirements
pip install oxygent
or uv pip install oxygent
. Development setup requires Node.js and pip install -r requirements.txt
.conda
or uv
for environment management. LLM API keys and base URLs are required for operation.Highlighted Details
Maintenance & Community
The project is actively maintained by JD.com. Community support is available via the project's GitHub Issues.
Licensing & Compatibility
Limitations & Caveats
The framework is designed for Python 3.10 and may require specific environment configurations. While performance is benchmarked, real-world scalability and efficiency will depend on the specific agent implementations and underlying infrastructure.
2 days ago
Inactive