From 3d15fcc74de26798ef773f6ce175ceb3b802a4c8 Mon Sep 17 00:00:00 2001 From: Brian Love Date: Tue, 16 Jun 2026 01:12:31 -0700 Subject: [PATCH] docs(ag-ui): regenerate api-docs for AgUiAgent.subagents field The F5 PR added a documented subagents signal to AgUiAgent but didn't regenerate the website api-docs; the Website build drift-guard failed on main. Co-Authored-By: Claude Fable 5 --- apps/website/content/docs/ag-ui/api/api-docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/website/content/docs/ag-ui/api/api-docs.json b/apps/website/content/docs/ag-ui/api/api-docs.json index b9a8032f2..cf9ae1989 100644 --- a/apps/website/content/docs/ag-ui/api/api-docs.json +++ b/apps/website/content/docs/ag-ui/api/api-docs.json @@ -476,8 +476,8 @@ { "name": "subagents", "type": "Signal>", - "description": "", - "optional": true + "description": "Subagent activities (activityType==='subagent') projected to the neutral\n Subagent contract, keyed by messageId. Narrows the base Agent's optional\n `subagents?` to a concrete signal for AG-UI consumers.", + "optional": false }, { "name": "submit",