feat: add @vibework/agent-sdk foundation
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
This commit is contained in:
31
packages/agent-sdk/package.json
Normal file
31
packages/agent-sdk/package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "@vibework/agent-sdk",
|
||||
"version": "1.0.0",
|
||||
"description": "The official AI Agent-to-Agent SDK for VibeWork.",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"dev": "tsup --watch"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.32.1",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.19.42",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.17.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user