@abstractframework/code
v0.1.2
Published
Browser-based coding assistant for AbstractFramework - connects to AbstractGateway for durable agent sessions
Maintainers
Readme
AbstractCode Web (Gateway-First)
This is the web version of AbstractCode (the Python CLI), designed as a gateway-first host UI:
- talks only to
abstractgateway(/api/gateway/*) - renders by replaying/streaming the ledger
- resumes waits by submitting durable commands
Status:
- This app currently consumes shared UI components via Vite path aliases to a sibling
abstractuic/repo. - This repo includes a prebuilt
web/dist/for convenience.
Docs:
- Web overview:
../docs/web.md - Deployment:
../docs/deployment-web.md
Local dev
cd web
npm install
npm run devIn the UI:
- set
Gateway URL(blank = same origin / dev proxy; e.g.http://127.0.0.1:8081) - set
Auth tokenif your gateway requires it
