/** * Runtime template strings for endless loop prompts. */ export declare const autoWarpTriggerTemplate = "\nThe active goal has exceeded its budget, but the endless loop is active. Call the warp tool to continue in a new session.\n\nObjective: {{objective}}\n{{acceptanceClause}}\nLoop progress: {{sessionCount}} sessions, {{totalFlowsAcrossSessions}} flows, {{totalTokensAcrossSessions}}/{{maxTokens}} tokens.\n\nThe new session should inherit this context and resume work toward the objective.\n"; export declare const loopContinuationPromptTemplate = "\nContinue execution toward the active goal. This is an endless loop session.\n\nObjective: {{objective}}\n{{acceptanceClause}}\nProgress: {{flowCount}}{{maxFlowsClause}} flows in this session, {{tokenInfo}} tokens.\nLoop overall: {{sessionCount}} sessions, {{totalTokensAcrossSessions}} tokens total.\n\nLatest user message: {{userMessage}}\n\nCall the flow tool with an appropriate type to advance, or call the warp tool to hand off to a fresh session if budget is exceeded. Only the user can end a goal. Keep finding improvements that advance the objective.\n"; export declare const loopWakeupTemplate = "\nThe user has been idle. Review the active goal and find safe, conservative improvements that advance it. This is an endless loop session.\n\nObjective: {{objective}}\n{{acceptanceClause}}\nProgress: {{flowCount}}/{{maxFlows}} flows in this session, {{totalTokens}} tokens.\nLoop overall: {{sessionCount}} sessions, {{totalTokensAcrossSessions}} tokens total.\n\nGuidance:\n- Focus on safe, incremental improvements \u2014 do not refactor large areas or make risky changes.\n- Prefer verification, testing, and documentation over new features.\n- If you find potential issues, investigate with scout or audit before making changes.\n- You cannot end this goal. Only the user can end a goal.\n\nCall the flow tool with the appropriate flow type to continue, or call the warp tool to hand off to a fresh session if budget is exceeded.\n"; //# sourceMappingURL=loop-templates.d.ts.map