daimon 0.16.0

A Rust-native AI agent framework
Documentation
1
2
3
4
5
//! Streaming event types for progressive agent responses.
//!
//! Defined in [`daimon_core`] and re-exported here.

pub use daimon_core::{ResponseStream, StreamEvent};