fleet-memory/hindsight-integrations/ag2/hindsight_ag2/errors.py
Faridun Mirzoev 731238707d
feat(integrations): add AG2 framework integration (#720)
Add hindsight-ag2 package providing persistent memory tools for AG2 agents via retain/recall/reflect operations.
2026-03-27 09:41:37 +01:00

7 lines
146 B
Python

"""Hindsight-AG2 error types."""
class HindsightError(Exception):
"""Exception raised when a Hindsight memory operation fails."""
pass