Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@
- Dumitru Pascu (dumip)
- Eitan Sela
- Swara Gandhi
- Aaron Rosenberg
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ uv tool uninstall bedrock-agentcore-starter-toolkit # if installed via uv
Create a new AgentCore CLI project that will receive the imported resources:

```bash
agentcore create --name my-project
agentcore create --name my-project --no-agent
cd my-project
```

Expand Down
Loading