andy-stack_vaultkeeper-ai/Helpers
Andrew Beal 2de8109a74 refactor: restructure AI prompt and agent architecture for multi-agent planning support
- Move prompts from AIClasses to AIPrompts directory
- Replace centralized IPrompt injection with direct property setters on IAIClass
- Remove allowDestructiveActions parameter from streamRequest methods
- Add toolDefinitions, systemPrompt, and userInstruction properties to IAIClass
- Refactor AIFunctionDefinitions to static methods with agent-specific tool sets
- Add planning agent function definitions (CreatePlan, Replan, CompleteStep, SubmitPlan)
- Create AIControllerService to handle agent orchestration
- Add execution plan related copy strings and replacement utility
- Update all AI providers (Claude, Gemini, OpenAI) to use new architecture
2025-12-30 19:07:00 +00:00
..
ElementHelper.ts refactor: centralize icon handling and improve attachment UI 2025-12-23 20:18:27 +00:00
Exception.ts refactor: migrate from flag-based content types to typed properties 2025-12-19 12:30:51 +00:00
FileTagMapping.ts feat: add VaultCacheService and vault monitoring capabilities 2025-10-25 12:46:07 +01:00
Helpers.ts feat: add support for file attachments via drag and drop and paste. 2025-12-22 20:02:02 +00:00
PDFHelper.ts Add page number tracking to search snippets 2025-12-20 14:48:42 +00:00
ResponseHelper.ts refactor: restructure AI prompt and agent architecture for multi-agent planning support 2025-12-30 19:07:00 +00:00
SearchTypes.ts Add page number tracking to search snippets 2025-12-20 14:48:42 +00:00
Semaphore.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
StringTools.ts Add new services for AI file API. 2025-12-17 18:06:16 +00:00
WikiLinks.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00