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

@@ -2093,6 +2093,10 @@ export const SETTINGS_SCHEMA_DEFINITIONS: Record<
},
},
},
enabled: {
type: 'boolean',
description: 'Whether to enable the agent.',
},
disabled: {
type: 'boolean',
description: 'Whether to disable the agent.',