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
# inventory.bl — count the scripts that make up this demo (fs commands over the
# script's own directory).
n=$(find . -name '*.bl' | wc -l)
echo "this demo is $n bashlite scripts composing each other"