Local Agent Workbench is a local-first AI task operating system focused on workflow, memory, and skill assets.
- Install Node.js
22.14.0+, enable Corepack, and usepnpm. - Copy
.env.exampleto.env. - Run
docker compose up -d. - Run
pnpm install. - Run
pnpm db:migrate. - Run
pnpm dev.
See docs/SETUP.md for the detailed development guide.
- Proposal-first chat console with workflow selection and execution handoff.
- Global API source selection for
proposal,execution, andsummary, withopenai_responsesand embeddedcodex_gatewayas selectable providers. - Workflow Board with proposal snapshot, execution plan, and task log inspection.
- Approval Center with approve/reject actions wired to Temporal approval signals.
- Project Explorer with bounded file tree, text preview, search, and write/delete request creation.
- Memory Studio with filtering, freeze/unfreeze, and ContextBundle search.
- Embedded Codex-compatible gateway mounted under
/api/sources/codex-gatewayfor local OpenAI-compatible access and Codex CLI-backed completions.