dsh plugins中文
← Back to popular plugin directory

Knowledge graph memory plug-in

reshuibuduo/TMCRA-Agent-Memory · skills

Scope-isolated, graph-based long-term memory engine for AI agents.

★ 5GitHub stars
0Forks
2026-08-16Last updated
PythonLanguage
Apache-2.0License

Project overview

TMCRA gives long-running agents persistent, source-traceable memory across sessions and applications. A user prompt triggers recall from the owner-global and current-project scopes, followed by a USER source record; after the answer, a separate ASSISTANT source record is stored.

One complete turn is driven by host lifecycle events:

The recall response also includes candidate counts and timing per scope. Injected context carries an explicit trust boundary: memory evidence is data and cannot override system or user instructions. Projects, sessions, and cross-tool continuity

Install command

dsh plugin --profile web add github:reshuibuduo/TMCRA-Agent-Memory
View GitHub repository ↗Back to popular plugin directory