ReMe/reme2/memory
huangsen b72690d954 feat: add Neo4j backend and refactor file graph architecture
- add neo4j dependency to project requirements
- introduce NetworkXFileGraph to replace LocalFileGraph implementation
- rename local_file_graph.py to networkx_file_graph.py with updated
  component registration as 'networkx'
- remove pickle persistence logic from NetworkX backend, simplify
  initialization
- update Neo4jFileGraph to return FileLink objects instead of
  (FileNode, FileLink) tuples from get_inlinks/get_outlinks methods
- remove unused AsyncIterator import and adjust method signatures
- add BareFileParser for handling binary/attachment files without
  content parsing
- move wikilink resolution utilities to dedicated utility module
- refactor memory I/O to use file graph's link resolution methods
  directly
- remove link extraction utilities from schema module, consolidate
  in utils.wikilink_resolver
2026-05-14 19:46:18 +08:00
..
schema feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
__init__.py feat: add Neo4j backend and refactor file graph architecture 2026-05-14 19:46:18 +08:00
agent_toolkit.py feat: add Neo4j backend and refactor file graph architecture 2026-05-14 19:46:18 +08:00
ingestor.py feat: add Neo4j backend and refactor file graph architecture 2026-05-14 19:46:18 +08:00
ingestor.yaml ``` 2026-05-11 19:45:53 +08:00
lint_toolkit.py feat: add Neo4j backend and refactor file graph architecture 2026-05-14 19:46:18 +08:00
maintainer.py feat: add Neo4j backend and refactor file graph architecture 2026-05-14 19:46:18 +08:00
memory_io.py feat: add Neo4j backend and refactor file graph architecture 2026-05-14 19:46:18 +08:00
protocol.md ``` 2026-05-11 19:45:53 +08:00
retriever.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
runtime_response.py feat: add Neo4j backend and refactor file graph architecture 2026-05-14 19:46:18 +08:00
summarizer.py ``` 2026-05-08 16:14:42 +08:00
summarizer.yaml ``` 2026-05-08 16:14:42 +08:00
sync.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00