Merge pull request #29 from modelscope/tool_memory

Tool memory
This commit is contained in:
Jiaji 2025-10-22 12:28:59 +08:00 committed by GitHub
commit 5c716d01fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View file

@ -28,3 +28,4 @@ cookbook/appworld/exp_result/*
file_vector_store/*
cookbook/appworld/file_vector_store/*
/.venv/
site/*

View file

@ -1,17 +1,21 @@
# TODO
# Future Work
## Planned Features
### 1. Automatic Tool Exploration Mode
Add an automatic tool exploration mode that generates tool memory by:
- Automatically discovering and testing available tools
- Learning tool usage patterns and best practices
- Building a comprehensive tool memory database from exploration results
### 2. Desktop Pet Personal Assistant
Build a desktop pet personal assistant with:
- Interactive desktop companion interface
- Personalized assistance capabilities
- Integration with ReMe's memory system
### 3. Task Memory Research Implementation
@ -20,6 +24,8 @@ We are currently working on implementing features based on task memory research
### 4. Mem-Agent Exploration
We are exploring mem-agent to implement agentic memory pathways:
- Investigating agent-driven memory management
- Developing autonomous memory retrieval and storage mechanisms
- Building more intelligent memory update strategies

View file

@ -76,7 +76,4 @@ The operation returns a response message indicating:
Example: `"Successfully processed 5 tool memories: 2 summarized, 3 skipped (already up-to-date)"`
### See Also
For detailed implementation and examples, see [is_summarized Feature Documentation](is_summarized_feature.md).

View file

@ -45,7 +45,8 @@ nav:
- BFCL: cookbook/bfcl/quickstart.md
- FrozenLake: cookbook/frozenlake/quickstart.md
- TODO: todo.md
- Future Work:
- future_work.md
- Contribution Guide: contribution.md