localharness 0.50.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
//! Re-export shim — the built-in tool registry moved to [`crate::builtins`].
//!
//! The builtins are backend-NEUTRAL (every backend registers from them), so
//! they now live at the crate root instead of inside the Gemini backend
//! (their historical home — Gemini was written first). This shim keeps every
//! existing `crate::backends::gemini::tools::...` import path compiling.

pub use crate::builtins::*;