/** * Noah — OpenClaw Plugin Entry Point * * This is the ONLY export OpenClaw cares about for plugin loading. * The library exports (TemporalGuidanceEngine, types, etc.) live in index.ts. * * This adapter: * 1. Reads plugin config from api.config (+ openclaw.json fallback) * 2. Registers tools (noah_status, noah_trajectory, noah_guidance) * 3. Registers commands (/noah) * 4. Listens for Grillo assessment events to feed the temporal pipeline * * Pattern matches @aiassesstech/grillo plugin (verified against OpenClaw 2026.2.9). * * ARCHITECTURE NOTE (BB): Noah is a separate plugin + agent. Not bundled * into Grillo. Noah gets its own model instance, SOUL.md, AGENTS.md. * Dependency direction: Noah depends on Grillo events, not the reverse. */ export default function register(api: any): void; //# sourceMappingURL=plugin.d.ts.map