Documentation
README
Developing PenguinHarness
PenguinHarness is a TypeScript monorepo: an Agent SDK (packages/core), an HTTP server (packages/server), a Web App (packages/web), a CLI (packages/cli), an Electron shell (packages/desktop), the landing and docs sites, and the shipped skill library (packages/skills). It consumes LLM providers through @prismshadow/agenthub and implements no provider clients of its own.
Repo shape — read before your first edit
Two repositories sit side by side: the implementation repo (penguin-harness) and the design repo (penguin-harness-design). Three paths inside the implementation repo are symlinks into the design repo and are gitignored here:
This is the opening of the README. Read the full README on GitHub.