Files
zesdex/crates/zesdex-backend/src/app/subagent/mod.rs
T

13 lines
282 B
Rust
Raw Normal View History

//! Subagent management: spawning, context building, engine loop, and
//! progress events.
pub mod auto;
pub mod context;
pub mod division;
pub mod engine;
pub mod event;
pub(crate) mod gating;
pub(crate) mod provider;
pub mod spawn;
pub(crate) mod tools;
pub(crate) mod workspace;