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
8
9
pub mod registry;
pub mod fs_tools;
pub mod command_tools;
pub mod memory_tools;
pub mod search_tools;
pub mod web_tools;
pub mod context_tools;
pub mod team_tools;
pub mod subagent_tools;