/** * OpenCode agent adapter. * * Provides OpenCode-specific behavior for session tracking, * working directory extraction, content normalization, and tool configuration. */ import type { AgentAdapter } from "../adapter"; export declare const openCodeAdapter: AgentAdapter; import { openCodeTransforms } from "../transforms/opencode"; export { openCodeTransforms }; //# sourceMappingURL=opencode.d.ts.map