Skip to main content

Crate just_common

Crate just_common 

Source
Expand description

Shared internals for the just-agent ecosystem.

This crate provides:

  • authenticated HTTP client construction and endpoint URL helpers
  • HTTP response status checking
  • SSE stream parsing for JSON chunk payloads

It is meant to reduce drift between sibling provider crates without collapsing their public APIs into one shared provider crate.

Re-exports§

pub use error::ProviderError;

Modules§

error
Shared error types for the transport layer and provider clients.
transport
Shared HTTP transport and SSE streaming helpers for OpenAI-like providers.