ReMe/reme2/component
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
..
as_llm feat(components): add Anthropic LLM support and enhance component architecture 2026-04-23 14:18:57 +08:00
as_llm_formatter ``` 2026-05-08 16:14:42 +08:00
as_token_counter ``` 2026-05-08 16:14:42 +08:00
client ``` 2026-05-08 16:14:42 +08:00
embedding feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
file_graph feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
file_parser feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
file_store feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
file_watcher feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
job feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
keyword_index feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
service ``` 2026-05-08 16:14:42 +08:00
tokenizer 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
application_context.py feat(components): add Anthropic LLM support and enhance component architecture 2026-04-23 14:18:57 +08:00
base_component.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
base_step.py up 2026-05-14 02:01:27 +08:00
component_registry.py ``` 2026-05-08 16:14:42 +08:00
prompt_handler.py ``` 2026-05-08 16:14:42 +08:00
runtime_context.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
runtime_response.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00