| Example | Description |
|---|---|
| Basic AgentOSClient Example | Use AgentOSClient to connect to a remote AgentOS instance and perform basic operations. |
| Running Agents with AgentOSClient | Execute agent runs using AgentOSClient, including both streaming and non-streaming responses. |
| Memory Operations with AgentOSClient | Manage user memories using AgentOSClient. |
| Session Management with AgentOSClient | Manage sessions using AgentOSClient. |
| Knowledge Search with AgentOSClient | Search the knowledge base using AgentOSClient. |
| Running Teams with AgentOSClient | Execute team runs using AgentOSClient, including both streaming and non-streaming responses. |
| Running Workflows with AgentOSClient | Execute workflow runs using AgentOSClient, including both streaming and non-streaming responses. |
| Running Evaluations with AgentOSClient | Run and manage evaluations using AgentOSClient. |
| Upload Content | Upload documents and content to the knowledge base using AgentOSClient. |
| Server | Start the AgentOS server that backs the client examples: agents, a team, a workflow, and knowledge. |
| SSE Reconnection | Tests SSE stream reconnection for agent runs using background=True, stream=True. |
| Team SSE Reconnection | Tests SSE stream reconnection for team runs using background=True, stream=True. |
| Continue Run SSE Reconnection | Tests SSE stream reconnection for agent continue-run (HITL) scenarios. |
| Workflow SSE Reconnection | Tests SSE stream reconnection for workflow runs using background=True, stream=True. |
Client
Client
AgentOSClient examples: connect to a remote AgentOS and run agents, teams, workflows, evals, memory, sessions and knowledge search.