lllin000_PaperForge/paperforge/memory
2026-05-13 17:17:08 +08:00
..
__init__.py feat(memory): add schema exports to __init__.py 2026-05-12 18:01:21 +08:00
_columns.py refactor: extract build_paper_row to shared _columns module 2026-05-13 17:07:14 +08:00
builder.py perf: executemany batching in builder + file read consolidation 2026-05-13 17:17:08 +08:00
chunker.py chore: add pre-commit JS syntax hook + stage missing vector CLI files 2026-05-12 23:34:24 +08:00
context.py feat(memory): add agent context query module 2026-05-12 19:55:58 +08:00
db.py feat(memory): add db.py with connection and path resolution 2026-05-12 17:35:19 +08:00
events.py feat(memory): add paper_events table + reading-log write/export command 2026-05-12 20:53:33 +08:00
fts.py fix(memory): match FTS column names to papers table (authors_json, collections_json) 2026-05-12 19:01:41 +08:00
query.py fix(memory): restore row.keys() iteration (sqlite3.Row iterates values, not keys) 2026-05-12 18:33:33 +08:00
refresh.py refactor: extract build_paper_row to shared _columns module 2026-05-13 17:07:14 +08:00
schema.py perf: fix FTS double-insert, drop trigger before bulk insert 2026-05-13 17:01:28 +08:00
vector_db.py chore: add pre-commit JS syntax hook + stage missing vector CLI files 2026-05-12 23:34:24 +08:00