ReMe/reme_ai
jinli.yl 594495de9e feat(memory): add is_summarized flag to track tool call summarization
- Add is_summarized boolean field to ToolCallResult schema
- Implement logic to mark tool calls as summarized after processing
- Skip summarization for tools with all recent calls already summarized
- Update summary operation to process only tools with unsummarized calls
- Enhance logging to show summarization and skip statistics
- Modify response to include count of summarized vs skipped tools
- Add documentation for smart skip logic and is_summarized feature
- Include test scenarios for skip logic and incremental summarization
2025-10-22 11:19:43 +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 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
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