agent-orchestrator-sdk 0.1.1

Rust SDK for orchestrating LLM-powered agents, shared task execution, and teammate coordination
Documentation
1
2
3
4
5
6
7
pub mod store;
pub mod graph;
pub mod watcher;
pub mod file_lock;

pub use store::TaskStore;
pub use graph::TaskGraph;