Overview
OpenSage is a self-contained ecosystem for building next-generation AI systems that can self-evolve. It consists of four core components that together enable an end-to-end pipeline for agent construction, deployment, training, and inference.
- OpenSage-ADK: An AI-centric Agent Development Kit that enables AI to self-create agent topologies and synthesize toolsets, rather than relying on hand-crafted agent designs.
- OpenSage-Inference: AGInfer, an LLM inference engine optimized for agentic tasks, featuring long-context and tool-calling support with a modular design for high extensibility across new model architectures.
- OpenSage-Training: A framework for large-scale agentic RL training with seamless integration into popular training frameworks such as AReaL and SLIME, built on the OpenSage agent scaffold and environment infrastructure.
- OpenSage-Env: Integrated with popular environment frameworks (e.g., OpenEnv), with all agent execution running on NitroBox — an OpenSage-developed sandbox environment designed for efficient agentic RL training.
OpenSage Architecture
End-to-end pipeline: environment → rollout → training
OpenSage-Env
- Connect to many envs (AgentBeats)
- OpenSage auto env generation
- NitroBox: lightweight Docker
observations, reward
actions
OpenSage-ADK
- AI-centric agent topology generation
- AI-centric tool creation
- Comprehensive memory system
Rollout Collection (OpenSage-eval layer)
Agent interacts with env; collects trajectories + rewards
trajectories
Training Framework (veRL, SLIME, AReaL, etc.)
Highlights
OpenSage-ADK
SageAgent, built by AI itself using OpenSage-ADK, significantly outperforms other open-source agents and achieves state-of-the-art results across software engineering and cybersecurity benchmarks.
CyberGym
60.2%
vs. 39.4% OpenHands
#1 with GPT-5
Terminal-Bench 2.0
78.4%
vs. 64.7% Terminus 2
#1 with GPT-5.3-CodeX
SWE-Bench Pro
59.0%
vs. 40.2% SWE-Agent
#1 with Gemini-3-Flash
DevOps-Gym
46.8%
Only agent to complete end-to-end tasks
#1 DevOps
Explore
OpenSage-ADK
AI-centric ADK, supporting AI-created agents.
OpenSage-Inference
AGInfer: Agentic-native inference framework with a modular, extensible design for high efficiency.
Training
Efficient training framework for large-scale agentic RL.
Env
Integrated with popular environment frameworks, with agentic-native sandbox NitroBox for efficient agentic training.