Commit graph

584 commits

Author SHA1 Message Date
Willie Zutz
b392aa2c21 feat(agent): Improve relevance checking and preview content handling in web search agent.
Better groq support.
2025-07-01 00:36:12 -06:00
Willie Zutz
2eb0d60918 feat(agent): Enhance relevance checking for short content in summarizeWebContent 2025-06-29 14:18:30 -06:00
Willie Zutz
f88c650704 feat(agent): Implement URL summarization agent 2025-06-29 13:59:52 -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
7b47d3dacb feat(agent): Enhance agent components with new actions and improve loading animations 2025-06-26 23:53:52 -06:00
Willie Zutz
2805417307 feat(agent): Revise response and formatting instructions in SynthesizerAgent for improved clarity and structure 2025-06-24 23:53:26 -06:00
Willie Zutz
190153fbc2 feat: Update web search agent to return top 12 results and enhance message box interactivity 2025-06-24 00:10:25 -06:00
Willie Zutz
feec1cd608 fix: Comment out setTemperature calls for deterministic output in agents and utils 2025-06-23 09:06:09 -06:00
Willie Zutz
b97383bf0f feat(agent): Enhance AnalyzerAgent with previous analysis reasoning and improve prompt clarity in task breakdown and summarization 2025-06-23 01:28:54 -06:00
Willie Zutz
b9d4a4e779 feat(agent): Implement structured output using Zod schemas for Analyzer, Task Manager, and Web Search agents 2025-06-22 23:59:29 -06:00
Willie Zutz
a8eaadc6ed feat(agent): More agent tweaks 2025-06-22 13:35:01 -06:00
Willie Zutz
c3e845e0e2 fix(formatting) 2025-06-21 16:15:46 -06:00
Willie Zutz
7b127e5635 feat(agent): Add task manager. Agent feels pretty useful now? 2025-06-21 16:12:19 -06:00
Willie Zutz
60d36ab8f4 feat(agent): Process feels decent now, however it can be very slow. This is a checkpoint to come back to. Going to start trying to make it faster. 2025-06-19 12:49:37 -06:00
Willie Zutz
72c2ddc3a0 refactor(agent): Improve code formatting and readability across multiple components 2025-06-17 00:20:05 -06:00
Willie Zutz
74c3934aa5 feat(agent): Add signal support for cancellation in agent workflows 2025-06-17 00:14:22 -06:00
Willie Zutz
765d084b44 feat(agent): Enhance agent action display with new icons and details 2025-06-16 23:59:59 -06:00
Willie Zutz
3437c6522f feat(agent): Start agent speed optimizations. 2025-06-15 15:51:46 -06:00
Willie Zutz
df1a8b6cd2 feat(agent): Split agents into maintainable chunks 2025-06-15 11:53:00 -06:00
Willie Zutz
09799a880b feat(agent): Display agent actions on the UI 2025-06-15 10:56:57 -06:00
Willie Zutz
29146a03dc feat(agent): Agent tweaks 2025-06-10 23:34:26 -06:00
Willie Zutz
e707bc630f feat(agent): Minor tweaks 2025-06-10 00:12:45 -06:00
Willie Zutz
db6003ac5e fix(docker): Fixed dockerfile 2025-06-09 23:20:24 -06:00
Willie Zutz
4d85210d50 fix(package): New gemini package signature changed. 2025-06-09 23:08:03 -06:00
Willie Zutz
b4e2585856 feat(agent): Pretty decent first pass at agent mode 2025-06-09 23:00:25 -06:00
Willie Zutz
3f1f437d4f Merge branch 'working' of github.com:boarder2/Perplexica into working 2025-05-31 11:56:59 -06:00
Willie Zutz
6422c5b7e0 fix(api): Allow persona instructions to be passed in the search API 2025-05-31 11:54:52 -06:00
Willie Zutz
48b36d39cc chore: get rid of unused prompt files and make sure persona instructions are used everywhere 2025-05-27 23:51:09 -06:00
Willie Zutz
631906da35 fix(DB): migrate the DB on container launch 2025-05-27 13:18:18 -06:00
Willie Zutz
011d10df29 feat(UI): allow system prompts and persona prompts to be saved server side and individually included or excluded from messages 2025-05-27 12:53:30 -06:00
Willie Zutz
8e6934bb64 feat(prompt): Use date, not time in prompts 2025-05-26 11:05:11 -06:00
Willie Zutz
4edd173207 feat(optimization): Allow retrieving more sources in quality mode if we can get through them quickly 2025-05-25 15:32:47 -06:00
Willie Zutz
a5cd2fa089 feat(UI): More progress detail 2025-05-25 14:51:21 -06:00
Willie Zutz
8ce50b48f0 feat(optimization): improve quality mode performance by limiting source gathering 2025-05-25 02:14:29 -06:00
Willie Zutz
6343dd5303 fix(logging): remove excessive logging 2025-05-24 14:41:33 -06:00
Willie Zutz
87a7ffb445 feat(web): Use crawlee/playwright to retrieve web content in quality mode. It retrieves content more reliably than fetch + JSDoc, at the expense of speed. 2025-05-24 14:37:19 -06:00
Willie Zutz
044f30a547 feat(AI): don't rerank docs based on preview. just rely on search results for relevance 2025-05-23 23:11:28 -06:00
Willie Zutz
c47a630372 feat(app): Introduce quality mode. Improve functionality of balanced mode using readability to get page content and pull relevant excerpts
feat(UI): Show progress during inferrence
feat(security): Don't show API keys in the UI any more
feat(models): Support Claude 4 Anthropic models
2025-05-23 18:03:35 -06:00
Willie Zutz
288120dc1d feat(UI): protect API keys by not displaying them in the UI. 2025-05-20 00:44:52 -06:00
Willie Zutz
cae11cc13c update(packages): update package versions 2025-05-19 23:32:35 -06:00
Willie Zutz
67287b0604 feat(UI): Always show the selected focus mode 2025-05-19 23:31:29 -06:00
Willie Zutz
5b1c3a4970 Merge branch 'master' into working 2025-05-19 23:30:12 -06:00
Willie Zutz
db3a97b042 feat(prompt): Make the llm handle site limitations and use site:example.com syntax 2025-05-15 00:33:26 -06:00
Willie Zutz
e4f695ec9b update(README): Updated to reflect features in this fork
fix(cancel): moved to a lib component
2025-05-14 13:25:06 -06:00
Willie Zutz
ab50cc5038 update(README): Updated to reflect features in this fork 2025-05-14 13:23:02 -06:00
Willie Zutz
215d0e6114 fix(cancel): moved to a lib component 2025-05-14 13:22:21 -06:00
Willie Zutz
d1613c56ba Merge branch 'master' into working 2025-05-14 12:19:49 -06:00
Willie Zutz
9c7ccf42fc feat(app): allow stopping requests 2025-05-14 12:19:22 -06:00
Willie Zutz
ce1a38febc feat(app): allow stopping requests 2025-05-14 11:19:06 -06:00