localharness 0.33.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
//! 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 platform;