andy-stack_vaultkeeper-ai/AIClasses/FunctionDefinitions/Functions
Andrew Beal cefc408b2e Add context passing between execution steps and enhance orchestration
- Add context_for_next_step parameter to CompleteStep for passing execution history
- Add context parameter to CompleteTask for preserving task completion state
- Update OrchestrationResult to handle context propagation between steps
- Add debug color differentiation for agent types (Main, Execution, Orchestration, Planning)
- Reorganize SearchTypes from Helpers to Types directory
- Add justification requirement for execution deviations
- Support reasonable deviations in orchestration plan validation
- Refactor dependency service with TryResolve utility
- Add whitespace cleanup to Semaphore class
2026-01-28 21:23:47 +00:00
..
AskUserQuestionExecution.ts feat: split ask_user_question into separate planning and execution functions 2026-01-07 20:00:40 +00:00
AskUserQuestionPlanning.ts feat: split ask_user_question into separate planning and execution functions 2026-01-07 20:00:40 +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 Add context passing between execution steps and enhance orchestration 2026-01-28 21:23:47 +00:00
CompleteTask.ts Add context passing between execution steps and enhance orchestration 2026-01-28 21:23:47 +00:00
ContinuePlanExecution.ts refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
CreatePlan.ts refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
DeleteVaultFiles.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00
ListVaultFiles.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00
MoveVaultFiles.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00
PatchVaultFile.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00
ReadVaultFiles.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00
Replan.ts refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
SearchVaultFiles.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00
SubmitPlan.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00
WriteVaultFile.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00