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 版本
- Linguagem predominante
- Java
- Estrelas
- 5.6k
- Forks
- 1.3k
- Merge médio
- 4d 12h
- PRs com merge (30d)
- 77
Descrição
**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.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.