Goal
Add a feedback mechanism to search_knowledge.py so users/agents can report whether search results were useful.
Deliverable
- Add
--feedback flag to search_knowledge.py
- After displaying results, prompt: "Was this helpful? (y/n/comment)"
- Log feedback to
data/search-feedback.jsonl with: query, results shown, feedback, timestamp
- No external dependencies
Acceptance Criteria
Priority
This feeds into #574 (feedback hub) and #591 (demand board).
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #604 either in the PR description or in a PR's comment.
🪙 Also, everyone can tip any user commenting /tip 20 @Ikalus1988 (replace 20 with the amount, and @Ikalus1988 with the user to tip).
📖 If you want to learn more, check out our documentation.
Goal
Add a feedback mechanism to
search_knowledge.pyso users/agents can report whether search results were useful.Deliverable
--feedbackflag tosearch_knowledge.pydata/search-feedback.jsonlwith: query, results shown, feedback, timestampAcceptance Criteria
python3 search_knowledge.py "pip timeout" --feedbackworksdata/search-feedback.jsonl--feedbacknot usedPriority
This feeds into #574 (feedback hub) and #591 (demand board).
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting
/reward 100(replace100with the amount).🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment
/tryto let everyone know!🙌 And when they open the PR, they can comment
/claim #604either in the PR description or in a PR's comment.🪙 Also, everyone can tip any user commenting
/tip 20 @Ikalus1988(replace20with the amount, and@Ikalus1988with the user to tip).📖 If you want to learn more, check out our documentation.