Dashboard
Trident Web includes a dashboard for inspecting persisted agent sessions and their checkpoints.
Where to find it
- Sessions list:
/dashboard/agents - Session detail:
/dashboard/agents/:sessionId
What you can do
- Filter sessions by status or agentType
- Inspect checkpoint metadata (step name, timestamp, and JSON snapshot)
- Delete sessions (also deletes checkpoints)
- Resume a resumable session (queues a background job)
Resume behavior
Resuming a session triggers POST /api/agents/sessions/:sessionId/resume. The session must be active or paused and not expired.