UNPKG

@nanocollective/nanocoder

Version:

A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter

5 lines 279 B
export { AISDKClient } from './ai-sdk-client.js'; export { isEmptyAssistantMessage } from './converters/message-converter.js'; export { parseAPIError } from './error-handling/error-parser.js'; export type { TestableMessage } from './types.js'; //# sourceMappingURL=index.d.ts.map