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 件 担当者 0 名 GitHub で見る
area/ext/memory bug
主要言語
Java
スター
5.6k
フォーク
1.3k
平均マージ
4日 12時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。