Problem
examples/gymcoach/ contains a production-grade agent.yaml with 10 tools, memory, guardrails, evaluation, and observability — but no README. GitHub browsers (majority of HN/Reddit traffic) click examples/ first and have no way to know what this is or how to use it.
Proposed fix
Add examples/gymcoach/README.md covering:
- What this agent does (1 sentence)
- Required env vars (
GROQ_API_KEY, DATABASE_URL, REDIS_URL, etc.)
- Quick start:
agentspec generate agent.yaml --framework langgraph --output ./agent/
- Required services (Redis, Postgres, Langfuse)
- Link to the migration guide at
docs/guides/migrate-gymcoach.md
Acceptance criteria
Problem
examples/gymcoach/contains a production-gradeagent.yamlwith 10 tools, memory, guardrails, evaluation, and observability — but no README. GitHub browsers (majority of HN/Reddit traffic) clickexamples/first and have no way to know what this is or how to use it.Proposed fix
Add
examples/gymcoach/README.mdcovering:GROQ_API_KEY,DATABASE_URL,REDIS_URL, etc.)agentspec generate agent.yaml --framework langgraph --output ./agent/docs/guides/migrate-gymcoach.mdAcceptance criteria