hermes-agent/plugins
pty819 bda1301586 fix(openviking): route viking_read to correct endpoint for file URIs
viking_read was calling /content/abstract and /content/overview for ALL
URIs, but these endpoints only accept directory URIs — file URIs cause
a 500 INTERNAL error.

Fix: call fs/stat first to determine URI type (isDir), then route:
- directory URIs  → /content/abstract | /content/overview | /content/read
- file URIs      → /content/read (handles both types, unlike abstract/overview)

Fixes #12755
2026-04-20 09:10:08 +08:00
..
context_engine fix: robust context engine interface — config selection, plugin discovery, ABC completeness 2026-04-10 19:15:50 -07:00
example-dashboard/dashboard feat: dashboard plugin system — extend the web UI with custom tabs 2026-04-16 04:10:06 -07:00
memory fix(openviking): route viking_read to correct endpoint for file URIs 2026-04-20 09:10:08 +08:00
__init__.py feat(memory): pluggable memory provider interface with profile isolation, review fixes, and honcho CLI restoration (#4623) 2026-04-02 15:33:51 -07:00