fleet-memory/hindsight-integrations/ag2/hindsight_ag2/errors.py
Nicolò Boschi e5c7e166c5
fix(ag2): code cleanup and CI/release integration (#721)
- Remove unnecessary `pass` in HindsightError
- Add `Callable` return type annotations to create/register functions
- Use lazy logger formatting instead of f-strings
- Add test-ag2-integration CI job in test.yml
- Add ag2 to release-integration.sh valid integrations
2026-03-27 10:10:14 +01:00

5 lines
136 B
Python

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