feat(agents): adapt agent-skill-resolution for team-mode skills
This commit is contained in:
@@ -10,6 +10,7 @@ export function resolveAgentSkills(
|
|||||||
gitMasterConfig?: GitMasterConfig
|
gitMasterConfig?: GitMasterConfig
|
||||||
browserProvider?: BrowserAutomationProvider
|
browserProvider?: BrowserAutomationProvider
|
||||||
disabledSkills?: Set<string>
|
disabledSkills?: Set<string>
|
||||||
|
teamModeEnabled?: boolean
|
||||||
} = {}
|
} = {}
|
||||||
): AgentConfig {
|
): AgentConfig {
|
||||||
const { skills, ...configWithoutSkills } = config as AgentConfigWithSkills
|
const { skills, ...configWithoutSkills } = config as AgentConfigWithSkills
|
||||||
|
|||||||
Reference in New Issue
Block a user