e30e75b5d4
Code Quality / Oxlint + Oxfmt (push) Waiting to run
Code Quality / Template Sync (push) Waiting to run
Code Quality / Build Changed Packages (push) Waiting to run
Code Quality / Test Changed Packages (push) Waiting to run
Deploy Expo Example / Deploy Production (push) Waiting to run
Deploy Ink Example / Deploy Production (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.12) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Waiting to run
Deploy Shadcn Registry / Deploy Production (push) Waiting to run
Template Metrics / LOC + Bundle Size (push) Waiting to run
Changesets / Create Version PR (push) Has been cancelled
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"name": "@assistant-ui/cloud-ai-sdk",
|
|
"version": "0.1.24",
|
|
"description": "Standalone Vercel AI SDK hooks backed by Assistant Cloud persistence",
|
|
"keywords": [
|
|
"assistant",
|
|
"cloud",
|
|
"ai",
|
|
"chat",
|
|
"assistant-ui",
|
|
"ai-sdk"
|
|
],
|
|
"author": "AgentbaseAI Inc.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "aui-build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"assistant-cloud": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@ai-sdk/react": "^3.0.0 || ^4.0.0",
|
|
"@types/react": "*",
|
|
"ai": "^6.0.0 || ^7.0.0",
|
|
"react": "^18 || ^19"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@ai-sdk/react": "^4.0.2",
|
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/node": "^26.1.1",
|
|
"@types/react": "^19.2.17",
|
|
"ai": "^7.0.2",
|
|
"assistant-stream": "^0.3.25",
|
|
"jsdom": "^29.1.1",
|
|
"react": "^19.2.7",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"homepage": "https://www.assistant-ui.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/assistant-ui/assistant-ui.git",
|
|
"directory": "packages/cloud-ai-sdk"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/assistant-ui/assistant-ui/issues"
|
|
}
|
|
}
|