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
Developer Resources
- RemoteAgent Reference for complete API documentation.
- RemoteAgent Example for a complete example.