qinling0210
|
c5ff2bced5
|
Refine agentic RAG phase logging (#18228)
### Summary
Refine agentic RAG phase logging
example:
```
2026-08-13 17:25:06,733 INFO 2434554 [Agentic RAG] LLM usage by phase: phase llm_calls prompt_tok output_tok total_tok time(s)
formalize 1 389 151 540 1.7
route 1 287 234 521 2.7
planner 1 11857 832 12689 6.8
orchestrator round 1 0 0 0 0 171.5
claim_research (2) 8 82519 23146 105665 131.0
sufficiency 2 10122 1709 11831 15.0
grounded 1 5846 3232 9078 24.7
finalize 2 9945 2228 12173 19.9
total: 16 LLM calls, 152497 tokens
```
|
2026-08-13 20:15:24 +08:00 |
|
Yingfeng
|
4cc2dbc067
|
More stable sufficient check for agentic search (#17962)
|
2026-08-07 22:10:22 +08:00 |
|
Wang Qi
|
993b41b7b1
|
Append attachments content to last message (#17993)
|
2026-08-07 16:04:19 +08:00 |
|
Wang Qi
|
e35956bcc4
|
Fix attachments not take effect in agentic chat (#17895)
|
2026-08-06 11:12:22 +08:00 |
|
buua436
|
cd6e73bcb5
|
fix: stream agentic reasoning and answers correctly (#17849)
|
2026-08-05 15:59:19 +08:00 |
|
EthanZhang
|
bdcd8aadde
|
feat(chat): add Querit web search provider (#17813)
|
2026-08-05 09:54:46 +08:00 |
|
Wang Qi
|
d236fc4437
|
Let agentic rag search honor metadata filter (#17731)
|
2026-08-04 10:35:21 +08:00 |
|
Wang Qi
|
4592d06a67
|
Fix deepcopy the chat model (#17560)
|
2026-07-30 14:29:24 +08:00 |
|
Lynn
|
0139d6f8c3
|
Fix: Avoid deepcopy crash for OpenAI‑API‑compatible chat models (#17556)
|
2026-07-30 13:58:44 +08:00 |
|
euvre
|
f45f03a016
|
Add Go service/handler tests for API contract parity (#16905)
|
2026-07-20 20:02:41 +08:00 |
|
Kevin Hu
|
d5d04ad639
|
Feat: compilation result navigation in agentic search (#17002)
### Summary
Compilation result navigation in agentic search.
|
2026-07-16 20:19:32 +08:00 |
|
Kevin Hu
|
454dea686e
|
Feat: agentic search framework (#16859)
### Summary
Agentic search
<img width="1149" height="1575" alt="image"
src="https://github.com/user-attachments/assets/bce9a3e7-0517-4fb2-80a2-5d2a81a4da78"
/>
---------
Co-authored-by: Yingfeng Zhang <yingfeng.zhang@gmail.com>
|
2026-07-15 23:46:23 +08:00 |
|