agents
agents
¶
Lists installed AI coding agents, sets the default, and locates their mounts.
Three leaf verbs:
terok agents list [--all]— print the roster (agents only, or agents + tools when--allis passed).terok agents set [SELECTION]— write the global default toconfig.ymlunderimage.agents. Interactive picker whenSELECTIONis omitted; same comma-list grammar thatterok image build --agentsand the new-project wizard accept.terok agents dir [AGENT]— print the shared agent-config mounts directory (or one agent's subdirectory), surfacing the otherwise-hidden~/.local/share/terok/…/mounts/where skills and per-agent settings live.
register(subparsers)
¶
Register the agents group with list + set subverbs.
Source code in src/terok/cli/commands/agents.py
dispatch(args)
¶
Handle terok agents …. Returns True if handled.