ReMe/reme2
jinli.yl e138987112 refactor(file_graph): replace local file graph with pure Python implementation
- Rename local_file_graph.py to nx_file_graph.py and update class name to NxFileGraph
- Add proper import error handling for networkx dependency in NxFileGraph
- Create new LocalFileGraph implementation using pure Python dict-based storage
- Update base_file_graph to include abstract methods for node/link operations
- Modify upsert_nodes to handle multiple nodes and edge management
- Implement proper edge bookkeeping with inverse and pending edge tracking
- Add rebuild_links functionality to reconstruct graph relationships
- Update logging to show real vs virtual nodes and edge counts
- Maintain backward compatibility with existing graph persistence mechanisms
2026-05-14 18:01:43 +08:00
..
component refactor(file_graph): replace local file graph with pure Python implementation 2026-05-14 18:01:43 +08:00
config feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
enumeration feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
mcp feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
memory up 2026-05-14 11:37:25 +08:00
schema feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
utils feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
__init__.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
application.py ``` 2026-05-08 16:14:42 +08:00
constants.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
reme.py refactor(component): refactor base components and file store implementations 2026-04-23 17:44:25 +08:00
reme_backup.py ``` 2026-05-08 16:14:42 +08:00