@runtypelabs/cli 2.16.10 → 2.16.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +9 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -37271,9 +37271,14 @@ var PLATFORM_CATALOG = {
|
|
|
37271
37271
|
};
|
|
37272
37272
|
var SURFACE_TYPE_METADATA = {
|
|
37273
37273
|
chat: {
|
|
37274
|
-
description: "Website widget, support bots, conversational interfaces",
|
|
37275
|
-
useCases: ["customer support", "onboarding", "internal tools", "FAQ bots"],
|
|
37276
|
-
examples: [
|
|
37274
|
+
description: "Website widget, support bots, conversational interfaces. Uses Persona and can optionally accept WebMCP page tools discovered from document.modelContext.",
|
|
37275
|
+
useCases: ["customer support", "onboarding", "internal tools", "FAQ bots", "page-aware assistants"],
|
|
37276
|
+
examples: [
|
|
37277
|
+
"Support chatbot",
|
|
37278
|
+
"Sales assistant widget",
|
|
37279
|
+
"Internal help desk",
|
|
37280
|
+
"Storefront assistant with browser-side cart/search tools"
|
|
37281
|
+
],
|
|
37277
37282
|
traits: {
|
|
37278
37283
|
streaming: "required",
|
|
37279
37284
|
messagesMutable: false,
|
|
@@ -37747,6 +37752,7 @@ var DOCUMENTATION_TOPIC_MAP = {
|
|
|
37747
37752
|
"types-fpo": "runtype://types/fpo",
|
|
37748
37753
|
"types-flow-steps": "runtype://types/flow-steps",
|
|
37749
37754
|
"types-entities": "runtype://types/entities",
|
|
37755
|
+
"types-surface-configs": "runtype://types/surface-configs",
|
|
37750
37756
|
"orthogonal-tools": "runtype://catalog/orthogonal-tools",
|
|
37751
37757
|
"builtin-tools": "runtype://catalog/builtin-tools",
|
|
37752
37758
|
"agent-skills": "runtype://catalog/skills",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runtypelabs/cli",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.11",
|
|
4
4
|
"description": "Command-line interface for Runtype AI platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"rosie-skills": "0.8.1",
|
|
23
23
|
"yaml": "^2.9.0",
|
|
24
24
|
"@runtypelabs/ink-components": "0.3.2",
|
|
25
|
-
"@runtypelabs/sdk": "4.
|
|
25
|
+
"@runtypelabs/sdk": "4.5.0",
|
|
26
26
|
"@runtypelabs/terminal-animations": "0.2.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"tsx": "^4.7.1",
|
|
37
37
|
"typescript": "^5.3.3",
|
|
38
38
|
"vitest": "^4.1.0",
|
|
39
|
-
"@runtypelabs/shared": "1.14.
|
|
39
|
+
"@runtypelabs/shared": "1.14.3"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
42
|
"node": ">=22.0.0"
|