hermes-agent/plugins/memory
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
..
byterover refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
hindsight feat(hindsight): feature parity, setup wizard, and config improvements 2026-04-08 23:54:15 -07:00
holographic refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
honcho feat(honcho): wizard cadence default 2, surface reasoning level, backwards-compat fallback 2026-04-18 22:50:55 -07:00
mem0 refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
openviking fix(openviking): route viking_read to correct endpoint for file URIs 2026-04-20 09:10:08 +08:00
retaindb refactor: add tool_error/tool_result helpers + read_raw_config, migrate 129 callsites 2026-04-07 13:36:38 -07:00
supermemory feat(supermemory): add multi-container, search_mode, identity template, and env var override (#5933) 2026-04-07 14:03:46 -07:00
__init__.py fix(memory): discover user-installed memory providers from $HERMES_HOME/plugins/ (#10529) 2026-04-15 14:25:40 -07:00