Expand description
Agent catalog and user configuration.
The catalog is deliberately small and data-only. Adapters remain free to implement their own protocol, while the launcher can discover and restore both built-in and user-defined commands without depending on the TUI.
Structs§
- Agent
Definition - A launchable agent entry.
Enums§
- Adapter
Kind - The adapter implementation used to launch an agent.
Functions§
- active_
catalog - Return only entries enabled for launch.
- catalog_
from_ path - Read a catalog from a settings file, falling back to built-ins on IO or
parse errors. The returned list includes inactive entries for callers that
need to display/modify them; use
active_catalogfor launch choices. - catalog_
from_ settings - Load built-ins plus valid user entries from a settings document.
- default_
catalog - The built-in catalog shipped with CodeSwarm.