mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-22 00:32:49 +00:00
|
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
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. |
||
|---|---|---|
| .. | ||
| as_llm | ||
| as_llm_formatter | ||
| as_token_counter | ||
| client | ||
| embedding | ||
| file_parser | ||
| file_store | ||
| file_watcher | ||
| job | ||
| service | ||
| __init__.py | ||
| application_context.py | ||
| base_component.py | ||
| base_step.py | ||
| component_registry.py | ||
| prompt_handler.py | ||
| runtime_context.py | ||
| runtime_response.py | ||