lllin000_PaperForge/paperforge/memory
2026-05-14 17:48:23 +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 feat: import JSONL into DB on memory build 2026-05-14 17:48:23 +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: upgrade reading-log to JSONL with context/tags/project fields and auto-render 2026-05-14 17:31:32 +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
permanent.py fix: align JSONL field names with spec (type/title, add verified) 2026-05-14 17:20:29 +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 feat: add reading_log and project_log tables to memory schema 2026-05-14 16:51:14 +08:00
vector_db.py fix: get_embed_status reads API model; defer display() after async status refresh 2026-05-14 00:18:03 +08:00