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

@intent
  purpose:    Roundtable — a command-line council of up to six frontier AI models that answer in parallel and optionally deliberate to consensus
  audience:   developer, ai-agent, decision-maker
  capability: install, configure, run, integrate

@state
  name: Roundtable
  category[4]: cli, mcp-server, ai-agents, developer-tool
  license: MIT
  publisher: Frontier Infra
  version: 0.1.0
  runs_on: provider API keys (no hosted account or SSO)
  heads[6]{name,provider,key}:
    Grok,xAI,XAI_API_KEY
    Codex / OpenAI,OpenAI,OPENAI_API_KEY
    GLM,Z.ai,ZAI_API_KEY
    MiniMax,MiniMax,MINIMAX_API_KEY
    Claude,Anthropic,ANTHROPIC_API_KEY
    Gemini,Google,GEMINI_API_KEY
  install_methods[4]{id,command}:
    installer,curl -fsSL https://roundtable.sh/install.sh | bash
    uv,uv tool install roundtable
    pip,pip install roundtable
    homebrew,brew install frontier-infra/tap/roundtable
  modes[2]{id,desc}:
    advisory,one round; each head answers blind; you get every take plus a synthesis
    deliberation,multi-round; heads see the table and revise until a Claude chair declares consensus

@actions
  - id: install
    method: GET
    href: https://roundtable.sh/install.sh
  - id: source
    method: GET
    href: https://github.com/frontier-infra/roundtable
  - id: docs
    method: GET
    href: https://roundtable.sh/docs/get-started
  - id: mcp_serve
    method: GET
    href: https://roundtable.sh/docs/mcp-and-harness
    command: roundtable mcp serve

@context
  > Roundtable convenes up to six frontier models in parallel and hands back one decided answer.
  > Use advisory mode for fast, uncorrelated takes; use chaired deliberation when a high-stakes
  > decision needs the models to actually reconcile rather than just vote. Free and open-source
  > (MIT), runs on your own provider API keys — no hosted account, no SSO.

@nav
  self:      /.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, /docs/agents.agent]
  drilldown: /docs/{slug}.agent
