ReMe/reme_ai
jinli.yl 63f6796a0b refactor(app): simplify ReMeApp initialization and config loading
- Removed load_default_config parameter from ReMeApp.__init__
- Removed backend configuration examples from docstring
- Updated super().__init__ call to always load default config
- Reordered and simplified configuration parameter passing
- Updated docstring to reference default.yaml for config examples
- Removed redundant HTTP backend configuration comments
- Ensured config_path parameter properly passed to parent class
2025-10-23 17:25:36 +08:00
..
agent feat(reme): implement ReMeApp and decouple flowllm dependencies 2025-10-22 21:53:59 +08:00
config feat(reme): implement ReMeApp and decouple flowllm dependencies 2025-10-22 21:53:59 +08:00
constants refactor(README): update documentation and remove unused code 2025-09-02 21:39:04 +08:00
enumeration refactor(reme_ai): remove unused PDF processing components 2025-09-02 20:52:14 +08:00
retrieve feat(tool): implement tool memory management and mock search tools- Added RetrieveToolMemoryOp for retrieving tool memory guidelines- Implemented LLM-based mock search tools with configurable complexity levels 2025-10-21 21:03:14 +08:00
schema feat(memory): add is_summarized flag to track tool call summarization 2025-10-22 11:19:43 +08:00
service feat(reme): implement ReMeApp and decouple flowllm dependencies 2025-10-22 21:53:59 +08:00
summary feat(reme): implement ReMeApp and decouple flowllm dependencies 2025-10-22 21:53:59 +08:00
utils feat(tool): implement tool memory management and mock search tools- Added RetrieveToolMemoryOp for retrieving tool memory guidelines- Implemented LLM-based mock search tools with configurable complexity levels 2025-10-21 21:03:14 +08:00
vector_store reformat code, support flowllm 0.1.9 (#26) 2025-09-16 16:49:56 +08:00
__init__.py feat(vector_store): add QdrantVectorStore implementation with async support 2025-10-23 17:15:12 +08:00
app.py refactor(app): simplify ReMeApp initialization and config loading 2025-10-23 17:25:36 +08:00