Quick Start
Start the System
agentbeaconOpen http://localhost:9456 in your browser.
Create an Agent Config
- Click Agents in the sidebar
- Click + New Agent
- Fill in:
- Name: something descriptive (e.g. “claude-implementer”)
- Driver: pick the driver matching your installed CLI (e.g.
claude_sdk)
- Save
Create at least two agents — one to coordinate and one to implement. When you create an execution, you’ll pick a root agent and an agent pool.
Create an Execution
- Click + New in the header
- Write a prompt describing your task (e.g. “Add input validation to the signup form”)
- Select your lead agent
- Choose a project (or create one)
- Submit
The lead agent starts working. Watch the activity feed for progress.
Answer Decisions
When the team hits an ambiguity, a decision appears in your queue:
- Click the notification badge or check the decision queue
- Read the structured question (options are pre-labeled)
- Pick an option, write your own response, or let the agent decide
- Submit — the team continues immediately
Review the Result
Once the execution completes:
- Check the code changes in the diff panel
- Review the decision log to see what choices were made
- Inspect individual agent sessions if you need detail
That’s it!