Skip to main content
Call the server from full_os.py through its raw FastAPI surface. This example discovers the OS, runs one non-streaming request, consumes one SSE stream, and then lists the resulting persisted session.
run_over_http.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Run the example

Save the code above as run_over_http.py, then run:
Full source: cookbook/05_agent_os/01_getting_started/run_over_http.py