mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
- Rename toolDefinitions to aiFunctionDefinitions across all AI classes - Add aiFunctionUsageMode property to control function calling behavior - Implement provider-specific tool_choice/tool_config based on usage mode - Remove AIController and create BaseAgent base class - Update ExecutionPrompt with scope of execution guidelines - Simplify ChatArea layout update logic by removing debounce - Add naming service completion wait in ChatService - Replace console.warn with Exception.warn in InputService - Delete unused AIController.ts file - Update all tests to use new aiFunctionDefinitions property |
||
|---|---|---|
| .. | ||
| AgentType.ts | ||
| AIFunction.ts | ||
| AIFunctionUsageMode.ts | ||
| ApiProvider.ts | ||
| Copy.ts | ||
| DebugColor.ts | ||
| Environment.ts | ||
| Event.ts | ||
| FileEvent.ts | ||
| FileType.ts | ||
| FileTypeMimeTypeMapping.ts | ||
| Greeting.ts | ||
| InputMode.ts | ||
| MimeType.ts | ||
| Path.ts | ||
| Role.ts | ||
| SearchTrigger.ts | ||
| Selector.ts | ||