localharness 0.40.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
8
9
10
11
12
//! 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 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;