uira-orchestration 0.1.1

Agent definitions, SDK, tool registry, and hook implementations for Uira
Documentation
1
2
3
4
5
6
7
8
9
pub mod ast;
pub mod delegation;
pub mod lsp;
pub mod mcp;

pub use ast::AstToolProvider;
pub use delegation::{AgentExecutor, DelegationToolProvider};
pub use lsp::LspToolProvider;
pub use mcp::McpToolProvider;