feat(core): Add generalist agent. (#16638)

This commit is contained in:
joshualitt
2026-01-16 09:21:13 -08:00
committed by GitHub
parent ce35d84113
commit fcd860e1b0
9 changed files with 283 additions and 32 deletions

View File

@@ -1929,6 +1929,10 @@
}
}
},
"enabled": {
"type": "boolean",
"description": "Whether to enable the agent."
},
"disabled": {
"type": "boolean",
"description": "Whether to disable the agent."