Skip to content

CLI Reference

Terminal window
astromesh-adk run agents.py:my_agent "What is CRISPR?"
astromesh-adk run agents.py:my_agent "query" --session lead-123
Terminal window
astromesh-adk chat agents.py:my_agent
astromesh-adk chat agents.py:my_agent --session s1
Terminal window
astromesh-adk list agents.py

Output:

┌──────────────┬──────────────┬─────────┬───────┐
│ Name │ Model │ Pattern │ Tools │
├──────────────┼──────────────┼─────────┼───────┤
│ assistant │ openai/gpt-4o│ react │ 2 │
└──────────────┴──────────────┴─────────┴───────┘
Terminal window
astromesh-adk check agents.py

Validates: provider env vars, tool schemas, MCP commands, memory backends.

Terminal window
astromesh-adk dev agents.py --port 8000 --reload

Starts a FastAPI server with:

  • GET /v1/health — Health check
  • GET /v1/agents — List agents
  • POST /v1/agents/{name}/run — Execute agent