haki-agents 0.1.0

Agent definitions, spawner, and concurrent subagent dispatch for haki
Documentation
1
2
3
4
5
6
7
//! haki-agents — agent definitions, roles, and concurrent spawning

pub mod definition;
pub mod spawner;

pub use definition::{AgentDef, AgentRole};
pub use spawner::{AgentHandle, AgentSpawner};