swink-agent-adapters 0.9.0

LLM provider adapters for swink-agent
Documentation
1
2
3
4
5
//! Re-exports the shared incremental block accumulator from the core crate.
//!
//! The canonical definition now lives in `swink_agent::stream_assembly`.

pub use swink_agent::stream_assembly::BlockAccumulator;