fix: guarantee refined validation output

This commit is contained in:
Hermes Agent
2026-08-29 21:17:02 +10:00
parent a781e3d4de
commit 2c731f4982
5 changed files with 88 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Native-like Hermes dashboard plugin for local Ollama model management and chat.
- Paste images directly into the composer and drag/drop images, PDFs, and text files
- Streamed Ollama responses with a real Stop action that cancels the active request
- Minimized-by-default expandable thinking/progress details with live stage, elapsed time, event, and character counters
- Validation harness mode: choose one primary model and one or more independent validator models; validators review the primary draft and the primary model compiles one final answer
- Validation harness mode: choose one primary model and one or more independent validator models; validators review the primary draft, and the primary model applies valid corrections to compile one final answer. If the primary returns a report instead of an answer, the plugin retries finalization and never exposes validator-only text as the final response
- Server-owned chat jobs continue after the browser closes and persist final answers for later resume. A newly opened dashboard discovers queued/running jobs from the shared server store and resumes observing them automatically.
- SQLite is the default chat store for new users
- Optional native PostgreSQL storage can be installed and linked explicitly from the plugin