New failure scenario where the simulator injects a burst of errors that triggers the adaptive logger's escalation threshold.
Agent's job:
- Detect that adaptive logging has escalated (via get_adaptive_logging_stats tool)
- Correlate the escalation with the error pattern
- Read the ring buffer dump from logs (via search_logs tool)
- Produce a diagnosis that identifies the root cause from the buffered debug context
This demonstrates the adaptive logger and the agent working together -- the logger captures context automatically, the agent reads and interprets it.
New failure scenario where the simulator injects a burst of errors that triggers the adaptive logger's escalation threshold.
Agent's job:
This demonstrates the adaptive logger and the agent working together -- the logger captures context automatically, the agent reads and interprets it.