kova-sdk 0.9.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
#[cfg(any(
    feature = "openai",
    feature = "gemini",
    feature = "ollama",
    feature = "anthropic"
))]
pub(crate) mod line_stream;
#[cfg(any(feature = "openai", feature = "gemini", feature = "anthropic"))]
pub(crate) mod sse;