#Thanks
1 messages · Page 1 of 1 (latest)
hi @grizzled garnet please review these when you have time, thx:
found great community fix on OpenViking integration
https://github.com/NousResearch/hermes-agent/pull/5886
https://github.com/NousResearch/hermes-agent/pull/12757
https://github.com/NousResearch/hermes-agent/pull/12937
recommend merge #5886 and closes #12757 and #12937
and effectively close: https://github.com/NousResearch/hermes-agent/issues/12755
Why this is necessary
I self host my own openviking setup and several hermes agents against it (local models + gpt 5.4) here and I kept running into this. This patch fixes it. Coded with hermes age...
Summary
viking_read called /content/abstract and /content/overview for ALL URIs, but these endpoints only accept directory URIs — file URIs cause HTTP 500.
Fix
Before routing, call fs/stat to check...
Summary
viking_read routes file URIs to /api/v1/content/abstract and /api/v1/content/overview, but these endpoints only accept directory URIs, causing all file-level reads to return 412 Preconditio...
merging