Reference
Two pages here are generated straight from the code, not written by hand — make check
regenerates both and fails if a committed page differs from what the code produces, so
neither can drift out from under a settings or CLI change:
- Settings — every
AGENTDECK_*(andOPENAI_*/TAVILY_*) environment variable, fromagentdeck/runtime/settings.py. - CLI — the
agentdeckcommand tree, fromagentdeck/cli.py.
The rest of the public surface is behavioral rather than tabular, so it stays hand-written prose and isn’t part of this generator:
- Deck — the composition root: lifecycle, the turn-starting methods, and
what
TurnResultcarries. - Definitions —
Agent/AgentDeclarationandWorkflow/WorkflowDeclaration, the authoring API a project builds. - Capabilities — removed with the sandbox; see the page for why.
Not yet published as pages:
Skills, the capability object aDeckcomposes — covered today in SkillsMCP, the other capability object aDeckcomposes — its constructor argument is on Deck, and how a connection failure degrades an agent rather than crashing the process is on Agents- Workflow nodes (
AgentNode,LoadFileNode) — covered today in Workflows - HTTP endpoints
Last updated on