feat(FN-3620): wire Hermes chat message tools and document mailbox behavior

Merges FN-3620, completing the Hermes chat mailbox integration with wired message tools, locked sender/recipient contract tests, and mailbox behavior documentation, plus a small CSS polish adding `focus-visible` styles and token radius to the render toggle. A changeset for FN-3710 (cluster task ID o

Fusion-Task-Id: FN-3620
This commit is contained in:
Fusion
2026-05-07 16:50:58 -07:00
committed by gsxdsm
parent 240421419f
commit d5ee17759a
7 changed files with 138 additions and 4 deletions

View File

@@ -942,6 +942,7 @@ export function createServer(store: TaskStore, options?: ServerOptions): ReturnT
chatAgentStore,
options?.pluginRunner,
() => store.getSettings(),
options?.engine?.getMessageStore(),
);
const runAiSessionCleanup = (maxAgeMs: number, source: "initial" | "scheduled") => {