jd-opensource/OxyGent

[ACL 2026] OxyGent: Making Multi-Agent Systems Modular, Observable, and Evolvable via Oxy Abstraction https://arxiv.org/abs/2604.25602

What it solves

OxyGent addresses the complexity of building and scaling production-ready multi-agent systems. It replaces rigid, siloed AI workflows with a modular framework that allows developers to assemble, deploy, and evolve AI teams efficiently without needing to write complex configurations.

How it works

The framework centers around a standardized abstraction called "Oxy," where tools, models, and agents are treated as modular components that can be snapped together like LEGO bricks. It supports various planning paradigms—including ReAct, dynamic planning (where agents decompose tasks and negotiate solutions), and hybrid planning—to handle emergent challenges. An elastic architecture and distributed scheduler allow these agents to be deployed across multiple nodes and scaled horizontally.

Who it’s for

  • Developers who want to implement business logic without rebuilding agent infrastructure from scratch.
  • Enterprises looking to unify fragmented AI systems to reduce communication overhead and improve auditability.
  • Users seeking a seamless experience from an integrated ecosystem of intelligent agents.

Highlights

  • Modular Design: Uses Oxy components for hot-swapping and cross-scenario reuse via clean Python interfaces.
  • Dynamic Collaboration: Agents can intelligently decompose tasks and adapt to changes in real-time rather than following a fixed script.
  • Continuous Evolution: Includes built-in evaluation engines that auto-generate training data to create knowledge feedback loops.
  • Scalable Infrastructure: Features a distributed scheduler for linear cost growth and exponential gains in collaborative intelligence.

Related

  • Project
  • Project
  • Project
  • Project
  • Project