First Task Walkthrough
This page walks through one full run from login to result review.
Goal
Create one agent, run one concrete coding task, and confirm output is persisted.
Step 1: Login
- Open AgentHub in your browser (
http://localhost:8080by default). - Sign in with username and password.
- Confirm you can see the Agents page.
Step 2: Create an Agent
- In the top form, set a clear name, for example
docs-pilot. - Pick command/preset for your provider.
- Select workdir mode:
- Use
create_worktreefor isolated work. - Use
use_existingfor an existing local repo path.
- Use
- Submit and confirm a new agent card appears.
Step 3: Start and Send Instruction
- Click Start on the new agent.
- Wait until status changes to running.
- In input dock, send one bounded instruction, for example:
Summarize the current README and propose 3 concrete improvements.
Step 4: Review Output
- Use Conversation to read final answer.
- Use Debug / Raw only if behavior looks wrong.
- If needed, press Interrupt to stop a long in-progress operation.
Step 5: Reconnect Check
- Refresh the browser tab.
- Re-open the same agent/session.
- Confirm previous conversation and status are still available.
This verifies backend-side session persistence.
Done Criteria
- Agent created successfully
- Task reached a terminal state (
completedorfailed) - Output history remains visible after reconnect