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": "001",
  "prompt": "Write a rustlite cartridge that fills the whole screen with dark teal (0x003340). Nothing else.",
  "solution_rl": "fn frame(t: i32) {\n    host::display::clear(0x003340);\n    host::display::present();\n}\n",
  "tags": [
    "display",
    "basics"
  ]
}