2026-07-12 11:28:39 +07:00
|
|
|
//! Subagent management: spawning, context building, engine loop, and
|
|
|
|
|
//! progress events.
|
2026-07-13 05:23:38 +07:00
|
|
|
pub mod auto;
|
2026-07-11 13:16:10 +07:00
|
|
|
pub mod context;
|
2026-07-13 05:23:38 +07:00
|
|
|
pub mod division;
|
2026-07-11 13:16:10 +07:00
|
|
|
pub mod engine;
|
|
|
|
|
pub mod event;
|
|
|
|
|
pub mod spawn;
|