8000 GitHub - awsarron/samples: Agent samples built using the Strands Agents SDK.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

awsarron/samples

 
 

Repository files navigation

Strands Agents Samples 

👋 👋 Welcome to Strands Agents Samples repository 👋 👋

Caution

The examples provided in this repository are for experimental and educational purposes only. They demonstrate concepts and techniques but are not intended for direct use in production environments. Make sure to have Amazon Bedrock Guardrails in place to protect against prompt injection.

This repository provides examples for working with the Strands Agents.

Strands Agents is an python SDK that takes a model-driven approach to building and running AI agents in just a few lines of code.

Table of Contents

Overview

Repository Structure

├── examples/01-getting-started/
│   ├── 00-first-agent
|   └── ....
├── examples/02-agents/
│   ├── 01-restaurant-assistant/
|   └── ....
├── examples/03-multi-agent-collaboration/
│   ├── 01-finance-assistant-swarm-agent/
|   └── ....
├── examples/04-integrations/
│   ├── 01-nova-sonic-integration/
|   └── ....

Getting Started

The easiest way to get started is via 01-getting-started samples. In this folder you will find some notebook-driven samples for different functionalities of Strands Agents.

Create your first agent with Strands Agents to start using the SDK.

Independently of the sample used, you will need to install Strands Agents SDK. You can also install Strands Agents Tools for exploring some built-in tools

To install Strands Agents and Strands Agents tools you can use pip:

pip install strands-agents
pip install strands-agents-tools

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Important

Examples in this repository are for demonstration purposes. Ensure proper security and testing when deploying to production environments.

About

Agent samples built using the Strands Agents SDK.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 51.8%
  • Python 47.7%
  • Other 0.5%
0