agentscope-ai / agentscope-ai/agentscope-java

[Bug]: agentscope-extensions-reme:2.0.0-RC4 中的 ReMeClient 跟 Reme-ai 服务端 0.4.0.6 不对应,最高只能对应到 v0.3.1.10 版本

未關閉
#2,005 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
area/ext/memory bug
主要語言
Java
星號
5.6k
分支
1.3k
平均合併
4 天 12 小時
30 天內合併 PR
77

描述

**AgentScope-Java is an open-source project. To involve a broader community, we recommend asking your questions in English.**

**Describe the bug**
A clear and concise description of what the bug is.

agentscope-extensions-reme:2.0.0-RC4 中的 ReMeClient(jar 包内,本地无源码)内部硬编码 POST /retrieve_personal_memory 端点,AgentScope Java SDK 的 ReMeClient 对标的是旧版 reme-ai==0.2.x,最高只能对应到 v0.3.1.10(基于已废弃的 flowllm 框架),那个版本确实有 retrieve_personal_memory
/ summary_personal_memory 两个 flow 端点。但当前 Docker 部署的 ReMe 是新版(0.4.x / GitHub main),已经重写为 daily
notes/digest/dream 架构,API 变成了 POST /{job_name}(如 search/write),完全没有 personal_memory 相关端点了——所以 404。

从 0.4.x 后这两个端点就被删除了,请升级匹配到 0.4.x 版本吧,或者给出其他解决办法

**To Reproduce**
Steps to reproduce the behavior:

1. You code
2. How to execute
3. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Error messages**
Detailed error messages.

**Environment (please complete the following information):**

- AgentScope-Java Version: [e.g. 1.0.12, check your pom.xml dependency version or run `mvn dependency:tree | grep agentscope-parent:pom`(only mac/linux)]
- Java Version: [e.g. 17]
- OS: [e.g. macos, windows]

**Additional context**
Add any other context about the problem here.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。