localharness 0.54.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": "p06_array_max",
  "entry": "frame",
  "needs_state": false,
  "checks": [
    {
      "kind": "pixel_at",
      "frame": 0,
      "x": 0,
      "y": 0,
      "expect_rgb": [0, 0, 200],
      "rationale": "max_of([12,200,47,99,5],5) == 200 == 0x0000C8 -> blue channel 200."
    }
  ]
}