AgentProtocol and behaves like a native Agent for routing, streaming and session persistence.
Supported Frameworks
Once registered, an external agent is routed, streamed over SSE and persisted just like a native Agno agent.
The same adapter also works standalone via
.run() and .print_response().
See the per-framework pages for more examples.
What Works and What Doesn’t
The adapters cover the basics every AgentOS deployment needs (registration, streaming, sessions, tool visibility).
Agno-specific capabilities like delegation, knowledge, dependencies, and hooks live on the native
Agent and Team and are not available through external frameworks.Next Steps
Claude Agent SDK
Run Claude Code as an AgentOS agent.
LangGraph
Wrap a compiled LangGraph graph.
DSPy
Serve a DSPy program (Predict, ChainOfThought, ReAct).
Antigravity
Run Google’s Managed Agents (Gemini API) in a sandbox.