localharness 0.33.0

A Rust-native agent SDK with pluggable LLM backends (Gemini today). Streaming, custom tools, safety policies, background triggers — zero external binaries.
Documentation
1
2
3
4
5
6
7
//! Gas budgets for sponsored on-chain writes.
//!
//! The canonical `setMetadata` formula lives in `registry::set_metadata_gas`
//! (the CLI budgets from it too); this module just re-exports it for the
//! app-side call sites.

pub(crate) use crate::registry::set_metadata_gas;