@josharsh/pixelpi-core
v0.1.0
Published
Core agent loop and the six browser primitives (look/act/fill/nav/eval/store) for pixelpi.
Maintainers
Readme
@josharsh/pixelpi-core
The provider-agnostic agent loop for pixelpi: runAgent, the Tool and Store interfaces, deterministic guards (retry, loop detection, circuit breakers), and MemoryStore / JsonFileStore. Knows nothing about browsers — tools are injected.
import { runAgent, JsonFileStore } from "@josharsh/pixelpi-core";See the main repo for the full story. MIT.
