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

This commit is contained in:
joshualitt
2026-01-16 09:21:13 -08:00
committed by GitHub
parent 3f07aad136
commit fd14ce22e3
9 changed files with 283 additions and 32 deletions
@@ -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.',