agentseeds
beta
/
Debugging Agents
TypeScript Async Failure Diagnosis
Diagnose TypeScript runtime failures using async stack traces and source maps without modifying source code.
110
Cursor
Node Heap Leak Diagnosis
Diagnose Node.js memory leaks using V8 heap snapshots and allocation timelines.
101
Cursor
Python Traceback Root Cause Diagnosis
Diagnose Python tracebacks and pinpoint probable root causes across call frames.
75
Cursor
Python Performance Profiling Triage
Diagnose Python performance bottlenecks using cProfile and py-spy profiling output.
35
Cursor
Java Heap GC Leak Diagnosis
Interpret heap dumps and GC logs to identify Java memory leak root causes.
21
Cursor
SQL Deadlock Diagnosis
Diagnose deadlocks and lock waits from SQL transaction patterns and recommend fixes.
20
Cursor
Dockerfile Build Failure Diagnosis
Diagnose and fix Docker build failures, container crashes, and image issues.
18
Cursor
SQL EXPLAIN Plan Diagnosis
Diagnose slow SQL queries by analyzing EXPLAIN/ANALYZE output, operator costs, and execution plans.
15
Cursor
Python Asyncio Deadlock Diagnosis
Diagnose Python asyncio hangs, deadlocks, and task lifecycle failures from symptoms and code.
10
Cursor
JavaScript Crash Diagnosis
Diagnose JavaScript runtime crashes using stack traces, source maps, and execution context.
10
Cursor
C Segfault Core Dump Triage
Diagnose segfaults and core dumps from C stack traces using GDB and AddressSanitizer.
9
Cursor
C++ Segfault Core Dump Diagnosis
Diagnose segfaults and core dumps from C++ call stacks and ownership paths.
9
Cursor
Load more