Skip to content

Commit 7e82a31

Browse files
committed
feat(reme_ai): update version to 0.1.10.6 and enhance tool memory operations
1 parent 93154da commit 7e82a31

File tree

8 files changed

+207
-174
lines changed

8 files changed

+207
-174
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<a href="https://pypi.org/project/reme-ai/"><img src="https://img.shields.io/badge/python-3.12+-blue" alt="Python Version"></a>
7-
<a href="https://pypi.org/project/reme-ai/"><img src="https://img.shields.io/badge/pypi-v0.1.10.5-blue?logo=pypi" alt="PyPI Version"></a>
7+
<a href="https://pypi.org/project/reme-ai/"><img src="https://img.shields.io/badge/pypi-v0.1.10.6-blue?logo=pypi" alt="PyPI Version"></a>
88
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-black" alt="License"></a>
99
<a href="https://github.com/modelscope/ReMe"><img src="https://img.shields.io/github/stars/modelscope/ReMe?style=social" alt="GitHub Stars"></a>
1010
</p>
@@ -28,7 +28,7 @@ Personal memory helps "**understand user preferences**", task memory helps agent
2828

2929
## 📰 Latest Updates
3030

31-
- **[2025-10]** 🚀 ReMe v0.1.10.5 released! Core enhancement: direct Python import support. You can now use ReMe without starting an HTTP or MCP service - simply `from reme_ai import ReMeApp` and call methods directly in your Python code.
31+
- **[2025-10]** 🚀 ReMe v0.1.10.6 released! Core enhancement: direct Python import support. You can now use ReMe without starting an HTTP or MCP service - simply `from reme_ai import ReMeApp` and call methods directly in your Python code.
3232
- **[2025-10]** 🔧 Tool Memory support is now available! Enables data-driven tool selection and parameter optimization through historical performance tracking. Check out the [Tool Memory Guide](docs/tool_memory/tool_memory.md) and [benchmark results](docs/tool_memory/tool_bench.md).
3333
- **[2025-09]** 🎉 ReMe v0.1.9 has been officially released, adding support for asynchronous operations. It has also been
3434
integrated into the memory service of agentscope-runtime.
@@ -685,8 +685,8 @@ You can find more details on reproducing the experiment in [quickstart.md](docs/
685685

686686
### 🧊 [Frozenlake Experiment](docs/cookbook/frozenlake/quickstart.md)
687687

688-
| without ReMe | with ReMe |
689-
|:--------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|
688+
| without ReMe | with ReMe |
689+
|:----------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------:|
690690
| <p align="center"><img src="docs/_static/figure/frozenlake_failure.gif" alt="GIF 1" width="30%"></p> | <p align="center"><img src="docs/_static/figure/frozenlake_success.gif" alt="GIF 2" width="30%"></p> |
691691

692692
We tested on 100 random frozenlake maps using qwen3-8b:
@@ -711,10 +711,10 @@ We tested ReMe on BFCL-V3 multi-turn-base (randomly split 50train/150val) using
711711

712712
We evaluated Tool Memory effectiveness using a controlled benchmark with three mock search tools using Qwen3-30B-Instruct:
713713

714-
| Scenario | Avg Score | Improvement |
715-
|-----------------------|-----------|--------------------|
716-
| Train (No Memory) | 0.650 | - |
717-
| Test (No Memory) | 0.672 | Baseline |
714+
| Scenario | Avg Score | Improvement |
715+
|------------------------|-----------|-------------|
716+
| Train (No Memory) | 0.650 | - |
717+
| Test (No Memory) | 0.672 | Baseline |
718718
| **Test (With Memory)** | **0.772** | **+14.88%** |
719719

720720
**Key Findings:**

0 commit comments

Comments
 (0)