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

9 lines 322 B
/** * Health check orchestration */ import type { HealthCheckConfig, HealthCheckResult } from '../types.js'; /** * Run a comprehensive health check */ export declare function runHealthCheck(config: HealthCheckConfig, correlationId: string): Promise<HealthCheckResult>; //# sourceMappingURL=health-check-runner.d.ts.map