feat(core): introduce Kind.Agent for sub-agent classification (#20369)

This commit is contained in:
Abhi
2026-02-25 20:04:20 -05:00
committed by GitHub
parent f9f916e1dc
commit 28c9a907de
6 changed files with 12 additions and 3 deletions

View File

@@ -832,6 +832,7 @@ export enum Kind {
Search = 'search',
Execute = 'execute',
Think = 'think',
Agent = 'agent',
Fetch = 'fetch',
Communicate = 'communicate',
Plan = 'plan',