* feat: add Strands Agents SDK integration with Hindsight memory tools * fix: add strands docs to versioned docs so build link check passes * fix(strands): run hindsight client calls in thread pool to avoid event loop conflict with Strands
7 lines
150 B
Python
7 lines
150 B
Python
"""Hindsight-Strands error types."""
|
|
|
|
|
|
class HindsightError(Exception):
|
|
"""Exception raised when a Hindsight memory operation fails."""
|
|
|
|
pass
|