check

Monitor ongoing debugging progress and retrieve final validated fixes by reviewing detailed pulse reports. Includes session stages, hypotheses, findings, code changes, and outcome summaries for a comprehensive analysis.

Instructions

Retrieves the current status of a debugging session, providing a detailed pulse report. For in-progress sessions, the pulse includes the mother agent's current stage in the OODA loop, running scenario agents with their hypotheses, and any preliminary findings. For completed sessions, the pulse contains the final solution with a comprehensive explanation, relevant code changes, and outcome summaries from all scenario agents that contributed to the solution. Use this tool to monitor ongoing progress or retrieve the final validated fix.

Input Schema

NameRequiredDescriptionDefault
sessionIdYesThe session ID returned by the start tool when the debugging session was initiated

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sessionId": { "description": "The session ID returned by the start tool when the debugging session was initiated", "type": "string" } }, "required": [ "sessionId" ], "type": "object" }

You must be authenticated.

Other Tools from Deebo

Related Tools

ID: z7fszrff4o