Skip to main content

Module agents

Module agents 

Source
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§

AgentDefinition
A launchable agent entry.

Enums§

AdapterKind
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_catalog for 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.