andy-stack_vaultkeeper-ai/AIClasses/ToolDefinitions
Andrew Beal d18f5ef655 refactor: replace Replan with granular orchestration tools
Replace the single Replan tool with three targeted alternatives:
ReviseStep, RevisePlan, and SkipStep. This gives the orchestration
agent more precise control over plan recovery — revising only the
current step, replacing all remaining steps, or skipping a step
entirely — rather than triggering a full replan each time.

Also give the orchestration agent read access to vault files so it
can resolve execution failures without routing back to the planning
agent, and update the execution agent prompt to stop it from
attempting self-recovery (gap resolution is now the orchestrator's
responsibility).
2026-02-19 20:48:59 +00:00
..
Tools refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
AIToolDefinitions.ts refactor: replace Replan with granular orchestration tools 2026-02-19 20:48:59 +00:00
AIToolResponse.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00
IAIToolDefinition.ts Rename functions folder to tools. 2026-02-15 23:07:39 +00:00