supercode-core 0.4.2

Compatibility facade composing Supercode interchange, reduction, runtime, and harness packages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Backwards-compatible composition facade for Supercode.
//!
//! New integrations should select the narrow package they need:
//! `supercode-interchange` for session glue, `supercode-reduce` for reversible
//! token reduction, `supercode-runtime` for provider/runtime primitives, or
//! `supercode-harness` for the complete native Supercode agent and tool loop.
//! This crate preserves the historical `supercode` import by re-exporting the
//! complete harness surface.

#![warn(missing_docs)]

pub use supercode_harness::*;