/** * ruminate — creative cognition tool. * * Pulls context from threads, recent observations, and open questions, * then produces a free-writing pass via LLM. The output is read back * and parsed for extractable beliefs, speculations, and identity insights. * * This is dream() for identity — compressive, generative processing * where the value isn't the text but what you learn from having written it. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const ruminateTool: ToolDefinition; //# sourceMappingURL=ruminate.d.ts.map