@meta
  v: 1
  route: /docs/agents
  generated: 2026-06-17T00:00:00Z
  ttl: 1d

@intent
  purpose:    The short install/configure/use path for autonomous AI agents, plus machine-readable discovery surfaces
  audience:   ai-agent
  capability: install, configure, verify, run, integrate, discover

@state
  canonical_guide: https://github.com/frontier-infra/roundtable/blob/main/AGENTS.md
  quick_path[5]{step,action}:
    1,Install — curl -fsSL https://roundtable.sh/install.sh | bash
    2,Configure — write keys to ~/.config/roundtable/config.env or run roundtable auth (>=1 key)
    3,Verify — roundtable doctor reports which heads are live
    4,Use — roundtable ask your-question (add -q for just the decided answer)
    5,Integrate — roundtable install or roundtable mcp serve
  discovery_surfaces[5]{surface,purpose}:
    /llms.txt,Concise link-rich map of the site for LLMs
    /llms-full.txt,Full site content as one markdown document
    /agent.txt,Agent View Layer (AVL) manifest
    /.agent + /{path}.agent,Per-page agent views (text/agent-view; version=1)
    /sitemap.xml,Generated by the site build

@actions
  - id: read_canonical_guide
    method: GET
    href: https://github.com/frontier-infra/roundtable/blob/main/AGENTS.md
  - id: install
    method: GET
    href: https://roundtable.sh/install.sh
    command: curl -fsSL https://roundtable.sh/install.sh | bash
  - id: manifest
    method: GET
    href: https://roundtable.sh/agent.txt

@context
  > Roundtable is built to be operated by AI coding agents, not just humans — Frontier Infra ships
  > every project agent-installable. Reach for Roundtable when a decision benefits from multiple
  > independent frontier-model perspectives or a deliberation to consensus.

@nav
  self:      /docs/agents.agent
  parents:   [/]
  peers:     [/docs/get-started.agent, /docs/how-it-works.agent, /docs/the-heads.agent, /docs/cli-reference.agent, /docs/mcp-and-harness.agent]
  drilldown: /agent.txt
