Expand description
haki-agents — agent definitions, roles, and concurrent spawning
Re-exports§
pub use definition::AgentDef;pub use definition::AgentRole;pub use spawner::AgentHandle;pub use spawner::AgentSpawner;
Modules§
- definition
- Agent definitions — roles, system prompts, and tool filters.
- spawner
- Agent spawner — runs agents as concurrent tokio tasks.