Expand description
Pre-built agent recipe library (stub).
CatalogAgent is a protected system agent that acts as a registry of
ready-made crate::dynamic_agent::DynamicAgent recipes. In the Python
backend it spawns catalog agents on demand and injects their manifests into
the main actor’s knowledge base.
§Current status
This is a stub pending full implementation. It compiles, registers in
the actor system, and logs every message it receives at DEBUG level.
The spawn / list / info command handling will be layered on top once the
Rust dynamic-agent pipeline is ready.
Structs§
- Catalog
Agent - Pre-built agent recipe library.