id: tinker-event-analyzer version: 1 name: Tinker event analyzer description: Uses a configured Tinker sampler checkpoint to analyze bounded document-change events. enabled: false subscribe: types: - stream.thought.source.file.changed sources: - filesystem:fixture privacy: - private context: maxEvents: 1 maxChars: 64000 runner: kind: pi profile: tinker-default model: REPLACE_WITH_TINKER_SAMPLER_PATH maxOutputTokens: 2000 timeoutMs: 120000 accounting: leaseMs: 180000 reservation: inputTokens: 40000 outputTokens: 2000 costMicrousd: 200000 limits: - window: rolling durationMs: 300000 maxCalls: 2 maxInputTokens: 80000 maxOutputTokens: 4000 maxCostMicrousd: 400000 - window: hour maxCalls: 6 maxInputTokens: 240000 maxOutputTokens: 12000 maxCostMicrousd: 1200000 - window: day maxCalls: 20 maxInputTokens: 800000 maxOutputTokens: 40000 maxCostMicrousd: 4000000 prompt: prompts/tinker-event-analyzer.md emit: - stream.thought.derived.document.read policy: tools: [] externalActions: false