Documentation
¶
Overview ¶
Package cli implements AgentRoute's plain, scriptable command surface (cobra commands), per the architecture plan §7.5-7.6. The TUI (Phase 8) is a separate, additive frontend over the same internal packages this package orchestrates.
Index ¶
Constants ¶
View Source
const ( ExitOK = 0 ExitGeneric = 1 ExitUsage = 2 ExitMissingKey = 3 ExitGatewayFailed = 4 ExitLinkFailed = 5 )
Exit codes are part of AgentRoute's plain-mode contract: scripts and other agents depend on these being stable. Documented in docs/cli.md.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.