RemoteWorkflow allows you to execute workflows that are running on a remote AgentOS instance. This enables you to leverage complex multi-step workflows without hosting them locally.
Prerequisites
You need a running AgentOS instance with at least one workflow configured. See Creating Your First OS to set one up.Basic Usage
Streaming Responses
Stream workflow responses in real-time:Passing Additional Data
Send additional structured data to the workflow:Configuration Access
Access the remote workflow’s configuration:Using in Gateway
Register remote workflows in an AgentOS gateway:Authentication
For authenticated AgentOS instances:Error Handling
A2A Protocol Support
RemoteWorkflow can also connect to any A2A-compatible server, enabling communication with workflows built using other frameworks.