> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Client

> AgentOSClient examples: connect to a remote AgentOS and run agents, teams, workflows, evals, memory, sessions and knowledge search.

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