ReMe/reme2/component
huangsen 48137f7f3f refactor(file_parser): simplify chunk ID generation in LinkedFileParser
Remove path and line numbers from chunk ID calculation to improve
cache stability. The chunk identity now uses only the content hash
instead of including path::start::end coordinates.

This change removes the documentation about chunk identity format
and updates the hash_text call to use only the text content.
2026-05-13 16:30:53 +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 up 2026-05-13 14:25:52 +08:00
file_parser refactor(file_parser): simplify chunk ID generation in LinkedFileParser 2026-05-13 16:30:53 +08:00
file_store up 2026-05-13 12:22:59 +08:00
file_watcher up 2026-05-13 12:22:59 +08:00
job ``` 2026-05-08 16:14:42 +08:00
service ``` 2026-05-08 16:14:42 +08:00
tokenizer up 2026-05-12 20:32:59 +08:00
__init__.py ``` 2026-05-11 19:45:53 +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 up 2026-05-12 20:28:49 +08:00
base_step.py ``` 2026-05-08 16:14:42 +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 ``` 2026-05-11 10:52:25 +08:00