#618·Memori

[Bug] Hermes agent memories visible via agent_recall but empty on Cloud Dashboard + Graph

Author: PaNe0302Created Aug 9, 2026Updated Sep 16, 2026
Labelsbug

First Check

  • I added a very descriptive title to this issue.
  • I searched existing issues and documentation.

Memori Version

3.3.6

OS / Python Version

Cloud

LLM Provider

Other

LLM Model & Version

deepseek-v4-flash

Database

Postgres

Description

Title: Hermes agent memories visible via agent_recall but empty on Cloud Dashboard + Graph

Account: [email protected] Integration: Hermes Agent (hermes-memori / plugin memori 0.1.7) Config: entityId=pane, projectId=hermes

Works:

  • GET /v1/sdk/quota → 972/5000, not over quota
  • agent_recall / Hermes memori_recall with entity=pane → returns real memories
  • capture_agent_turn after Hermes turns; quota keeps increasing

Broken:

  • Dashboard Memories: empty ("You have no memories")
  • Knowledge graph: "No knowledge graph available yet"
  • Playground does NOT see Hermes agent memories; only extracts from its own chat (e.g. "self is named Trọng Nghĩa", usage 1/100)

Expected: Dashboard should show agent-captured memories for same API key / entity / project.

Question: Is this a known split between cloud/* vs sdk/*, a filter bug, or a backend issue?

Minimal Reproducible Example

python

Log Output / Stack Trace

bash

Participation

  • I am willing to submit a pull request for this issue.