supercode-harness 0.4.3

The optional native Supercode agent and tool harness
Documentation
1
2
3
4
5
6
//! Compatibility path for native runtime token budgeting.

pub use supercode_runtime::{
    context_guard, estimate_deferred_schema_tokens, estimate_request_tokens, estimate_tokens,
    estimate_view_tokens, fmt_approx_tokens, with_guard_margin, CONTEXT_RESPONSE_RESERVE_TOKENS,
};