just-common 0.2.0

Shared HTTP transport, SSE stream parsing, and error types for the just-agent ecosystem
Documentation
1
2
3
4
//! Shared HTTP transport and SSE streaming helpers for OpenAI-like providers.

pub mod http;
pub mod sse;