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
+1
View File
@@ -171,6 +171,7 @@ export interface AgentOverride {
modelConfig?: ModelConfig;
runConfig?: AgentRunConfig;
disabled?: boolean;
enabled?: boolean;
}
export interface AgentSettings {