codexia 0.4.6

OpenAI- and Anthropic-compatible local API gateway backed by Codex OAuth.
Documentation
1
2
3
4
5
6
7
8
/// Codex API client and transport helpers.
pub mod client;
/// Converts OpenAI-style chat payloads into Codex request bodies.
pub mod convert;
/// Aggregates streamed Codex events into chat output state.
pub mod events;
/// Parses server-sent events emitted by Codex streaming responses.
pub mod sse;