ccswarm 0.4.0

AI-powered multi-agent orchestration system with proactive intelligence, security monitoring, and session management
Documentation
1
2
3
4
5
pub mod agent_orchestrator;
pub mod task_plan;

pub use agent_orchestrator::{AgentOrchestrator, OrchestrationBuilder};
pub use task_plan::{ParallelTask, StepResult, StepType, TaskPlan, TaskStep};