Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.75 KB

File metadata and controls

18 lines (15 loc) · 1.75 KB

Getting started with Strands SDK (TypeScript)

In this folder we provide TypeScript examples on how to get started with different Strands Agents functionalities.

Fundamentals

Example Description Features showcased
F1 Creating First Strands Agent Agent initialization with Amazon Bedrock
F2 Custom Tools Creating custom tools with Zod schemas and SQLite integration
F3 Model Providers Using different model providers (Bedrock, OpenAI) with configuration
F4 Streaming Coming Soon
F5 Agent State State management, hooks, and persistent storage across interactions
F6 Browser Agent Running Strands Agents in the browser with Vite

Deployment

Example Description Features showcased
D1 AgentCore Deployment Deploying Strands Agent to Amazon Bedrock AgentCore Runtime