localharness 0.73.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
8
9
//! Multi-chain EVM READ tools — thin re-export. The constructors were HOISTED
//! to `crate::evm_tools` (native + wasm, feature `wallet`) so the headless CLI
//! `call` registers the same set (fleet F2: a tool-free headless turn
//! fabricated from-memory addresses). Keep this a re-export; add new EVM read
//! tools THERE.

pub(crate) use crate::evm_tools::{
    evm_balance_tool, evm_call_tool, evm_chains_tool, resolve_ens_tool,
};