Skip to main content
The editor validates your graph agent automatically before every save and on demand. Validation finds two categories of issues: errors that block saving and warnings that you can acknowledge and proceed.

Running validation

Click Validate in the toolbar to open the validation dialog. The toolbar button shows a badge with the error count if any errors exist.
Validation also runs automatically when you click Save. If there are errors, the save is blocked and an error toast describes the issue. Click Validate in the toolbar to open the full validation dialog and see all issues.

Errors (blocking)

Errors must be fixed before the agent can be saved.

Warnings (non-blocking)

Warnings don’t block saving. The validation dialog lets you proceed with warnings acknowledged.
Click any issue row in the validation dialog. The dialog closes, the canvas scrolls to the affected node or transition, and the inspector opens on it. Fix the issue, then open validation again to re-check.

Saving with warnings

If your graph has warnings but no errors, you can save it. Saving with warnings proceeds immediately — no confirmation dialog is shown. A toast notification confirms the save completed. Warnings are guidance, not enforcement, and do not affect runtime behaviour.