Commit graph

349 commits

Author SHA1 Message Date
jinli.yl
4dd90e4c7c chore(release): bump version to 0.10.8 2025-10-31 11:34:22 +08:00
zouyingcao
97ab259ebe
Update default.yaml with summarizer ops 2025-10-30 14:39:30 +08:00
jinli.yl
4239f8953a feat(summary): add validation and token estimation for tool call results 2025-10-29 20:47:25 +08:00
jinli.yl
69bf1e9d5f feat(memory): add tool call deduplication with hash-based detection 2025-10-29 16:05:35 +08:00
jinli.yl
d9f332ece2 docs(readme): update project name to memory management kit 2025-10-29 15:43:58 +08:00
jinli.yl
a4be28606b chore(version): bump version to 0.1.10.7 2025-10-28 15:17:00 +08:00
jinli.yl
0039cf8bd9 feat(summary): support list input for tool names 2025-10-27 21:56:20 +08:00
jinli.yl
7e82a3179e feat(reme_ai): update version to 0.1.10.6 and enhance tool memory operations 2025-10-27 21:12:11 +08:00
jinli.yl
93154da4d8 feat(config): add retrieve and summary task memory flows 2025-10-27 18:22:25 +08:00
dengjiaji
b9841bc88a docs(memory): rename library references to memory throughout documentation 2025-10-27 17:36:50 +08:00
jinli.yl
02ed621b36 chore(release): bump version to 0.10.5 2025-10-27 17:23:02 +08:00
jinli.yl
b5ccd0eac1 chore(version): bump version to 0.10.4 2025-10-27 17:02:44 +08:00
jinli.yl
be3d48f9ac docs(_toc.yml): remove future_work and contribution files from toc 2025-10-23 18:07:32 +08:00
jinli.yl
c314a82039 docs: update documentation structure and content 2025-10-23 17:58:25 +08:00
dengjiaji
82d0adc86e docs(config): update documentation config and quick start examples 2025-10-23 17:32:59 +08:00
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
jinli.yl
ac72e6e021 feat(vector_store): add QdrantVectorStore implementation with async support
- Added QdrantVectorStore backend with native async operations
- Implemented advanced filtering capabilities for metadata queries
- Added support for Qdrant Cloud and local deployments- Updated vector store comparison table with Qdrant features
- Enhanced documentation with Qdrant setup and usage examples
- Fixed code block formatting in vector store API guide
- Updated embedding model integration for Qdrant compatibility
2025-10-23 17:15:12 +08:00
dengjiaji
fdb242ff5d docs(config): update documentation styling and logo 2025-10-23 15:13:59 +08:00
dengjiaji
7c07f58b81 docs(readme): update image paths 2025-10-23 14:12:39 +08:00
dengjiaji
2c54d0b04e docs(config): update project title and index page heading 2025-10-23 14:11:03 +08:00
dengjiaji
c625181666 docs: reconstruct JupyterBook-style documentation 2025-10-23 12:08:35 +08:00
Jiaji
b17876e161
Merge pull request #30 from modelscope/import_dev
feat(reme): implement ReMeApp and decouple flowllm dependencies
2025-10-23 11:54:31 +08:00
jinli.yl
da63cf9eae chore(version): bump version to 0.1.10.2 2025-10-22 22:02:44 +08:00
jinli.yl
1412fa9ed1 feat(reme): implement ReMeApp and decouple flowllm dependencies 2025-10-22 21:53:59 +08:00
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
dengjiaji
04692b1473 docs(index): restructure memory sections and improve formatting 2025-10-22 13:17:19 +08:00
Jiaji
5c716d01fd
Merge pull request #29 from modelscope/tool_memory
Tool memory
2025-10-22 12:28:59 +08:00
jinli.yl
3c64e46917 chore: update .gitignore to exclude site directory- Add 'site/*' to ignore generated site files 2025-10-22 12:25:20 +08:00
jinli.yl
327f96f069 docs(tool_memory): remove redundant see also section 2025-10-22 12:24:52 +08:00
jinli.yl
103f388877 docs(docs): rename todo.md to future_work.md 2025-10-22 12:20:53 +08:00
Jiaji
691eec954a
Merge pull request #27 from modelscope/tool_memory
ToolMemory
2025-10-22 12:16:00 +08:00
jinliyl
97a314d9f8
Merge branch 'main' into tool_memory 2025-10-22 12:13:11 +08:00
jinli.yl
d9938c6a43 feat(docs): add tool memory documentation and update ReMe memory model
- Introduce tool memory as a new memory type in ReMe framework
- Update agent memory formula to include tool memory- Add comprehensive tool memory documentation with usage examples
- Include tool memory API usage guides for Python, curl, and Node.js
- Add tool memory benchmark results showing 14.88% improvement- Create new tool memory demo and benchmark resources
- Update documentation structure to reflect three memory capabilities- Add TODO list with planned features including automatic tool exploration- Fix mermaid diagram numbering in tool memory documentation
- Remove outdated latest updates section from main documentation
- Update resource links to include tool memory references
2025-10-22 12:11:20 +08:00
jinli.yl
d3d928fff4 docs(readme): remove outdated benchmark result line- Removed inconsistent improvement data across epochs
- Updated key findings to reflect current tool memory performance- Maintained reference links to detailed documentation and implementation
2025-10-22 11:57:04 +08:00
jinli.yl
1be95d0fce docs(readme): remove outdated update entry
- Removed September 25, 2025 entry about ReMe exploring tool memory- Kept October 2025 entry about Tool Memory support release- Maintained chronological order of latest updates
2025-10-22 11:56:04 +08:00
jinliyl
19735750c7
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-22 11:54:48 +08:00
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
jinli.yl
6aa81559c0 docs(mkdocs): add tool memory section and deployment instructions
- Added new Tool Memory section with overview, retrieve ops, summary ops, and benchmark pages
- Included SOP Memory section with making SOP memories page
- Added deployment instructions for mkdocs including build, serve, and gh-deploy commands
2025-10-21 22:56:24 +08:00
jinli.yl
49819a8e54 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
- Enhanced tool call result parsing with improved scoring logic (0.0 or 1.0)
- Updated tool memory schema to reflect binary success/failure scoring
- Added deterministic behavior support via seed configuration in mock tools
- Improved evaluation prompts to focus on result quality over success flags
- Extended README with tool memory documentation and usage examples- Added utility functions for generating mock tool call results
- Removed deprecated test file for UseMockSearchOp- Updated default configurations to include use_mock_search operation- Bumped version to0.1.10 and updated flowllm dependency requirement
- Moved deprecation warnings to main init file
- Simplified tool memory summary formatting by removing redundant statistics
- Fixed tool call result processing to handle multiple tool names concurrently
2025-10-21 21:03:14 +08:00
jinli.yl
12f0b7d124 feat(agent): implement mock search tools and tool memory benchmark
- Added LLMMockSearchOp for simulating search operations with configurable complexity- Created SearchToolA, SearchToolB, and SearchToolC with distinct performance profiles- Implemented UseMockSearchOp for intelligent tool selection based on query analysis
- Added test scripts and query datasets for evaluating tool memory effectiveness
- Integrated tool memory service for storing and retrieving tool performance data
- Created documentation for tool memory benchmark testing methodology
- Refactored agent module structure and imports
- Increased summary tool memory recent call count from20 to 30
2025-10-16 23:31:50 +08:00
jinli.yl
40538f974a docs(task_memory): simplify documentation and remove redundant content
- Removed detailed data structure definitions for TaskMemory and Trajectory
- Eliminated extensive examples and usage instructions for record_task_memory and delete_task_memory
- Removed comparison table with Tool Memory and best practices section
- Simplified build_query_op and rewrite_memory_op documentation by removing processing flows
- Removed detailed examples and parameter descriptions for simple_summary_op- Added new tool_memory.md documentation with complete tool memory implementation
- Added new tool_retrieve_ops.md documentation with detailed retrieval operations- Created comprehensive tool memory data structures and API documentation
- Added usage examples and integration workflows for tool memory operations
- Documented configuration parameters and best practices for tool memory management
2025-10-16 16:39:40 +08:00
jinli.yl
82405c4a7c docs(task_memory): enhance documentation with data structures and usage examples
- Add TaskMemory and Trajectory data structure definitions
- Include detailed processing flows for record and delete operations
- Add comparison table between Task Memory and Tool Memory
- Provide best practices for trajectory scoring and maintenance
- Enhance build_query_op documentation with processing flow
- Add format examples for rewrite_memory_op with and without LLM
- Include usage examples for simple_summary_op and comparative summary
- Add comparison table between simple and full summary pipelines
- Improve parameter descriptions and when-to-use guidance
- Add Chinese translations for key concepts and examples
2025-10-16 16:36:40 +08:00
jinli.yl
b07213791f feat(tool): implement tool memory management and summarization
- Added SummaryToolMemoryOp for analyzing tool usage patterns- Implemented RetrieveToolMemoryOp for fetching tool memories
- Enhanced ParseToolCallResultOp with evaluation and scoring logic
- Updated ToolMemory schema with summary, evaluation, and score fields
- Added new prompt templates for tool evaluation and summarization
- Configured tool memory operations in default.yaml
- Fixed success flag logic in ToolCallResult processing
- Improved statistical analysis for tool call history
- Added concurrent processing for tool call evaluations
- Integrated tool memory updates with vector store operations
2025-10-16 15:49:49 +08:00
jinli.yl
b9da8d2a7f feat(memory): add tool call result handling and memory management
- Add new ToolCallResult and ToolMemory schemas for tracking tool executions
- Implement tool memory retrieval and summarization flows in default config
- Register new parse_tool_call_result_op for processing tool call results
- Extend memory conversion logic to support tool memory type
- Add test cases for tool memory serialization and deserialization
- Include token counting utilities for text processing tasks
2025-10-16 10:50:27 +08:00
jinli.yl
92f76566db ```
docs(readme): update latest updates section with new ReMe releases and directions

- Add entry for2025-09-25 about tool memory and Personal Memory Application/Agent
- Update ReMe v0.1.9 release information with agentscope-runtime integration
- Maintain existing content about asynchronous operations support
```
2025-09-25 10:57:27 +08:00
dengjiaji
1b927525d8 feat(library): Add "contribute" tag & Update display 2025-09-17 16:07:12 +08:00
dengjiaji
37051406c5 add finance task memory (beta version) 2025-09-17 15:48:59 +08:00
dengjiaji
c1ae740eba feat(library): implement category view 2025-09-17 15:48:29 +08:00
dengjiaji
31143caae8 docs(cookbook): update frozenlake figure path 2025-09-17 12:24:59 +08:00
dengjiaji
0bb6728ecd docs: add format 2025-09-17 12:22:09 +08:00