andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions
Andrew Beal fbb2d8275d feat: add CompletePlan function to explicitly mark plan execution as complete
Add new CompletePlan function with schema and validation to allow agents to explicitly signal when all execution steps are done. Update system prompt to include completion confirmation step. Refactor execution loop to recursively prompt for completion if incomplete, with MAX_EXECUTION_DEPTH limit replacing MAX_PLANNING_ITERATIONS. Remove automatic incomplete execution handling in favor of explicit agent-driven completion.
2026-01-04 22:47:22 +00:00
..
Functions feat: add CompletePlan function to explicitly mark plan execution as complete 2026-01-04 22:47:22 +00:00
AIFunctionDefinitions.ts feat: add CompletePlan function to explicitly mark plan execution as complete 2026-01-04 22:47:22 +00:00
AIFunctionResponse.ts feat: implement prompt caching for Claude API requests 2025-12-27 19:52:59 +00:00
IAIFunctionDefinition.ts refactor: streamline planning UX and strengthen complexity gate 2026-01-03 11:15:32 +00:00