Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created August 24, 2025 13:40
Show Gist options
  • Select an option

  • Save KyMidd/a003d9281384851f85b9216b3f84de15 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/a003d9281384851f85b9216b3f84de15 to your computer and use it in GitHub Desktop.
from strands import Agent
from strands_tools import retrieve
agent = Agent(tools=[retrieve])
agent("Tell me about the cloud platform team")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment