Diagnostics
Validate your app’s health and readiness before deployment.Overview
Diagnostics performs comprehensive checks across all app components—agents, tools, events, memory, and orchestration logic. It automatically detects missing or misconfigured elements and prioritizes issues for efficient remediation.Running Diagnostics
- Navigate to your app’s Overview page
- Click Run Diagnostics
- Wait for the scan to complete
- Review the diagnostic report
What Gets Checked
Agents
- Configuration completeness
- Tool linkages
- Knowledge connections
- Instruction quality
- Deprecated bindings
Tools
- Workflow tool deployment status
- Code tool syntax errors
- MCP server connectivity
- Parameter validation
- Missing dependencies
Events
- Event trigger configuration
- Workflow bindings
- Parameter mappings
- Handler assignments
Knowledge
- Search AI application links
- Index status
- Connector health
- Data freshness
System
- Graph compilation
- LLM configuration
- Orchestration logic
- Environment variables
Report Structure
Severity Levels
| Level | Icon | Meaning |
|---|---|---|
| Error | 🔴 | Critical issue preventing deployment |
| Warning | 🟡 | Potential problem that should be addressed |
| Info | 🔵 | Informational note or suggestion |
Report Views
Overview Tab: High-level summaryCommon Issues
Missing Tool Deployment
Stale Knowledge Index
Missing Environment Variables
MCP Server Unreachable
Agent Without Tools
Quick Fixes
Many issues include a [Fix now] button:| Issue | Quick Fix Action |
|---|---|
| Tool not deployed | Opens deployment dialog |
| Stale index | Triggers reindexing |
| Missing link | Opens configuration page |
| Invalid config | Opens editor with issue highlighted |
Validation Rules
Diagnostics applies consistent standards:Agents Must Have
- ✅ Name and description
- ✅ At least one capability (tools or knowledge)
- ✅ Valid AI model configured
- ✅ All linked tools deployed
Tools Must Have
- ✅ Name and description
- ✅ Valid parameter definitions
- ✅ Successful test execution
- ✅ Deployed status (for workflow tools)
Events Must Have
- ✅ Trigger condition defined
- ✅ Handler workflow linked
- ✅ Parameters mapped correctly
Best Practices
Run Before Every Deployment
Make diagnostics part of your deployment checklist:Address Warnings
While warnings don’t block deployment, they often indicate issues that will affect users.Regular Health Checks
Run diagnostics periodically, not just before deployment:- Catch configuration drift
- Detect external service issues
- Maintain system health
Limitations
Diagnostics performs static and logical validation only:| Checks | Doesn’t Check |
|---|---|
| Configuration completeness | Conversation quality |
| Tool connectivity | Response accuracy |
| Dependency resolution | User satisfaction |
| Syntax validation | Edge case handling |