@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 • 343 B
TypeScript
/**
* Alert management and sending
*/
import type { HealthCheckConfig, HealthCheckResult } from '../types.js';
/**
* Send health alert
*/
export declare function sendAlert(result: HealthCheckResult, config: HealthCheckConfig, lastAlert: number | undefined, correlationId: string): Promise<void>;
//# sourceMappingURL=alert-manager.d.ts.map