kova-sdk 0.1.0

Async-first Rust library for building LLM-powered agents with tool calling, streaming, MCP, and multi-agent orchestration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod agent;
pub mod error;
pub mod mcp;
pub mod memory;
pub mod models;
pub mod orchestrator;
pub mod provider;
pub mod streaming;
pub mod telemetry;
pub mod tool;

pub use tool::ToolLifecycleHook;
pub use tool::approval::{ApprovalDecision, ToolApprovalHandler};