Powering the Hermes agent
Power the Hermes Agent
Section titled “Power the Hermes Agent”Hermes is an open-source agent runtime. YantrikDB is its cognitive memory — three layers that compose into the full ecosystem:
[Hermes plugin guide →](/guides/hermes/)[Server quickstart →](/server/quickstart/)⚠ **Third-party code.** Not maintained by the YantrikDB org. Audit before running against production data — see the [security considerations](/guides/hermes-dashboard/#security-considerations) on the guide.
[Hermes dashboard guide →](/guides/hermes-dashboard/)
The dashboard reads a cluster, not just a file.{' '}
The server's
/v1/identity-scope, /v1/memories, and /v1/memory/{rid} endpoints let it run against a clustered deployment instead of one embedded SQLite file, so an operator inspects a multi-agent fleet's shared memory from one URL. Token-derived auth means a tenant-pinned token sees exactly its namespace; a cluster-admin token sees the whole fleet. Read the dashboard guide →