@josharsh/pixelpi-ai
v0.1.0
Published
Model-agnostic LLM client for the pixelpi browser agent (Anthropic + OpenAI).
Maintainers
Readme
@josharsh/pixelpi-ai
The model layer for pixelpi: one thin LLMProvider interface over Anthropic and OpenAI, with friendly, actionable error mapping. Bring your own key.
import { createProvider } from "@josharsh/pixelpi-ai";
const provider = createProvider({ provider: "anthropic", model: "claude-sonnet-4-6" });See the main repo for the full story. MIT.
