Module registry

Module registry 

Source
Expand description

Subagent registry for loading and managing agent configurations

The registry loads agent configurations from TOML files and provides hot-reload capabilities for dynamic agent management.

Structs§

AgentInfo
Information about a loaded agent configuration
SubagentRegistry
Registry for managing subagent configurations
TemplateInfo
Information about a loaded template

Enums§

SubagentRegistryError
Errors specific to the subagent registry

Type Aliases§

RegistryResult
Result type for registry operations