Creating a script to launch already passing the environemnt variables.

This commit is contained in:
Filipi Fuchter
2025-11-27 16:34:43 -03:00
parent 625d56e8fa
commit e891f05bb9
2 changed files with 58 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ Deploy your configured bot to Amazon Bedrock AgentCore Runtime for production ho
```bash
agentcore launch --env OPENAI_API_KEY=... --env DEEPGRAM_API_KEY=... --env CARTESIA_API_KEY=... # -a <agent_name> (if multiple agents configured)
# or just use this script, which will read and send all environment variables
./scripts/launch.sh
```
You should see commands related to tailing logs printed to the console. Copy and save them for later use.
@@ -89,6 +92,12 @@ Paste the log tailing command you received when deploying your bot to AgentCore
aws logs tail /aws/bedrock-agentcore/runtimes/bot1-0uJkkT7QHC-DEFAULT --log-stream-name-prefix "2025/11/19/[runtime-logs]" --follow
```
## Removing your local agent
```bash
agentcore destroy
```
## Running Locally
You can also run your bot locally, using either the SmallWebRTC or Daily transport.