Bug Description
In running Hindsight the error he Hermes Hindsight plugin is crashing with:
NameError: get_hermes_home is not defined
requires the line
from hermes_constants import get_hermes_home
Steps to Reproduce
run hermes gateway
Expected Behavior
inserting the line "from hermes_constants import get_hermes_home" into the init/py
Actual Behavior
crashes without this line
Affected Component
Other
Messaging Platform (if gateway-related)
No response
Operating System
Fedora Linux 43, KDE Plasma Desktop Edition.
Python Version
Python 3.11.15.
Hermes Version
Hermes Agent v0.7.0 (2026.4.3)
Relevant Logs / Traceback
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
insert the python code as above
Are you willing to submit a PR for this?
Bug Description
In running Hindsight the error he Hermes Hindsight plugin is crashing with:
NameError: get_hermes_home is not defined
requires the line
from hermes_constants import get_hermes_home
Steps to Reproduce
run hermes gateway
Expected Behavior
inserting the line "from hermes_constants import get_hermes_home" into the init/py
Actual Behavior
crashes without this line
Affected Component
Other
Messaging Platform (if gateway-related)
No response
Operating System
Fedora Linux 43, KDE Plasma Desktop Edition.
Python Version
Python 3.11.15.
Hermes Version
Hermes Agent v0.7.0 (2026.4.3)
Relevant Logs / Traceback
Root Cause Analysis (optional)
No response
Proposed Fix (optional)
insert the python code as above
Are you willing to submit a PR for this?