/** * Coding agent repository implementation. * * @experimental This API is unstable and may change without notice. */ import * as Layer from "effect/Layer"; import { type CodingAgent, CodingAgentRepository, type CodingAgentRepositoryService } from "./coding-agent.js"; import type { AgentId } from "./types.js"; /** @experimental This API is unstable and may change without notice. */ export declare const codingAgentForId: (id: AgentId) => CodingAgent; export declare const DefaultCodingAgentRepository: CodingAgentRepositoryService; export declare const CodingAgentRepositoryLive: Layer.Layer; //# sourceMappingURL=repository.d.ts.map