Initial commit — jibo-cli v3.0.7 with bundled node_modules

This commit is contained in:
pasketti
2026-04-05 18:40:18 -04:00
commit b2569b4ce4
10488 changed files with 1631271 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
{
"platformVersion" : ">=3.1.0",
"services": {
"KBService": {
"port": 8778
},
"SkillsService": {
"singleSkill": true,
"port": 8779
},
"MediaProxyService": {
"port": 8487
},
"ServiceManager": {
"port": 8999
},
"NotificationsService": {
"port": 8001
},
"PerformanceService": {
"port": 10003
},
"ErrorService": {
"port": 10004
},
"SchedulerService": {
"port": 10005
},
"ListenService": {
"port": 10002,
"nativeSkillMap": {
"@be/clock": "@be/be",
"@be/settings": "@be/be",
"@be/greetings": "@be/be",
"@be/chitchat": "@be/be",
"@be/main-menu": "@be/be",
"@be/friendly-tips": "@be/be",
"@be/idle": "@be/be",
"@be/who-am-i": "@be/be",
"@be/create": "@be/be",
"@be/gallery": "@be/be",
"@be/demo": "@be/be"
}
},
"WifiService": {
"port": 8668,
"region": "api"
},
"DevShell": {
"port" : 8686,
"syncPort" : 8989,
"debugPort": 9191,
"skillDest" : "/opt/jibo/Jibo/Skills",
"sdkDest" : "bin/on-robot/"
}
},
"RegistryClient": {
"port": 8181,
"host": "127.0.0.1"
}
}

View File

@@ -0,0 +1,61 @@
{
"platformVersion": ">=3.1.0",
"services": {
"KBService": {
"port": 8778
},
"SkillsService": {
"singleSkill": true,
"port": 8779
},
"MediaProxyService": {
"port": 8487
},
"ServiceManager": {
"port": 8999
},
"NotificationsService": {
"port": 8001
},
"PerformanceService": {
"port": 10003
},
"ErrorService": {
"port": 10004
},
"SchedulerService": {
"port": 10005
},
"ListenService": {
"port": 10002,
"nativeSkillMap": {
"@be/clock": "@be/be",
"@be/settings": "@be/be",
"@be/greetings": "@be/be",
"@be/chitchat": "@be/be",
"@be/main-menu": "@be/be",
"@be/friendly-tips": "@be/be",
"@be/idle": "@be/be",
"@be/who-am-i": "@be/be",
"@be/create": "@be/be",
"@be/gallery": "@be/be",
"@be/demo": "@be/be"
}
},
"WifiService": {
"port": 8668,
"region": "api"
},
"DevShell": {
"port": 8686,
"syncPort": 8989,
"debugPort": 9191,
"skillDest": "/opt/jibo/Jibo/Skills",
"sdkDest": "bin/on-robot/"
}
},
"RegistryClient": {
"port": 8181,
"host": "127.0.0.1"
}
}

View File

@@ -0,0 +1,39 @@
{
"platformVersion": ">=3.1.0",
"services": {
"KBService": {
"port": 8778
},
"SkillsService": {
"startSkill": "@be/be",
"singleSkill": true,
"port": 8779
},
"MediaProxyService": {
"port": 8487
},
"ServiceManager": {
"port": 8999
},
"NotificationsService": {
"port": 8001
},
"ErrorService": {
"port": 10004
},
"SchedulerService": {
"port": 10005
},
"ListenService": {
"port": 10002
},
"WifiService": {
"port": 8668,
"region": "api"
}
},
"RegistryClient": {
"port": 8181,
"host": "127.0.0.1"
}
}

View File

@@ -0,0 +1,39 @@
{
"platformVersion": ">=3.1.0",
"services": {
"KBService": {
"port": 8778
},
"SkillsService": {
"singleSkill": true,
"startSkill": "oobe-config",
"port": 8779
},
"MediaProxyService": {
"port": 8487
},
"ServiceManager": {
"port": 8999
},
"NotificationsService": {
"port": 8001
},
"ErrorService": {
"port": 10004
},
"SchedulerService": {
"port": 10005
},
"ListenService": {
"port": 10002
},
"WifiService": {
"port": 8668,
"region": "api"
}
},
"RegistryClient": {
"port": 8181,
"host": "127.0.0.1"
}
}