Commit graph

5 commits

Author SHA1 Message Date
Research Assistant
03ad9ce64f feat: stabilize paperforge query planning 2026-05-27 21:20:15 +08:00
Research Assistant
f68f45f3a2 fix: improve search accuracy with multi-token LIKE and guided agent search queries
- _like_query: split multi-token queries into per-field AND matching
- lookup_paper: same multi-token AND for title lookup
- read-known-paper.md: restructure Step 1 by known-info type (zotero_key,
  DOI, author+year, title keyword, fuzzy)
- discover-papers.md Arm 2: note on author+year search pattern
- retrieval-routing.md Arm 2: same author+year search guidance
2026-05-25 16:42:11 +08:00
Research Assistant
3b276cfc76 fix(memory): restore row.keys() iteration (sqlite3.Row iterates values, not keys) 2026-05-12 18:33:33 +08:00
Research Assistant
1a510c238b style(memory): apply ruff fixes (ternary, nested-if, dict-keys) 2026-05-12 18:00:52 +08:00
Research Assistant
c100423353 feat(memory): add query module for paper lookup and status check 2026-05-12 17:47:30 +08:00