localharness 0.78.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
{
  "id": "006",
  "prompt": "Draw a yellow pennant flag: a vertical brown pole on the left and a yellow triangle pointing right from its top. Sky-blue background.",
  "solution_rl": "fn frame(t: i32) {\n    host::display::clear(0x87ceeb);\n    host::display::fill_rect(60, 40, 6, 300, 0x6b4a2b);\n    host::display::fill_triangle(66, 40, 66, 120, 220, 80, 0xffdd00);\n    host::display::present();\n}\n",
  "tags": [
    "display",
    "fill_triangle"
  ]
}