Back to Agno

Client Cookbook

cookbook/05_agent_os/client/README.md

2.6.4969 B
Original Source

Client Cookbook

Examples for client in AgentOS.

Files

  • 01_basic_client.py — Basic AgentOSClient Example.
  • 02_run_agents.py — Running Agents with AgentOSClient.
  • 03_memory_operations.py — Memory Operations with AgentOSClient.
  • 04_session_management.py — Session Management with AgentOSClient.
  • 05_knowledge_search.py — Knowledge Search with AgentOSClient.
  • 06_run_teams.py — Running Teams with AgentOSClient.
  • 07_run_workflows.py — Running Workflows with AgentOSClient.
  • 08_run_evals.py — Running Evaluations with AgentOSClient.
  • 09_upload_content.py — Uploading Content to Knowledge Base with AgentOSClient.
  • server.py — AgentOS Server for Cookbook Client Examples.

Prerequisites

  • Load environment variables with direnv allow (requires .envrc).
  • Run examples with .venvs/demo/bin/python <path-to-file>.py.
  • Some examples require local services (for example Postgres, Redis, Slack, or MCP servers).