> ## 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

> Examples for `client` in AgentOS.

| Example                                                                               | Description                                                           |
| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [Basic AgentOSClient Example](/examples/agent-os/client/basic-client)                 | This example demonstrates how to use AgentOSClient to connect to.     |
| [Running Agents with AgentOSClient](/examples/agent-os/client/run-agents)             | This example demonstrates how to execute agent runs using.            |
| [Memory Operations with AgentOSClient](/examples/agent-os/client/memory-operations)   | This example demonstrates how to manage user memories using.          |
| [Session Management with AgentOSClient](/examples/agent-os/client/session-management) | This example demonstrates how to manage sessions using AgentOSClient. |
| [Knowledge Search with AgentOSClient](/examples/agent-os/client/knowledge-search)     | This example demonstrates how to search the knowledge base.           |
| [Running Teams with AgentOSClient](/examples/agent-os/client/run-teams)               | This example demonstrates how to execute team runs using.             |
| [Running Workflows with AgentOSClient](/examples/agent-os/client/run-workflows)       | This example demonstrates how to execute workflow runs using.         |
| [Running Evaluations with AgentOSClient](/examples/agent-os/client/run-evals)         | This example demonstrates how to run and manage evaluations.          |
| [Upload Content](/examples/agent-os/client/upload-content)                            | This example demonstrates how to upload documents and content.        |
| [Server](/examples/agent-os/client/server)                                            | AgentOS Server for Cookbook Client Examples.                          |
