swink-agent-adapters 0.9.0

LLM provider adapters for swink-agent
Documentation
1
2
3
4
5
//! Re-exports shared end-of-stream block finalization from the core crate.
//!
//! The canonical definitions now live in `swink_agent::stream_assembly`.

pub use swink_agent::stream_assembly::{OpenBlock, StreamFinalize, finalize_blocks};