AGENTDEBUGX
Debugging agents requires structured evidence.
AgentDebugX turns raw trajectories into a readable failure object: what happened, why it matters, where the failure began, and how to verify the fix.
From failed run to root cause.
Follow planner decisions, tool calls, observations, state transitions, and final answers in one timeline with diagnosis evidence attached.
Replay and preserve the fix.
Restart from checkpoints, compare alternate branches, export the evidence bundle, and save representative failures as regression cases.
A closed loop for agent failures.
The workspace connects four activities that are usually scattered across logs, notebooks, spreadsheets, and ad-hoc reruns.
Debugging
Loop
Load local JSONL, SQLite, or benchmark traces into a project workspace.
Group findings by failure family and highlight suspicious transitions.
Rerun from a checkpoint and compare original versus alternate trajectories.
Persist representative failures for evaluation suites and reports.
Where AgentDebugX fits.
Use it wherever agent behavior needs to be explained, reproduced, and turned into a durable evaluation artifact.
Failure-mode analysis
Analyze GAIA, AgentErrorBench, WebShop, and custom traces by root cause instead of pass rate alone.
Incident review
Move from a bad final answer to the upstream model, tool, or environment event that caused the run to drift.
Reusable artifacts
Package failures into readable cases for papers, demos, ablations, and internal debugging reviews.
Open the product surfaces.
The online homepage should route users into the workspace, overview, developer resources, and docs without hiding what the product does.
What users need to know.
Common questions before you open the workspace.
No. The overview is a doorway; the core value is root-cause diagnosis and replay inside individual trajectories.
Sign in with Google and drop a trajectory .json, a JSON array, or a .jsonl file into your workspace. Known agent-log formats are converted automatically, and unrecognized JSON is mapped by an LLM converter on a best-effort basis.
Open any trace and run the Diagnose Pipeline: heuristic rules, an LLM judge, attribution, and DeepDebug root-cause localization — powered by the server's built-in LLM, no API key required.
A saved case includes the original trace, diagnosis evidence, replay comparison, and metadata to reproduce the issue.
Start with the failed run.
Open the workspace, choose a trace, and inspect the evidence behind the failure. The hosted version can later replace local storage with projects, teams, and uploads.
Launch App