chimera-opencode 0.2.1

OpenCode/OpenAI-compatible REST backend for the chimera AI agent SDK
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod agent_session;
mod backend;
mod config;
mod session;
mod translate;
mod wire;

pub use backend::OpenCodeBackend;
pub use config::*;
pub use session::OpenCodeSession;