This sample demonstrates a Strands Agent application, deployed with Defang. This Strands Agent can use tools, and is compatible with the Defang OpenAI Access Gateway.
- Download Defang CLI
- (Optional) If you are using Defang BYOC authenticate with your cloud provider account
- (Optional for local development) Docker CLI
To run the application locally, you can use the following command:
docker compose -f compose.dev.yaml up --build
For this sample, you will not need to provide any configuration. However, if you ever need to, below is an example of how to do so in Defang:
defang config set API_KEY
Note
Download Defang CLI
Deploy your application to the Defang Playground by opening up your terminal and typing:
defang compose up
If you want to deploy to your own cloud account, you can use Defang BYOC.
Title: Agentic Strands
Short Description: A Strands Agent application, deployed with Defang.
Tags: Python, Flask, Strands, AI, Agent
Languages: Python