memory.dashboard.backend.agent¶
memory.dashboard.backend.agent ¶
Compatibility shim — the dashboard agent now lives in dashboard_common.
The in-process Cursor chat agent was extracted to the dashboard-neutral
:mod:dashboard_common.agent package so both the memory and zettelkasten
dashboards share one implementation (and the memory dashboard stays independent
of zettelkasten). This module re-exports that surface for the existing import
path memory.dashboard.backend.agent used across the codebase.
Importing dashboard_common pulls in no zettelkasten code, so the one-way
dependency (memory ⊥ zettelkasten) is preserved.