/** * Skill extension manager service. * * Implements ExtensionManager with native/non-native * branching in materializeInstall and agent symlink creation for all * configured agents. * * @experimental This API is unstable and may change without notice. */ import * as FileSystem from "effect/FileSystem"; import * as HttpClient from "effect/unstable/http/HttpClient"; import * as Path from "effect/Path"; import * as ServiceMap from "effect/Context"; import * as Layer from "effect/Layer"; import type { SkillExtensionRef } from "./refs.js"; import { SourceHostProviders } from "../source-resolution/index.js"; import type { ExtensionManager } from "../workspace/service-interface.js"; import { WorkspaceMutations } from "../workspace/service-interface.js"; import { CodingAgentRepository } from "../agents/index.js"; declare const SkillManager_base: ServiceMap.ServiceClass>; export declare class SkillManager extends SkillManager_base { } export declare const SkillManagerLive: Layer.Layer; export {}; //# sourceMappingURL=manager.d.ts.map