RAG - Agentic second-pass retrieval tool #8
Labels
No labels
Doing
P1: critical
P2: important
P3: useful
P4: nice to have
P5: reminder
To Do
bug
invalid
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
peacelink/ai-assistant#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed per-intent source slots can miss what's actually relevant to a specific query.
Give the agent a cerca_altre_fonti(query, fonte=None) tool it can call on top of the pre-fetched context when it judges the initial RAG results insufficient.
Reuses the existing ReAct/tool-loop infra (call limits, iteration cap, Langfuse spans), only costs extra when actually invoked, and doesn't touch the guaranteed-slots contract the way a "retrieve-broad-then-route" rewrite would