HelloJelly2021

Results 5 issues of HelloJelly2021

### 🐛 Describe the bug How to enable Debug for openmemory mcp server in docker-compose.yaml? services: openmemory-mcp: image: mem0/openmemory-mcp:latest build: api/ environment: - OPENAI_BASE_URL=https://api.siliconflow.cn/v1 - OPENAI_API_KEY=sk-... - USER=worker - MILVUS_HOST=x.x.x.x...

### 🐛 Describe the bug Path: /api/v1/memories Request Body: { "user_id": "worker3", "text": "I like playing baskball.", "metadata": {"category": "hobbies"}, "infer": true, "app": "openmemory" } Response: { "detail": "User not...

### 🐛 Describe the bug MCP Client: SpringAI application MCP Server: Openmemory MCP openmemory mcp server logs as flow: openmemory-mcp-1 | DEBUG:mcp.server.sse:Starting SSE response task openmemory-mcp-1 | DEBUG:mcp.server.sse:Yielding read and...

### 🐛 Describe the bug A error occured when I create a memory. Does anyone know what the problem is? Version: 1.0.0beta openmemory-mcp-1 | [10/14/25 10:37:59] INFO HTTP Request: POST...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior 通过LlmRoutingAgent路由智能体,实现智能客服,目前在同一个对话中,消息会一直追加到messages列表。这个规则会导致两个问题: 1、在路由时无法实现多轮对话,因为框架取的是当前用户消息来路由,没有结合历史对话。下面代码是RoutingEdgeAction的apply实现: @Override public CompletableFuture apply(OverAllState state) { CompletableFuture result =...

kind/bug
area/agent-framework