Skip to content

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

Description

@menghuan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions