|
1 | 1 | # Future Work |
2 | 2 |
|
3 | | -## Planned Features |
4 | | - |
5 | | -### 1. Automatic Tool Exploration Mode |
6 | | -Add an automatic tool exploration mode that generates tool memory by: |
7 | | -- Automatically discovering and testing available tools |
8 | | - |
9 | | -- Learning tool usage patterns and best practices |
10 | | - |
11 | | -- Building a comprehensive tool memory database from exploration results |
12 | | - |
13 | | -### 2. Desktop Pet Personal Assistant |
14 | | -Build a desktop pet personal assistant with: |
15 | | -- Interactive desktop companion interface |
16 | | - |
17 | | -- Personalized assistance capabilities |
18 | | - |
19 | | -- Integration with ReMe's memory system |
20 | | - |
21 | | -### 3. Task Memory Research Implementation |
22 | | -We are currently working on implementing features based on task memory research papers. Coming soon. |
23 | | - |
24 | | -### 4. Mem-Agent Exploration |
25 | | -We are exploring mem-agent to implement agentic memory pathways: |
26 | | -- Investigating agent-driven memory management |
27 | | - |
28 | | -- Developing autonomous memory retrieval and storage mechanisms |
29 | | - |
30 | | -- Building more intelligent memory update strategies |
31 | | - |
| 3 | +- [ ] P0 ReMe documentation style migration: Recommend using the same doc and jupyter structure as Agentscope Runtime @jiaji |
| 4 | +- [ ] P0 ReMe integration with agentscope Personal/Task/Tool @jinli |
| 5 | +- [ ] P0 ReMe sample library examples [show case](https://github.com/agentscope-ai/agentscope-samples/tree/main/functionality/long_term_memory_mem0) |
| 6 | +- [ ] P0 Decouple flowllm dependencies |
| 7 | +- [ ] P0 ReMe support for import, improve code documentation |
| 8 | +- [ ] P1 ReMe integration with asio tool_memory |
| 9 | +- [ ] P2 ReMe integration with agentscope-Runtime tool_memory |
| 10 | + |
| 11 | +- [ ] P0 Task Memory Research Paper @zhoyin |
| 12 | + |
| 13 | +- [ ] P1 Context interface definition |
| 14 | + |
| 15 | +- [ ] P2 Database layer interface unification |
| 16 | +- [ ] P2 Automatic Tool Exploration Mode |
| 17 | +- [ ] P2 Mem-Agent Exploration |
| 18 | +- [ ] P2 Desktop Pet Personal Assistant |
0 commit comments