diff --git a/plugins/memory/hindsight/__init__.py b/plugins/memory/hindsight/__init__.py index 51feb3cb6..199a7dd5c 100644 --- a/plugins/memory/hindsight/__init__.py +++ b/plugins/memory/hindsight/__init__.py @@ -23,6 +23,8 @@ import json import logging import os import threading + +from hermes_constants import get_hermes_home from typing import Any, Dict, List from agent.memory_provider import MemoryProvider @@ -142,7 +144,6 @@ def _load_config() -> dict: 3. Environment variables """ from pathlib import Path - from hermes_constants import get_hermes_home # Profile-scoped path (preferred) profile_path = get_hermes_home() / "hindsight" / "config.json"