* feat: add hindsight-hermes integration for Hermes Agent * chore: add Hermes docs page, icon, and release process bindings - Add cookbook page for Hermes integration (synced with README) - Add Hermes icon and map hindsight-hermes SDK tag in CookbookGrid - Add cookbook entry to index.mdx - Add hindsight-hermes to release.sh PYTHON_PACKAGES array - Add build, publish, artifact upload, and release asset steps in release.yml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
149 B
Python
7 lines
149 B
Python
"""Hindsight-Hermes error types."""
|
|
|
|
|
|
class HindsightError(Exception):
|
|
"""Exception raised when a Hindsight memory operation fails."""
|
|
|
|
pass
|