> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-service-account.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Client

> Examples for `client` in AgentOS.

| 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)                                            | AgentOS Server for Cookbook Client Examples.                                                     |
