Skip to main content
RemoteAgent presents a remote AgentOS Agent through the same asynchronous run shape used by local Agno components.
remote_agent.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Clone Agno

Clone the pinned Agno source and run the remaining commands from its root:
5

Start the remote AgentOS

Open another terminal in the parent directory where .venv and the cloned agno directory are siblings, then start the upstream on port 7780:
6

Run the example

Run the example from the repository root:
Full source: cookbook/05_agent_os/20_remote/01_remote_agent.py