Description
Steps to Reproduce
npm install -g @aws/agentcore@preview
I have followed all the steps from this page https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agentcore-get-started-cli.html
-
agentcore create
--name MyAgent
--framework Strands
--model-provider Bedrock
--memory none
--build CodeZip
-
cd MyAgent
agentcore dev
Expected Behavior
It should start the server locally
Actual Behavior
Its deploying the code to AWS
CLI Version
1.0.0-preview.8
Operating System
macOS
Additional Context
No response
Description
Steps to Reproduce
npm install -g @aws/agentcore@preview
I have followed all the steps from this page https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agentcore-get-started-cli.html
agentcore create
--name MyAgent
--framework Strands
--model-provider Bedrock
--memory none
--build CodeZip
cd MyAgent
agentcore dev
Expected Behavior
It should start the server locally
Actual Behavior
Its deploying the code to AWS
CLI Version
1.0.0-preview.8
Operating System
macOS
Additional Context
No response