andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions/Functions
Andrew Beal 32c478249b housekeeping: remove unused execution agent code and clean up orchestration flow
- Remove unused agentExecutionDefinitions and gatedDefinitions methods
- Delete obsolete CreatePlan.ts (replaced by ExecuteWorkflow.ts)
- Rename PlanningAgentSystemPrompt to PlanningPrompt for consistency
- Fix orchestration agent promise returns and replan flag handling
- Make saveConversation calls async throughout AIController
- Simplify vault cache delete event handling
- Change debug logging from console.log to console.debug
- Fix function name references in execution and main agents
2026-01-29 12:26:41 +00:00
..
AskUserQuestionExecution.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
AskUserQuestionPlanning.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
CancelPlan.ts refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
CompletePlan.ts feat: add CompletePlan function to explicitly mark plan execution as complete 2026-01-04 22:47:22 +00:00
CompleteStep.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
CompleteTask.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
ContinuePlanExecution.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
DeleteVaultFiles.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
ExecuteWorkflow.ts housekeeping: remove unused execution agent code and clean up orchestration flow 2026-01-29 12:26:41 +00:00
ListVaultFiles.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
MoveVaultFiles.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
PatchVaultFile.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
ReadVaultFiles.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
Replan.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
SearchVaultFiles.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
SubmitPlan.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00
WriteVaultFile.ts refactor: standardize function description format with call/do-not-use sections 2026-01-29 11:02:18 +00:00