ReMe/reme2/component
huangsen 701f8f6e3a
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
refactor(file_store): simplify file store architecture and remove unused features
Remove SqliteFileStore backend and simplify the base file store
interface. The file store now focuses on in-memory + JSONL persistence
for the (file → chunks) graph with reduced complexity.

BREAKING CHANGE: SqliteFileStore is removed, only LocalFileStore remains
available.
2026-05-11 20:57:10 +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-11 17:54:24 +08:00
file_parser up 2026-05-11 20:31:41 +08:00
file_store refactor(file_store): simplify file store architecture and remove unused features 2026-05-11 20:57:10 +08:00
file_watcher ``` 2026-05-11 19:45:53 +08:00
job ``` 2026-05-08 16:14:42 +08:00
service ``` 2026-05-08 16:14:42 +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 ``` 2026-05-08 16:14:42 +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