|
|
58cdc17341
|
Update tests to reflect refined built-in workflow routing logic
|
2026-06-15 21:39:32 +02:00 |
|
|
|
1609e39840
|
Refine routing descriptions for web-answer and research workflows
|
2026-06-15 21:39:32 +02:00 |
|
|
|
a66db9fe71
|
Refine agent routing instructions to distinguish between web-answer and research workflows
|
2026-06-15 21:39:02 +02:00 |
|
|
|
8d53590e95
|
Add unit tests for chat history cleanup logic
|
2026-06-15 21:39:02 +02:00 |
|
|
|
0e65dd3bd6
|
Update workflow router built-in test assertions for improved coverage of routing logic
|
2026-06-15 21:37:44 +02:00 |
|
|
|
c8930fdb70
|
Refine title generation prompt to enforce stricter constraints and extract concrete subject
|
2026-06-15 21:37:44 +02:00 |
|
|
|
bb08eb4a93
|
Refactor chat handler to drop superseded trailing user messages from history
|
2026-06-15 21:37:10 +02:00 |
|
|
|
e2d86ff96a
|
Enhance workflow name detection by checking multiple event payload fields
|
2026-06-15 21:36:52 +02:00 |
|
|
|
564623fa91
|
Refine agent workflow definitions by updating routing descriptions for clarity and better differentiation between core capabilities (chat, RAG, web, research).
|
2026-06-15 21:36:41 +02:00 |
|
|
|
3ed74e7e8a
|
Refactor router prompts and update workflow choice display format
|
2026-06-15 21:36:24 +02:00 |
|
|
|
36cd49d956
|
Refine usage guidelines and descriptions for core agent workflows
|
2026-06-15 21:35:39 +02:00 |
|
|
|
57ce5a4d1e
|
Refactor router inputs: Remove complex keyword detection for 'fresh info' and simplify forced web manifest selection.
|
2026-06-15 21:35:27 +02:00 |
|
|
|
fb944223e9
|
Enhance router intelligence to detect requests for fresh information (weather, news) and improve web search forcing logic.
|
2026-06-15 21:34:50 +02:00 |
|
|
|
e35a29baef
|
Enhance tests for workflow router builtins by validating specific instructional text in the generated prompt and removing cost assertions.
|
2026-06-15 21:28:38 +02:00 |
|
|
|
d8c6dc06c6
|
Update built-in workflow descriptions to clarify usage boundaries (Input->Output, Web Answer, Research)
|
2026-06-15 21:26:50 +02:00 |
|
|
|
631d632911
|
Refine router prompt rules and remove cost display from workflow choices
|
2026-06-15 21:26:50 +02:00 |
|
|
|
7e53c27115
|
Refactor workflow selection logic and abstract prompt generation; adds comprehensive test for follow-up context.
|
2026-06-15 21:23:34 +02:00 |
|
|
|
8d70f37d16
|
Enhance workflow routing logic by improving prompt structure and adding helpers for formatting conversation history and available workflows.
|
2026-06-15 21:23:22 +02:00 |
|
|
|
2c5f4f71a3
|
Feature: Force web answer selection if web search is enabled and primary workflow choice is weak
|
2026-06-15 21:06:44 +02:00 |
|
|
|
b3e1130f97
|
Update workflow run test case to pass None for session ID
|
2026-06-15 21:06:28 +02:00 |
|
|
|
8ced33552e
|
Use direct workflow ID when testing workflow runs
|
2026-06-15 21:05:01 +02:00 |
|
|
|
32e9e4478e
|
Update test URL in web tool tests
|
2026-06-15 21:05:01 +02:00 |
|
|
|
077bf71aa8
|
Refine query cleaning logic for web tools
|
2026-06-15 21:05:01 +02:00 |
|
|
|
d9d696c22c
|
Add web search queries to reference fields
|
2026-06-15 21:05:01 +02:00 |
|
|
|
93387e6cec
|
Test: Ensure automatic workflow runs persist router-supplied web search inputs
|
2026-06-15 21:04:11 +02:00 |
|
|
|
b3a33a9fb1
|
Improve assertions and mock checks in workflow router tests
|
2026-06-15 21:03:55 +02:00 |
|
|
|
3e0b285764
|
Refactor web tool unit tests to update query generation and search assertions
|
2026-06-15 21:03:28 +02:00 |
|
|
|
d6b8ee71f6
|
Refactor built-in workflows to use direct web search inputs instead of dedicated query generation nodes
|
2026-06-15 21:03:05 +02:00 |
|
|
|
8787c2cf65
|
Enhance workflow run input handling by merging router results and supporting web search parameters
|
2026-06-15 21:03:05 +02:00 |
|
|
|
4da9b7faef
|
Add utilities to clean and resolve multiple web search queries from input samples
|
2026-06-15 21:02:25 +02:00 |
|
|
|
5857c0f60c
|
Refine fast path logic in router by enabling early exit for web search and cleaning up text processing
|
2026-06-15 21:02:25 +02:00 |
|
|
|
0270a65ab3
|
Refactor input processing: Normalize web search queries and simplify fast path logic in router.
|
2026-06-15 21:01:58 +02:00 |
|
|
|
5dd5514fc4
|
Refactor web tools: Simplify query processing, remove complex topic matching, and standardize noise result filtering.
|
2026-06-15 21:01:36 +02:00 |
|
|
|
505085fb87
|
Test: Improve coverage for web tool queries, ensuring accurate transformation and searching for specific topics.
|
2026-06-15 20:58:16 +02:00 |
|
|
|
c5b8e5a087
|
Enhance web tool queries by adding temporal terms and refactoring fallback query generation logic
|
2026-06-15 20:58:05 +02:00 |
|
|
|
9c368b97c5
|
Improve agent reliability by implementing evidence-first chat grounding, expanding search vocabulary, refining research question formulation, and adding comprehensive query generation tests.
|
2026-06-15 20:56:06 +02:00 |
|
|
|
ba51bb9a1b
|
Enhance query terms and add specialized aliases for better lookup coverage
|
2026-06-15 20:55:47 +02:00 |
|
|
|
bb80610a3c
|
Test: Add comprehensive unit tests for web tools, ensuring robust filtering of noise, generic terms, and irrelevant content during query generation, searching, fetching, and re-ranking.
|
2026-06-15 20:48:14 +02:00 |
|
|
|
7b07b344e9
|
Enhance web toolchain robustness with advanced filtering, topic matching, and refined query generation.
|
2026-06-15 20:46:44 +02:00 |
|
|
|
a3abc68d70
|
Update workflow test cases and refine web search toggle labels
|
2026-06-15 20:41:43 +02:00 |
|
|
|
9aac9ccb2b
|
Refactor: Update and improve unit tests for workflow router builtins
|
2026-06-15 20:40:34 +02:00 |
|
|
|
fb33c291ea
|
Refactor workflow selection logic: Improves manifest prioritization for combined web/knowledge answers and updates the 'web' capability check to be unconditional. Also enhances context logging to differentiate between forced and automatic web search modes.
|
2026-06-15 20:40:05 +02:00 |
|
|
|
f45f9dbfe5
|
Add unit tests for web fetching tools
|
2026-06-15 20:35:18 +02:00 |
|
|
|
8f74205db6
|
Increase URL limit, enforce text truncation limit, and use full content for hashing in web fetch tool
|
2026-06-15 20:35:18 +02:00 |
|
|
|
6e951f6ec8
|
Update chat workflow mode display using workflowSelectionMode
|
2026-06-15 20:31:00 +02:00 |
|
|
|
79c6cee413
|
Refine regex patterns for extracting content from remember/save commands
|
2026-06-15 20:29:49 +02:00 |
|
|
|
ebf90ecd8e
|
Improve target message handling for "remember-this" workflows
|
2026-06-15 20:29:49 +02:00 |
|
|
|
c904831bd6
|
auto-git:
[change] backend/tests/test_workflow_router_builtins.py
|
2026-06-15 20:29:48 +02:00 |
|
|
|
8b37a8ef58
|
Enhance workflow router tests to cover web search scenarios and validate fast path permissions
|
2026-06-15 20:28:49 +02:00 |
|
|
|
83cde1011a
|
Feat: Implement workflow selection mode handling in client settings
|
2026-06-15 20:28:38 +02:00 |
|