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