andy-stack_vaultkeeper-ai/AIClasses
Andrew Beal 1b47c64c8b fix: prevent plan completion when replan is requested
Track replan state to ensure plan doesn't complete prematurely when a replan
is requested. Also add CompletePlan to orchestration agent definitions and
update step progress callback on successful completion.
2026-01-28 23:03:38 +00:00
..
Claude refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
FunctionDefinitions fix: prevent plan completion when replan is requested 2026-01-28 23:03:38 +00:00
Gemini refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
OpenAI refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
Schemas Add context passing between execution steps and enhance orchestration 2026-01-28 21:23:47 +00:00
AIFunctionCall.ts feat: add Gemini thought signature support and OpenAI Responses API migration 2025-12-10 21:27:58 +00:00
BaseAIClass.ts refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
BaseAIFileService.ts refactor: improve file upload error handling and return errors array 2025-12-23 17:09:04 +00:00
IAIClass.ts refactor: implement multi-agent orchestration architecture 2026-01-27 20:29:20 +00:00
IAIFileService.ts refactor: migrate file upload from base64 to file ID API for all providers 2025-12-19 20:05:46 +00:00
IConversationNamingService.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00