feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "@jibo/chitchat-mims",
"main": "index.js",
"version": "4.0.4",
"description": "All MIMs used by the chitchat skill are here, to share some with GQA",
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"monorailConfig": {
"output": [
"animdb-manifest.json",
"index.js",
"index.js.map"
]
},
"devDependencies": {
"minimist": "^1.2.0",
"jibo-anim-db-animations": "19.0.2",
"jibo-cai-utils": "^7.0.0",
"jibo-dev": "^6.0.0"
},
"scripts": {
"build": "jibo-dev build"
},
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved",
"publishConfig": {
"registry": "http://npm.jibo.media.mit.edu:8081/repository/private/"
}
}