RemoteAgent allows you to execute agents that are running on a remote AgentOS instance as if they were local agents. This enables distributed architectures where specialized agents run on different servers.
Prerequisites
You need a running AgentOS instance with at least one agent. See Creating Your First OS to set one up.Basic Usage
Streaming Responses
Stream responses in real-time for a better user experience:Configuration Access
Access the remote agent’s configuration:Authentication
For authenticated AgentOS instances:Error Handling
A2A Protocol Support
RemoteAgent can also connect to any A2A-compatible server, enabling communication with agents built using other frameworks like Google ADK.
Connecting to Agno AgentOS via A2A interface
Connecting to Google ADK
Developer Resources
- RemoteAgent Reference for complete API documentation.
- RemoteAgent Example for a complete example.
- A2A Client for direct A2A protocol access.