Operations
Step through your AI's
thinking, line by line
When your AI does something unexpected, don't guess why. Attach a debugger, set breakpoints, and watch every decision unfold.
Debugger
Interactive preview
OperationsOperations
Documentation →Debug production, live
Attach to a running agent without redeploying. See exactly what's happening right now.
See inside the mind
Memory, context, tool calls, reasoning—inspect any state at any point in execution.
Pause on the interesting parts
Set conditional breakpoints. Execution pauses exactly when you need to investigate.
Interactive debugger
Full debugging environment for AI agents. Breakpoints, stepping, and state inspection.
- Conditional breakpoints
- Step through
- Watch variables
CODE
empress.debugger({
query: "show me flagged accounts",
options: {
limit: 10,
timeRange: "7d"
}
})Live state view
See agent memory, context, and state in real-time as execution proceeds.
- Memory view
- Context window
- Variable tracking
DETAILS
StatusActive
Last updated2 minutes ago
OwnerPipeline Agent
Duration1.2s
Tokens used2,847
How it works
1
Attach
Connect debugger to running agent
2
Pause
Set breakpoints and conditions
3
Inspect
Examine state and step through
Similar in Operations
All apps →Debug live
Fix issues in real-time.
Request beta access