Agent Diagnostics¶
The Agent Platform’s Diagnostics feature provides a comprehensive health check for any Agentic App—whether it uses Supervisor Orchestration or the Adaptive Agent Network. When a user selects Run Diagnostics from the Agentic App Overview page, the platform performs a full validation across all major components, including agents, tools, events, memory systems, and overall orchestration logic.
After the scan completes, the platform generates a structured report that categorizes findings as informational messages, warnings, or errors. Users can review issues at the app, agent, or tool level, and use the Fix now option to resolve problems directly from the Diagnostics panel, ensuring faster remediation and improved readiness before deployment.
Key highlights
- Automatically detects and categorizes missing or misconfigured elements, prioritizing errors and warnings for efficient remediation.
- Produces detailed, actionable reports with clear recommendations tailored to each identified issue.
- Provides an overview of total errors, warnings, and passed checks for quick, at-a-glance health assessment.
- Offers actionable guidance for every issue, facilitating prompt and effective resolution.
- Employs a consistent, repeatable validation process applying uniform standards across all deployments to ensure scalable, reliable, and proactive detection of issues, helping apps meet defined quality and operational readiness benchmarks before production.
Steps to Run Diagnostics¶
- From the Agentic App Overview page, go to Run Diagnostics to start the validation scan.
- Review the Diagnostic Summary, which displays informational messages, warnings, errors, and the timestamp of the latest run.
- Navigate through the component-level views Overview, Agents, and Tools to understand issues in each part of the app.
- Use Fix now on any issue to open the corresponding configuration screen and resolve it immediately.
- Re-run Diagnostics at any time to generate an updated report and confirm that all issues have been addressed.
Components of the Diagnostics Report¶
| Section | Description |
|---|---|
| Summary | Displays timestamp of last run, components evaluated, and count of errors/warnings triaged or ignored. |
| Agents | Lists all agents (including Supervisor if present), highlighting configuration gaps, missing tool links, or deprecated bindings. |
| Tools | Includes workflow, knowledge, MCP, and code tools; flags misconfigurations, missing parameters, or logic issues. |
| Events | Validates event triggers, workflows, and bindings for correctness and reliability. |
| Memory | Assesses memory references and state management readiness. |
| System Checks | Covers platform-level validations such as graph compilation, LLM configuration, environment setup, and logical orchestration. |


