ReMe/reme_ai
jinli.yl 4697070068 chore(version): bump version to 0.1.10.1
- Updated __version__ in reme_ai/__init__.py
- Updated project version in pyproject.toml- Changed flowllm dependency to include reme extra
- Fixed typo in README.md query example
2025-10-22 20:24:55 +08:00
..
agent 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
config 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
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 reformat code, support flowllm 0.1.9 (#26) 2025-09-16 16:49:56 +08:00
summary feat(memory): add is_summarized flag to track tool call summarization 2025-10-22 11:19:43 +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 chore(version): bump version to 0.1.10.1 2025-10-22 20:24:55 +08:00
app.py 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