fleet-memory/hindsight-integrations
Ben cab5a40f3a
feat: add Pydantic AI integration for persistent agent memory (#441)
* feat: add Pydantic AI integration for persistent agent memory

Adds hindsight-pydantic-ai package providing Hindsight-backed memory
tools for Pydantic AI agents. Since Pydantic AI is async-native, tools
use the hindsight-client async API directly (no thread-pool compat layer).

- create_hindsight_tools(): factory returning retain/recall/reflect Tool instances
- memory_instructions(): auto-injects relevant memories via Agent instructions
- Global configure()/get_config()/reset_config() following existing integration pattern

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* doc: add README for Pydantic AI integration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:14:00 +01:00
..
ai-sdk Release v0.4.14 2026-02-26 18:03:14 +01:00
chat Release v0.4.14 2026-02-26 18:03:14 +01:00
crewai Release v0.4.14 2026-02-26 18:03:14 +01:00
litellm Release v0.4.14 2026-02-26 18:03:14 +01:00
openclaw fix: zeroentropy rerank URL missing /v1 prefix and MCP retain async_processing param (#460) 2026-03-02 10:32:01 +01:00
pydantic-ai feat: add Pydantic AI integration for persistent agent memory (#441) 2026-03-02 15:14:00 +01:00