Skip to content

feat: add Strands Agents + Hindsight memory example#19

Open
benfrank241 wants to merge 2 commits intomainfrom
feat/strands-memory-example
Open

feat: add Strands Agents + Hindsight memory example#19
benfrank241 wants to merge 2 commits intomainfrom
feat/strands-memory-example

Conversation

@benfrank241
Copy link
Contributor

Adds a cookbook example for the hindsight-strands integration.

What's included

  • personal_assistant.py — interactive chat agent with retain/recall/reflect tools and memory pre-injection via memory_instructions()
  • requirements.txt
  • README.md with architecture diagram, quick start, and customization examples

Pattern

Follows the same structure as applications/pydantic-ai-memory. Strands tools are @tool-decorated functions passed directly to Agent(tools=[...]). Memory instructions are pre-recalled and injected into the system prompt on each session start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant