Expected Behaviour
I'm unable to install the chat-demo-app, which is using agent-squad 0.0.17.
Only version 1.0.1 seems to be available via npm.
npm error 404 Not Found - GET https://registry.npmjs.org/agent-squad/-/agent-squad-0.0.17.tgz - Not found
Current Behaviour
Following the deployment steps here: https://awslabs.github.io/agent-squad/cookbook/examples/chat-demo-app/#-deployment-steps
git clone https://github.com/awslabs/agent-squad.git
cd agent-squad
cd examples/chat-demo-app
npm install
The following error occurs:
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/agent-squad/-/agent-squad-0.0.17.tgz - Not found
npm error 404
npm error 404 The requested resource 'agent-squad@https://registry.npmjs.org/agent-squad/-/agent-squad-0.0.17.tgz' could not be found or you do not have permission to access it.
Code snippet
Possible Solution
No response
Steps to Reproduce
git clone https://github.com/awslabs/agent-squad.git
cd agent-squad
cd examples/chat-demo-app
npm install
Expected Behaviour
I'm unable to install the chat-demo-app, which is using agent-squad 0.0.17.
Only version 1.0.1 seems to be available via npm.
Current Behaviour
Following the deployment steps here: https://awslabs.github.io/agent-squad/cookbook/examples/chat-demo-app/#-deployment-steps
The following error occurs:
Code snippet
Possible Solution
No response
Steps to Reproduce