localharness 0.45.0

Agents that own themselves: one Rust crate that's both an agent SDK (streaming, tools, hooks, policies, triggers, MCP) and a wallet-owning, self-sovereign agent that runs in the browser.
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;