ReMe/reme2/memory
huangsen 6a5561f86a feat: add file_graph component and integrate with LinkedFileParser
- Add file_graph import to component registry
- Register FILE_GRAPH enum in ComponentEnum
- Implement BaseFileGraph integration in LinkedFileParser
- Replace FileEdge with FileLink for better semantic clarity
- Add lazy resolution of file_graph from app_context
- Update file watcher logging to reflect links instead of edges

refactor: streamline MCP transport layer architecture

- Remove redundant step shells from reme2/mcp/steps/
- Consolidate all @R.register components to reme2.memory package
- Update server.py to import reme2.memory directly
- Revise README.md to document new architecture
- Simplify module dependencies and import structure
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
__init__.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
ingestor.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
ingestor.yaml ``` 2026-05-11 19:45:53 +08:00
maintainer.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
memory_io.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
memory_lint.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
memory_search.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
memory_toolkit.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +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
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