chimera-core 0.1.0

Shared traits, types, and transport for the chimera AI agent SDK
Documentation
1
2
3
4
5
mod json_reader;
mod subprocess;

pub use json_reader::*;
pub use subprocess::*;