localharness 0.48.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
14
15
{
  "id": "p03_arithmetic_expr",
  "entry": "frame",
  "needs_state": false,
  "checks": [
    {
      "kind": "pixel_at",
      "frame": 0,
      "x": 0,
      "y": 0,
      "expect_rgb": [0, 0, 68],
      "rationale": "compute() == 68 == 0x000044; the clear paints every pixel [0,0,68]."
    }
  ]
}