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

13 lines 558 B
/** * Log query interface for searching and analyzing log data * Provides powerful filtering, searching, and analytics capabilities */ export { globalLogStorage } from './storage/log-storage.js'; export type { AggregationOptions, AggregationResult, LogEntry, LogQuery, QueryResult, } from './types.js'; /** * Internal exports - import directly from specific modules if needed: * - LogStorage: './storage/log-storage' * - LogQueryBuilder, createLogQuery: './query/query-builder' * - logQueries: './utils/helpers' */ //# sourceMappingURL=index.d.ts.map