ReMe/reme2
huangsen d9114469e3 refactor(file_graph): remove unused iter_nodes abstract method
BREAKING CHANGE: Removed the iter_nodes abstract method from BaseFileGraph
and its implementations in LocalFileGraph and Neo4jFileGraph as it was
no longer being used in the codebase.
2026-05-14 11:36:39 +08:00
..
component refactor(file_graph): remove unused iter_nodes abstract method 2026-05-14 11:36:39 +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 feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +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