{"version":3,"file":"agent-scope.d.ts","sourceRoot":"","sources":["../../../src/agents/agent-scope.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,OAAO,GAAG,UAAU,CAGrE","sourcesContent":["import type { AgentScope } from \"./agents.ts\";\n\nexport function resolveExecutionAgentScope(scope: unknown): AgentScope {\n\tif (scope === \"user\" || scope === \"project\" || scope === \"both\") return scope;\n\treturn \"both\";\n}\n"]}