Hermes Agent keeps every conversation, tool result and reasoning trace in a single SQLite database, the state database (state.db), so that past sessions stay searchable across CLI and gateway runs. That search layer is FTS5 — and until recently, it was storing the same bytes three times over.
The...