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

11 lines 451 B
import type { InputState } from '../types/hooks.js'; /** * Process the main prompt template by injecting system info */ export declare function processPromptTemplate(): string; /** * Assemble the final prompt by replacing all placeholders with their full content * This function is called before sending the prompt to the AI */ export declare function assemblePrompt(inputState: InputState): string; //# sourceMappingURL=prompt-processor.d.ts.map