/** * Pi-Learn: Open-Source Memory Infrastructure for pi Agents * * Modular Architecture (DRY/KISS/Functional): * - core/store.ts: SQLite operations * - core/reasoning.ts: LLM reasoning engine * - core/context.ts: Context assembly * - core/config.ts: Configuration loading * - core/dream.ts: Dream runner logic * - core/project-detection.ts: File-based project detection * - core/commands.ts: Command handler * - tools/index.ts: Tool definitions and executors * - renderers.ts: TUI components * * Compliance: NASA 10 Rules, DRY/KISS/FP principles */ import type { ExtensionAPI } from "@mariozechner/pi-coding-agent"; declare const _default: (pi: ExtensionAPI) => Promise; export default _default; //# sourceMappingURL=index.d.ts.map