Skip to main content
Demonstrates executing a workflow hosted on a remote server using RemoteWorkflow.
remote_workflow.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Clone Agno

Clone the repository and run the remaining commands from its root:
5

Configure the remote workflow

Point the client at the companion server and its registered workflow:
6

Start the remote AgentOS

In another terminal, start the server that registers qa-workflow:
7

Run the example

Run the example from the repository root:
Full source: cookbook/04_workflows/06_advanced_concepts/run_control/remote_workflow.py