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,29 @@
{
"name": "@jibo/chitchat-mims",
"main": "index.js",
"version": "3.0.6",
"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": "18.2.0",
"jibo-cai-utils": "^6.0.0",
"jibo-dev": "^5.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"
}