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 摘要。