Skip to main content

edict/
lib.rs

1//! Botbox - Setup and sync tool for multi-agent workflows
2
3pub mod commands;
4pub mod config;
5pub mod error;
6pub mod hooks;
7pub mod subprocess;
8pub mod telemetry;
9pub mod template;