Amazon Bedrock AgentCore exploration, WebSocket transport exploration
This commit is contained in:
28
examples/aws-agentcore/client/package.json
Normal file
28
examples/aws-agentcore/client/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "client",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.15.30",
|
||||
"@types/protobufjs": "^6.0.0",
|
||||
"@vitejs/plugin-react-swc": "^3.10.1",
|
||||
"typescript": "^5.8.3",
|
||||
"vite": "^6.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-crypto/sha256-js": "^5.2.0",
|
||||
"@pipecat-ai/client-js": "^1.2.0",
|
||||
"@pipecat-ai/websocket-transport": "^1.2.0",
|
||||
"aws4fetch": "^1.0.20",
|
||||
"protobufjs": "^7.4.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user