localharness 0.54.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
10
11
12
13
//! Platform-level closure tools (browser-specific; not in the SDK builtins) —
//! the ClosureTool definitions `start_session` registers, split along their
//! original group banners.

pub(crate) mod bounty;
pub(crate) mod evm;
pub(crate) mod governance;
pub(crate) mod guild;
pub(crate) mod misc;
pub(crate) mod party;
pub(crate) mod platform;
pub(crate) mod room;
pub(crate) mod validation;