Commit Graph

17 Commits

Author SHA1 Message Date
05e8b0296f Implement chat memory tool and integrate it into agent capabilities 2026-06-16 19:53:16 +02:00
abed82924b Add _model_error_summary and _fallback_content_from_context functions 2026-06-16 19:14:01 +02:00
f0ff7c894b Add fallback rerank logic for web search 2026-06-16 19:06:01 +02:00
76d066773a Improve source key extraction robustness in chat tools 2026-06-15 22:37:19 +02:00
17e22ec4ef Enhance context handling by ensuring external context is appended to the last user message if not automatically applied during row processing. 2026-06-15 22:35:57 +02:00
bb08eb4a93 Refactor chat handler to drop superseded trailing user messages from history 2026-06-15 21:37:10 +02:00
077bf71aa8 Refine query cleaning logic for web tools 2026-06-15 21:05:01 +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
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
7b07b344e9 Enhance web toolchain robustness with advanced filtering, topic matching, and refined query generation. 2026-06-15 20:46:44 +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
fd1f31ee76 Refactor knowledge search handler to use multiprocessing for isolated context retrieval and improved stability. 2026-06-15 15:50:55 +02:00
48cf63d535 Add tools for knowledge persistence (saving messages/websites) and visual attachment analysis. 2026-06-15 15:05:51 +02:00
b2f1aeba42 Implement comprehensive web tools for searching, fetching content, and context reranking. 2026-06-15 15:05:51 +02:00
97366bb8e0 Implement core agent tooling infrastructure (chat, knowledge search) and update tool registration 2026-06-15 15:04:04 +02:00