Sources become evidence
Interpret text, URLs, and files into normalized Domain input with clarification and source provenance.
Compile messy source material into a reviewable DAG, then execute, assess, and replan without losing durable state.
PEAR Agent is a TypeScript runtime for execution-support products. Your application owns the Domain, UI, authentication, authorization, and provider choices. PEAR supplies the contracts and durable loop underneath them.
pnpm dlx create-pear-agent@beta my-agent
cd my-agent
pnpm install
cp .env.example .env
cp .dev.vars.example .dev.vars
pnpm devThe Minimal Starter opens at four editable surfaces: Plans → Sources → Review → Execute. Start with the getting-started guide, or give your coding agent the PEAR Agent Skill.