Commit graph

11 commits

Author SHA1 Message Date
Willie Zutz
8063f37cbf feat(SimplifiedAgent): Update tool usage instructions for improved response handling and web search requirements 2025-08-09 18:11:26 -06:00
Willie Zutz
2222928623 feat(themes): Added custom theme support. 2025-08-09 17:30:12 -06:00
Willie Zutz
71120c997a feat(UI): Enhance model statistics tracking and citation handling in chat components 2025-08-04 00:41:31 -06:00
Willie Zutz
3e238303b0 feat(agent): Stream agent messages, sources, tool calls, etc. 2025-08-03 15:48:34 -06:00
Willie Zutz
f6eab5a95a feat(agent): Implement simplified chat agent tools and state management 2025-07-29 10:18:11 -06:00
Willie Zutz
1f78b94243 feat(dashboard): add date difference and timezone conversion tools for dashboard 2025-07-21 23:49:09 -06:00
Willie Zutz
d66300e78e feat(agent): Refactor search agents and implement SpeedSearchAgent
- Updated FileSearchAgent to improve code readability and formatting.
- Refactored SynthesizerAgent for better prompt handling and document processing.
- Enhanced TaskManagerAgent with clearer file context handling.
- Modified AgentSearch to maintain consistent parameter formatting.
- Introduced SpeedSearchAgent for optimized search functionality.
- Updated metaSearchAgent to support new SpeedSearchAgent.
- Improved file processing utilities for better document handling.
- Added test attachments for sporting events queries.
2025-06-28 17:59:12 -06:00
Willie Zutz
de3d26fb15 feat(agent): Refactor agent architecture to enhance content routing and file search capabilities
- Introduced ContentRouterAgent to determine the next step in information gathering (file search, web search, or analysis) based on task relevance and focus mode.
- Added FileSearchAgent to handle searching through attached files, processing file content into searchable documents.
- Updated SynthesizerAgent to utilize a prompt template for generating comprehensive responses based on context and user queries.
- Enhanced TaskManagerAgent to consider file context when creating tasks.
- Improved AnalyzerAgent to assess the sufficiency of context, including file and web documents.
- Implemented utility functions for processing files and ranking documents based on similarity to queries.
- Updated prompts to include new instructions for handling file context and routing decisions.
- Adjusted agent search workflow to integrate new agents and support file handling.
2025-06-28 14:48:08 -06:00
Willie Zutz
09799a880b feat(agent): Display agent actions on the UI 2025-06-15 10:56:57 -06:00
Willie Zutz
b4e2585856 feat(agent): Pretty decent first pass at agent mode 2025-06-09 23:00:25 -06:00
Willie Zutz
be9fd989c4 fix(api): History rewrites should delete the current message
fix(UI): Changing model shouldn't submit the form.
2025-05-06 23:44:08 -06:00