Verified software delivery through ASI:One.
Signoff lets a technical user delegate a bounded Next.js task without supervising a coding agent step by step. From chat, it drafts objective completion criteria, quotes the task, waits for approval, runs the executor, verifies the finished PR in Browserbase, and signs off only when the frozen checks pass.
The core promise:
Delegate the task. Review the proof, not the conversation.
bun installPython dependencies for the ASI/Agentverse broker:
python3 -m venv .venv
. .venv/bin/activate
pip install -r agentverse/requirements.txtCopy .env.example to .env and fill in the services you want active.
The scaffold works without Redis, Browserbase, Sentry, GitHub, or the executor
webhook, but those integrations will be marked as skipped.
Stripe is required for the hackathon payment demo.
bun run dev. .venv/bin/activate
python agentverse/signoff_agent.pycurl -X POST http://localhost:8787/jobs \
-H 'content-type: application/json' \
-d '{"goal":"Improve the mobile dashboard layout in the demo Next.js repo","previewUrl":"https://example.com"}'Open the returned artifacts.proofPageUrl to inspect the proof page. Approve the
contract in ASI, authorize the Stripe test payment, then review the PR, replay,
screenshots, and criterion-level verdict when the job finishes.