Add hindsight-ag2 package providing persistent memory tools for AG2 agents via retain/recall/reflect operations.
7 lines
146 B
Python
7 lines
146 B
Python
"""Hindsight-AG2 error types."""
|
|
|
|
|
|
class HindsightError(Exception):
|
|
"""Exception raised when a Hindsight memory operation fails."""
|
|
|
|
pass
|