ClaudeAgent wraps the Claude Agent SDK so Claude Code can be served through AgentOS.
Tool execution is handled by the SDK. You configure which built-in tools are allowed and which permission mode to use.
Install
Parameters
Examples
AgentOS deployment
Serve a Claude Code agent through AgentOS.
Standalone usage
Call the agent directly with
.run() and .print_response().Custom MCP tools
Extend Claude Code with your own MCP servers.
Sessions
Resume conversations across runs with
session_id.