- · Per-agent markdown files in profiles/<id>/memory/
- · Agent selector: Hermes Switch, Neo, Trinity, Morpheus
- · Inline edit + save via PUT /api/memory/agents/:id/files/:f
- · DELETE removes individual memory files
- · Shared knowledge base readable by all agents
- · Rooted at ~/.hermes/MEMORY.md index
- · memory/ and memories/ subdirectories
- · CRUD via /api/knowledge/pages/:id
- · D3 force-directed Memory Map from /api/memory/graph
- · Nodes: gist, fact, and wiki entries
- · Edges: ctx and reference links
- · Legend isolates or mutes node categories
- · Force-directed layout rendered in browser
- · Chat: RAG — top-K retrieval + /api/send-stream SSE
- · Wiki chunks injected as LLM context
- · Settings: local vs GitHub wiki source toggle
- · Clear knowledge cache controls
- · Per-agent memory config lives in Profile wizard