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

6 lines 281 B
// Main client export export { AISDKClient } from './ai-sdk-client.js'; export { isEmptyAssistantMessage } from './converters/message-converter.js'; // Exported for testing purposes export { parseAPIError } from './error-handling/error-parser.js'; //# sourceMappingURL=index.js.map