Skip to main content
This AgentOS is the native-protocol backend for the remote curriculum. It is public by default; set OS_SECURITY_KEY before startup to require a Bearer credential for the authenticated RemoteAgent example.
agentos_server.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export environment variables

4

Run the example

Save the code above as agentos_server.py, then run:
Full source: cookbook/05_agent_os/20_remote/servers/agentos_server.py