@dxos/plugin-conductor 0.8.3 → 0.8.4-main.1c7ec43d41
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/README.md +7 -3
- package/dist/lib/browser/ConductorPlugin-YYCCUBUG.mjs +26 -0
- package/dist/lib/browser/ConductorPlugin-YYCCUBUG.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +23 -86
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/translations.mjs +28 -0
- package/dist/lib/browser/translations.mjs.map +7 -0
- package/dist/lib/node-esm/ConductorPlugin-55I2R2LW.mjs +28 -0
- package/dist/lib/node-esm/ConductorPlugin-55I2R2LW.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +23 -85
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/translations.mjs +30 -0
- package/dist/lib/node-esm/translations.mjs.map +7 -0
- package/dist/types/src/ConductorPlugin.d.ts +3 -1
- package/dist/types/src/ConductorPlugin.d.ts.map +1 -1
- package/dist/types/src/ConductorPlugin.test.d.ts +2 -0
- package/dist/types/src/ConductorPlugin.test.d.ts.map +1 -0
- package/dist/types/src/capabilities/create-object.d.ts +11 -0
- package/dist/types/src/capabilities/create-object.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +8 -2
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts +3 -2
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +0 -4
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/containers/CanvasContainer/CanvasContainer.d.ts +6 -0
- package/dist/types/src/containers/CanvasContainer/CanvasContainer.d.ts.map +1 -0
- package/dist/types/src/containers/CanvasContainer/index.d.ts +2 -0
- package/dist/types/src/containers/CanvasContainer/index.d.ts.map +1 -0
- package/dist/types/src/containers/index.d.ts +3 -0
- package/dist/types/src/containers/index.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +2 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +2 -3
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +26 -23
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/index.d.ts +1 -0
- package/dist/types/src/types/index.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +56 -45
- package/src/ConductorPlugin.test.ts +27 -0
- package/src/ConductorPlugin.tsx +15 -56
- package/src/capabilities/create-object.ts +29 -0
- package/src/capabilities/index.ts +3 -3
- package/src/capabilities/react-surface.tsx +24 -15
- package/src/components/index.ts +1 -5
- package/src/{components → containers/CanvasContainer}/CanvasContainer.tsx +49 -50
- package/src/containers/CanvasContainer/index.ts +5 -0
- package/src/containers/index.ts +7 -0
- package/src/index.ts +6 -1
- package/src/meta.ts +9 -7
- package/src/translations.ts +18 -14
- package/src/types/index.ts +3 -0
- package/dist/lib/browser/CanvasContainer-IAWAWKZK.mjs +0 -98
- package/dist/lib/browser/CanvasContainer-IAWAWKZK.mjs.map +0 -7
- package/dist/lib/browser/chunk-4EJT5EIW.mjs +0 -26
- package/dist/lib/browser/chunk-4EJT5EIW.mjs.map +0 -7
- package/dist/lib/browser/chunk-B4FDW7Y7.mjs +0 -21
- package/dist/lib/browser/chunk-B4FDW7Y7.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-6YY3BXWS.mjs +0 -34
- package/dist/lib/browser/intent-resolver-6YY3BXWS.mjs.map +0 -7
- package/dist/lib/browser/react-surface-I4XNNFSF.mjs +0 -31
- package/dist/lib/browser/react-surface-I4XNNFSF.mjs.map +0 -7
- package/dist/lib/browser/types.mjs +0 -8
- package/dist/lib/browser/types.mjs.map +0 -7
- package/dist/lib/node/CanvasContainer-BORU64NX.cjs +0 -131
- package/dist/lib/node/CanvasContainer-BORU64NX.cjs.map +0 -7
- package/dist/lib/node/chunk-QBA2VGYG.cjs +0 -45
- package/dist/lib/node/chunk-QBA2VGYG.cjs.map +0 -7
- package/dist/lib/node/chunk-V22Y2ZJE.cjs +0 -44
- package/dist/lib/node/chunk-V22Y2ZJE.cjs.map +0 -7
- package/dist/lib/node/index.cjs +0 -116
- package/dist/lib/node/index.cjs.map +0 -7
- package/dist/lib/node/intent-resolver-LR2DNPAH.cjs +0 -50
- package/dist/lib/node/intent-resolver-LR2DNPAH.cjs.map +0 -7
- package/dist/lib/node/meta.json +0 -1
- package/dist/lib/node/react-surface-5UCYIK4Q.cjs +0 -53
- package/dist/lib/node/react-surface-5UCYIK4Q.cjs.map +0 -7
- package/dist/lib/node/types.cjs +0 -30
- package/dist/lib/node/types.cjs.map +0 -7
- package/dist/lib/node-esm/CanvasContainer-XFNPFWLN.mjs +0 -100
- package/dist/lib/node-esm/CanvasContainer-XFNPFWLN.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-7644E2YF.mjs +0 -27
- package/dist/lib/node-esm/chunk-7644E2YF.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-PYF2G3G4.mjs +0 -23
- package/dist/lib/node-esm/chunk-PYF2G3G4.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-OMXIT5KT.mjs +0 -35
- package/dist/lib/node-esm/intent-resolver-OMXIT5KT.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-WZFA32UY.mjs +0 -32
- package/dist/lib/node-esm/react-surface-WZFA32UY.mjs.map +0 -7
- package/dist/lib/node-esm/types.mjs +0 -9
- package/dist/lib/node-esm/types.mjs.map +0 -7
- package/dist/types/src/capabilities/intent-resolver.d.ts +0 -4
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +0 -1
- package/dist/types/src/components/CanvasContainer.d.ts +0 -8
- package/dist/types/src/components/CanvasContainer.d.ts.map +0 -1
- package/dist/types/src/types.d.ts +0 -18
- package/dist/types/src/types.d.ts.map +0 -1
- package/src/capabilities/intent-resolver.ts +0 -27
- package/src/types.ts +0 -22
package/README.md
CHANGED
|
@@ -28,10 +28,10 @@ The system is built on `@dxos/graph` as the core abstraction layer Canvas visual
|
|
|
28
28
|
- ComputeNode state changes are Effect signals
|
|
29
29
|
- Canvas React components automatically update based on these signals
|
|
30
30
|
|
|
31
|
-
|
|
32
31
|
## Development
|
|
33
32
|
|
|
34
33
|
### Phase 1: Basic editor
|
|
34
|
+
|
|
35
35
|
- [x] Canvas with pan and zoom (`@dxos/react-canvaas`).
|
|
36
36
|
- [x] General graph data structure (`@dxos/graph`).
|
|
37
37
|
- [x] Radix-style Editor component, with Canvas, Grid and Toolbar.
|
|
@@ -47,7 +47,8 @@ The system is built on `@dxos/graph` as the core abstraction layer Canvas visual
|
|
|
47
47
|
- [ ] Undo/redo (history).
|
|
48
48
|
- [ ] Snap to edges or center? (currently center).
|
|
49
49
|
|
|
50
|
-
### Phase 2:
|
|
50
|
+
### Phase 2:
|
|
51
|
+
|
|
51
52
|
- [x] FunctionShape components with properties and anchor points. Add/delete and Play buttons.
|
|
52
53
|
- [x] Shape registry.
|
|
53
54
|
- [x] Custom frames.
|
|
@@ -77,9 +78,11 @@ The system is built on `@dxos/graph` as the core abstraction layer Canvas visual
|
|
|
77
78
|
- [x] GPT (with prompt and base prompt inputs).
|
|
78
79
|
|
|
79
80
|
### Phase 4:
|
|
80
|
-
|
|
81
|
+
|
|
82
|
+
- [ ] Group/collapse nodes; hierarchical graph editor.
|
|
81
83
|
|
|
82
84
|
### Technical Debt
|
|
85
|
+
|
|
83
86
|
- [x] `AttentionContainer` (and key management).
|
|
84
87
|
- [ ] Factor out common Toolbar pattern (with state observers).
|
|
85
88
|
- [ ] Reconcile Graph with framework (ECHO, app-graph, etc.)
|
|
@@ -87,4 +90,5 @@ The system is built on `@dxos/graph` as the core abstraction layer Canvas visual
|
|
|
87
90
|
- [ ] TypedObject and schema id property.
|
|
88
91
|
|
|
89
92
|
### Design Issues
|
|
93
|
+
|
|
90
94
|
- [ ] Represent all compute node properties as inputs? (e.g., trigger).
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// src/ConductorPlugin.tsx
|
|
2
|
+
import { Plugin } from "@dxos/app-framework";
|
|
3
|
+
import { AppPlugin } from "@dxos/app-toolkit";
|
|
4
|
+
import { ComputeGraph } from "@dxos/conductor";
|
|
5
|
+
import { CanvasBoard } from "@dxos/react-ui-canvas-editor";
|
|
6
|
+
import { CreateObject, ReactSurface } from "#capabilities";
|
|
7
|
+
import { meta } from "#meta";
|
|
8
|
+
import { translations } from "#translations";
|
|
9
|
+
var ConductorPlugin = Plugin.define(meta).pipe(AppPlugin.addCreateObjectModule({
|
|
10
|
+
activate: CreateObject
|
|
11
|
+
}), AppPlugin.addSchemaModule({
|
|
12
|
+
schema: [
|
|
13
|
+
CanvasBoard.CanvasBoard,
|
|
14
|
+
ComputeGraph
|
|
15
|
+
]
|
|
16
|
+
}), AppPlugin.addSurfaceModule({
|
|
17
|
+
activate: ReactSurface
|
|
18
|
+
}), AppPlugin.addTranslationsModule({
|
|
19
|
+
translations
|
|
20
|
+
}), Plugin.make);
|
|
21
|
+
var ConductorPlugin_default = ConductorPlugin;
|
|
22
|
+
export {
|
|
23
|
+
ConductorPlugin,
|
|
24
|
+
ConductorPlugin_default as default
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=ConductorPlugin-YYCCUBUG.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/ConductorPlugin.tsx"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { Plugin } from '@dxos/app-framework';\nimport { AppPlugin } from '@dxos/app-toolkit';\nimport { ComputeGraph } from '@dxos/conductor';\nimport { CanvasBoard } from '@dxos/react-ui-canvas-editor';\n\nimport { CreateObject, ReactSurface } from '#capabilities';\nimport { meta } from '#meta';\nimport { translations } from '#translations';\n\nexport const ConductorPlugin = Plugin.define(meta).pipe(\n AppPlugin.addCreateObjectModule({ activate: CreateObject }),\n AppPlugin.addSchemaModule({ schema: [CanvasBoard.CanvasBoard, ComputeGraph] }),\n AppPlugin.addSurfaceModule({ activate: ReactSurface }),\n AppPlugin.addTranslationsModule({ translations }),\n Plugin.make,\n);\n\nexport default ConductorPlugin;\n"],
|
|
5
|
+
"mappings": ";AAIA,SAASA,cAAc;AACvB,SAASC,iBAAiB;AAC1B,SAASC,oBAAoB;AAC7B,SAASC,mBAAmB;AAE5B,SAASC,cAAcC,oBAAoB;AAC3C,SAASC,YAAY;AACrB,SAASC,oBAAoB;AAEtB,IAAMC,kBAAkBR,OAAOS,OAAOH,IAAAA,EAAMI,KACjDT,UAAUU,sBAAsB;EAAEC,UAAUR;AAAa,CAAA,GACzDH,UAAUY,gBAAgB;EAAEC,QAAQ;IAACX,YAAYA;IAAaD;;AAAc,CAAA,GAC5ED,UAAUc,iBAAiB;EAAEH,UAAUP;AAAa,CAAA,GACpDJ,UAAUe,sBAAsB;EAAET;AAAa,CAAA,GAC/CP,OAAOiB,IAAI;AAGb,IAAA,0BAAeT;",
|
|
6
|
+
"names": ["Plugin", "AppPlugin", "ComputeGraph", "CanvasBoard", "CreateObject", "ReactSurface", "meta", "translations", "ConductorPlugin", "define", "pipe", "addCreateObjectModule", "activate", "addSchemaModule", "schema", "addSurfaceModule", "addTranslationsModule", "make"]
|
|
7
|
+
}
|
|
@@ -1,92 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
} from "./chunk-4EJT5EIW.mjs";
|
|
4
|
-
import {
|
|
5
|
-
CONDUCTOR_PLUGIN,
|
|
6
|
-
meta
|
|
7
|
-
} from "./chunk-B4FDW7Y7.mjs";
|
|
8
|
-
|
|
9
|
-
// packages/plugins/plugin-conductor/src/ConductorPlugin.tsx
|
|
10
|
-
import { Capabilities, contributes, createIntent, defineModule, definePlugin, Events } from "@dxos/app-framework";
|
|
11
|
-
import { ComputeGraph } from "@dxos/conductor";
|
|
12
|
-
import { FunctionTrigger } from "@dxos/functions";
|
|
13
|
-
import { ClientCapabilities, ClientEvents } from "@dxos/plugin-client";
|
|
14
|
-
import { SpaceCapabilities } from "@dxos/plugin-space";
|
|
15
|
-
import { defineObjectForm } from "@dxos/plugin-space/types";
|
|
16
|
-
import { CanvasBoardType as CanvasBoardType2 } from "@dxos/react-ui-canvas-editor";
|
|
1
|
+
// src/index.ts
|
|
2
|
+
import { Plugin } from "@dxos/app-framework";
|
|
17
3
|
|
|
18
|
-
//
|
|
19
|
-
import {
|
|
20
|
-
var
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"plugin name": "Conductor",
|
|
38
|
-
"content placeholder": "Enter text..."
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
];
|
|
4
|
+
// src/meta.ts
|
|
5
|
+
import { trim } from "@dxos/util";
|
|
6
|
+
var meta = {
|
|
7
|
+
id: "org.dxos.plugin.conductor",
|
|
8
|
+
name: "Conductor",
|
|
9
|
+
description: trim`
|
|
10
|
+
Visual workflow builder using node-based compute graphs to orchestrate complex AI agent pipelines.
|
|
11
|
+
Connect data sources, transformations, and AI models in a drag-and-drop interface for advanced automation.
|
|
12
|
+
`,
|
|
13
|
+
icon: "ph--infinity--regular",
|
|
14
|
+
iconHue: "sky",
|
|
15
|
+
source: "https://github.com/dxos/dxos/tree/main/packages/plugins/plugin-conductor",
|
|
16
|
+
tags: [
|
|
17
|
+
"labs"
|
|
18
|
+
],
|
|
19
|
+
screenshots: [
|
|
20
|
+
"https://dxos.network/plugin-details-canvas-dark.png"
|
|
21
|
+
]
|
|
22
|
+
};
|
|
43
23
|
|
|
44
|
-
//
|
|
45
|
-
var ConductorPlugin = () =>
|
|
46
|
-
defineModule({
|
|
47
|
-
id: `${meta.id}/module/translations`,
|
|
48
|
-
activatesOn: Events.SetupTranslations,
|
|
49
|
-
activate: () => contributes(Capabilities.Translations, translations_default)
|
|
50
|
-
}),
|
|
51
|
-
defineModule({
|
|
52
|
-
id: `${meta.id}/module/metadata`,
|
|
53
|
-
activatesOn: Events.SetupMetadata,
|
|
54
|
-
activate: () => contributes(Capabilities.Metadata, {
|
|
55
|
-
id: CanvasBoardType2.typename,
|
|
56
|
-
metadata: {
|
|
57
|
-
icon: "ph--infinity--regular"
|
|
58
|
-
}
|
|
59
|
-
})
|
|
60
|
-
}),
|
|
61
|
-
defineModule({
|
|
62
|
-
id: `${meta.id}/module/object-form`,
|
|
63
|
-
activatesOn: ClientEvents.SetupSchema,
|
|
64
|
-
activate: () => contributes(SpaceCapabilities.ObjectForm, defineObjectForm({
|
|
65
|
-
objectSchema: CanvasBoardType2,
|
|
66
|
-
getIntent: () => createIntent(ConductorAction.Create)
|
|
67
|
-
}))
|
|
68
|
-
}),
|
|
69
|
-
defineModule({
|
|
70
|
-
id: `${meta.id}/module/schema`,
|
|
71
|
-
activatesOn: ClientEvents.SetupSchema,
|
|
72
|
-
activate: () => contributes(ClientCapabilities.Schema, [
|
|
73
|
-
ComputeGraph,
|
|
74
|
-
FunctionTrigger
|
|
75
|
-
])
|
|
76
|
-
}),
|
|
77
|
-
defineModule({
|
|
78
|
-
id: `${meta.id}/module/react-surface`,
|
|
79
|
-
activatesOn: Events.SetupReactSurface,
|
|
80
|
-
activate: ReactSurface
|
|
81
|
-
}),
|
|
82
|
-
defineModule({
|
|
83
|
-
id: `${meta.id}/module/intent-resolver`,
|
|
84
|
-
activatesOn: Events.SetupIntentResolver,
|
|
85
|
-
activate: IntentResolver
|
|
86
|
-
})
|
|
87
|
-
]);
|
|
24
|
+
// src/index.ts
|
|
25
|
+
var ConductorPlugin = Plugin.lazy(meta, () => import("./ConductorPlugin-YYCCUBUG.mjs"));
|
|
88
26
|
export {
|
|
89
|
-
CONDUCTOR_PLUGIN,
|
|
90
27
|
ConductorPlugin,
|
|
91
28
|
meta
|
|
92
29
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../../src/
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport {
|
|
5
|
-
"mappings": "
|
|
6
|
-
"names": ["
|
|
3
|
+
"sources": ["../../../src/index.ts", "../../../src/meta.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { Plugin } from '@dxos/app-framework';\n\nimport { meta } from './meta';\n\nexport const ConductorPlugin = Plugin.lazy(meta, () => import('./ConductorPlugin'));\n\nexport * from './meta';\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Plugin } from '@dxos/app-framework';\nimport { trim } from '@dxos/util';\n\nexport const meta: Plugin.Meta = {\n id: 'org.dxos.plugin.conductor',\n name: 'Conductor',\n description: trim`\n Visual workflow builder using node-based compute graphs to orchestrate complex AI agent pipelines.\n Connect data sources, transformations, and AI models in a drag-and-drop interface for advanced automation.\n `,\n icon: 'ph--infinity--regular',\n iconHue: 'sky',\n source: 'https://github.com/dxos/dxos/tree/main/packages/plugins/plugin-conductor',\n tags: ['labs'],\n screenshots: ['https://dxos.network/plugin-details-canvas-dark.png'],\n};\n"],
|
|
5
|
+
"mappings": ";AAIA,SAASA,cAAc;;;ACCvB,SAASC,YAAY;AAEd,IAAMC,OAAoB;EAC/BC,IAAI;EACJC,MAAM;EACNC,aAAaJ;;;;EAIbK,MAAM;EACNC,SAAS;EACTC,QAAQ;EACRC,MAAM;IAAC;;EACPC,aAAa;IAAC;;AAChB;;;ADXO,IAAMC,kBAAkBC,OAAOC,KAAKC,MAAM,MAAM,OAAO,gCAAA,CAAA;",
|
|
6
|
+
"names": ["Plugin", "trim", "meta", "id", "name", "description", "icon", "iconHue", "source", "tags", "screenshots", "ConductorPlugin", "Plugin", "lazy", "meta"]
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"packages/plugins/plugin-conductor/src/meta.ts":{"bytes":2262,"imports":[],"format":"esm"},"packages/plugins/plugin-conductor/src/types.ts":{"bytes":2361,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-conductor/src/capabilities/intent-resolver.ts":{"bytes":3436,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-conductor/src/components/CanvasContainer.tsx":{"bytes":12481,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-compute","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-conductor/src/components/index.ts":{"bytes":776,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/components/CanvasContainer.tsx","kind":"dynamic-import","original":"./CanvasContainer"}],"format":"esm"},"packages/plugins/plugin-conductor/src/capabilities/react-surface.tsx":{"bytes":2925,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-conductor/src/capabilities/index.ts":{"bytes":1052,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/capabilities/intent-resolver.ts","kind":"dynamic-import","original":"./intent-resolver"},{"path":"packages/plugins/plugin-conductor/src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"}],"format":"esm"},"packages/plugins/plugin-conductor/src/translations.ts":{"bytes":2358,"imports":[{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-conductor/src/ConductorPlugin.tsx":{"bytes":8046,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-conductor/src/translations.ts","kind":"import-statement","original":"./translations"},{"path":"packages/plugins/plugin-conductor/src/types.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"packages/plugins/plugin-conductor/src/index.ts":{"bytes":572,"imports":[{"path":"packages/plugins/plugin-conductor/src/ConductorPlugin.tsx","kind":"import-statement","original":"./ConductorPlugin"},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"}},"outputs":{"packages/plugins/plugin-conductor/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5507},"packages/plugins/plugin-conductor/dist/lib/browser/index.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/browser/chunk-4EJT5EIW.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-conductor/dist/lib/browser/chunk-B4FDW7Y7.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/dist/lib/browser/intent-resolver-6YY3BXWS.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-conductor/dist/lib/browser/react-surface-I4XNNFSF.mjs","kind":"dynamic-import"},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true}],"exports":["CONDUCTOR_PLUGIN","ConductorPlugin","meta"],"entryPoint":"packages/plugins/plugin-conductor/src/index.ts","inputs":{"packages/plugins/plugin-conductor/src/ConductorPlugin.tsx":{"bytesInOutput":1777},"packages/plugins/plugin-conductor/src/capabilities/index.ts":{"bytesInOutput":190},"packages/plugins/plugin-conductor/src/translations.ts":{"bytesInOutput":547},"packages/plugins/plugin-conductor/src/index.ts":{"bytesInOutput":0}},"bytes":2978},"packages/plugins/plugin-conductor/dist/lib/browser/types.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/plugins/plugin-conductor/dist/lib/browser/types.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/browser/chunk-4EJT5EIW.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-conductor/dist/lib/browser/chunk-B4FDW7Y7.mjs","kind":"import-statement"}],"exports":["ConductorAction"],"entryPoint":"packages/plugins/plugin-conductor/src/types.ts","inputs":{},"bytes":154},"packages/plugins/plugin-conductor/dist/lib/browser/intent-resolver-6YY3BXWS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1696},"packages/plugins/plugin-conductor/dist/lib/browser/intent-resolver-6YY3BXWS.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/browser/chunk-4EJT5EIW.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-conductor/dist/lib/browser/chunk-B4FDW7Y7.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-conductor/src/capabilities/intent-resolver.ts","inputs":{"packages/plugins/plugin-conductor/src/capabilities/intent-resolver.ts":{"bytesInOutput":695}},"bytes":961},"packages/plugins/plugin-conductor/dist/lib/browser/chunk-4EJT5EIW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1192},"packages/plugins/plugin-conductor/dist/lib/browser/chunk-4EJT5EIW.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/browser/chunk-B4FDW7Y7.mjs","kind":"import-statement"},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true}],"exports":["ConductorAction"],"inputs":{"packages/plugins/plugin-conductor/src/types.ts":{"bytesInOutput":518}},"bytes":703},"packages/plugins/plugin-conductor/dist/lib/browser/CanvasContainer-IAWAWKZK.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6800},"packages/plugins/plugin-conductor/dist/lib/browser/CanvasContainer-IAWAWKZK.mjs":{"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-compute","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true}],"exports":["CanvasContainer","default"],"entryPoint":"packages/plugins/plugin-conductor/src/components/CanvasContainer.tsx","inputs":{"packages/plugins/plugin-conductor/src/components/CanvasContainer.tsx":{"bytesInOutput":3278}},"bytes":3472},"packages/plugins/plugin-conductor/dist/lib/browser/react-surface-I4XNNFSF.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1762},"packages/plugins/plugin-conductor/dist/lib/browser/react-surface-I4XNNFSF.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/browser/chunk-B4FDW7Y7.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/dist/lib/browser/CanvasContainer-IAWAWKZK.mjs","kind":"dynamic-import"}],"exports":["default"],"entryPoint":"packages/plugins/plugin-conductor/src/capabilities/react-surface.tsx","inputs":{"packages/plugins/plugin-conductor/src/capabilities/react-surface.tsx":{"bytesInOutput":562},"packages/plugins/plugin-conductor/src/components/index.ts":{"bytesInOutput":106}},"bytes":1034},"packages/plugins/plugin-conductor/dist/lib/browser/chunk-B4FDW7Y7.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1065},"packages/plugins/plugin-conductor/dist/lib/browser/chunk-B4FDW7Y7.mjs":{"imports":[],"exports":["CONDUCTOR_PLUGIN","meta"],"inputs":{"packages/plugins/plugin-conductor/src/meta.ts":{"bytesInOutput":590}},"bytes":723}}}
|
|
1
|
+
{"inputs":{"src/meta.ts":{"bytes":2174,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/ConductorPlugin.tsx":{"bytes":2977,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":976,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/ConductorPlugin.tsx","kind":"dynamic-import","original":"./ConductorPlugin"}],"format":"esm"},"src/translations.ts":{"bytes":2789,"imports":[{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1455},"dist/lib/browser/index.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"dist/lib/browser/ConductorPlugin-YYCCUBUG.mjs","kind":"dynamic-import"}],"exports":["ConductorPlugin","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":135},"src/meta.ts":{"bytesInOutput":589}},"bytes":846},"dist/lib/browser/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1340},"dist/lib/browser/translations.mjs":{"imports":[{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["translations"],"entryPoint":"src/translations.ts","inputs":{"src/translations.ts":{"bytesInOutput":712}},"bytes":804},"dist/lib/browser/ConductorPlugin-YYCCUBUG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1547},"dist/lib/browser/ConductorPlugin-YYCCUBUG.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true}],"exports":["ConductorPlugin","default"],"entryPoint":"src/ConductorPlugin.tsx","inputs":{"src/ConductorPlugin.tsx":{"bytesInOutput":713}},"bytes":862}}}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// src/translations.ts
|
|
2
|
+
import { CanvasBoard } from "@dxos/react-ui-canvas-editor";
|
|
3
|
+
import { meta } from "#meta";
|
|
4
|
+
var translations = [
|
|
5
|
+
{
|
|
6
|
+
"en-US": {
|
|
7
|
+
[CanvasBoard.CanvasBoard.typename]: {
|
|
8
|
+
"typename.label": "Circuit",
|
|
9
|
+
"typename.label_zero": "Circuits",
|
|
10
|
+
"typename.label_one": "Circuit",
|
|
11
|
+
"typename.label_other": "Circuits",
|
|
12
|
+
"object-name.placeholder": "New circuit",
|
|
13
|
+
"add-object.label": "Add circuit",
|
|
14
|
+
"rename-object.label": "Rename circuit",
|
|
15
|
+
"delete-object.label": "Delete circuit",
|
|
16
|
+
"object-deleted.label": "Circuit deleted"
|
|
17
|
+
},
|
|
18
|
+
[meta.id]: {
|
|
19
|
+
"plugin.name": "Conductor",
|
|
20
|
+
"content.placeholder": "Enter text..."
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
];
|
|
25
|
+
export {
|
|
26
|
+
translations
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=translations.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/translations.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\nimport { CanvasBoard } from '@dxos/react-ui-canvas-editor';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n {\n 'en-US': {\n [CanvasBoard.CanvasBoard.typename]: {\n 'typename.label': 'Circuit',\n 'typename.label_zero': 'Circuits',\n 'typename.label_one': 'Circuit',\n 'typename.label_other': 'Circuits',\n 'object-name.placeholder': 'New circuit',\n 'add-object.label': 'Add circuit',\n 'rename-object.label': 'Rename circuit',\n 'delete-object.label': 'Delete circuit',\n 'object-deleted.label': 'Circuit deleted',\n },\n [meta.id]: {\n 'plugin.name': 'Conductor',\n 'content.placeholder': 'Enter text...',\n },\n },\n },\n] as const satisfies Resource[];\n"],
|
|
5
|
+
"mappings": ";AAKA,SAASA,mBAAmB;AAE5B,SAASC,YAAY;AAEd,IAAMC,eAAe;EAC1B;IACE,SAAS;MACP,CAACF,YAAYA,YAAYG,QAAQ,GAAG;QAClC,kBAAkB;QAClB,uBAAuB;QACvB,sBAAsB;QACtB,wBAAwB;QACxB,2BAA2B;QAC3B,oBAAoB;QACpB,uBAAuB;QACvB,uBAAuB;QACvB,wBAAwB;MAC1B;MACA,CAACF,KAAKG,EAAE,GAAG;QACT,eAAe;QACf,uBAAuB;MACzB;IACF;EACF;;",
|
|
6
|
+
"names": ["CanvasBoard", "meta", "translations", "typename", "id"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
|
|
2
|
+
|
|
3
|
+
// src/ConductorPlugin.tsx
|
|
4
|
+
import { Plugin } from "@dxos/app-framework";
|
|
5
|
+
import { AppPlugin } from "@dxos/app-toolkit";
|
|
6
|
+
import { ComputeGraph } from "@dxos/conductor";
|
|
7
|
+
import { CanvasBoard } from "@dxos/react-ui-canvas-editor";
|
|
8
|
+
import { CreateObject, ReactSurface } from "#capabilities";
|
|
9
|
+
import { meta } from "#meta";
|
|
10
|
+
import { translations } from "#translations";
|
|
11
|
+
var ConductorPlugin = Plugin.define(meta).pipe(AppPlugin.addCreateObjectModule({
|
|
12
|
+
activate: CreateObject
|
|
13
|
+
}), AppPlugin.addSchemaModule({
|
|
14
|
+
schema: [
|
|
15
|
+
CanvasBoard.CanvasBoard,
|
|
16
|
+
ComputeGraph
|
|
17
|
+
]
|
|
18
|
+
}), AppPlugin.addSurfaceModule({
|
|
19
|
+
activate: ReactSurface
|
|
20
|
+
}), AppPlugin.addTranslationsModule({
|
|
21
|
+
translations
|
|
22
|
+
}), Plugin.make);
|
|
23
|
+
var ConductorPlugin_default = ConductorPlugin;
|
|
24
|
+
export {
|
|
25
|
+
ConductorPlugin,
|
|
26
|
+
ConductorPlugin_default as default
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=ConductorPlugin-55I2R2LW.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/ConductorPlugin.tsx"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { Plugin } from '@dxos/app-framework';\nimport { AppPlugin } from '@dxos/app-toolkit';\nimport { ComputeGraph } from '@dxos/conductor';\nimport { CanvasBoard } from '@dxos/react-ui-canvas-editor';\n\nimport { CreateObject, ReactSurface } from '#capabilities';\nimport { meta } from '#meta';\nimport { translations } from '#translations';\n\nexport const ConductorPlugin = Plugin.define(meta).pipe(\n AppPlugin.addCreateObjectModule({ activate: CreateObject }),\n AppPlugin.addSchemaModule({ schema: [CanvasBoard.CanvasBoard, ComputeGraph] }),\n AppPlugin.addSurfaceModule({ activate: ReactSurface }),\n AppPlugin.addTranslationsModule({ translations }),\n Plugin.make,\n);\n\nexport default ConductorPlugin;\n"],
|
|
5
|
+
"mappings": ";;;AAIA,SAASA,cAAc;AACvB,SAASC,iBAAiB;AAC1B,SAASC,oBAAoB;AAC7B,SAASC,mBAAmB;AAE5B,SAASC,cAAcC,oBAAoB;AAC3C,SAASC,YAAY;AACrB,SAASC,oBAAoB;AAEtB,IAAMC,kBAAkBR,OAAOS,OAAOH,IAAAA,EAAMI,KACjDT,UAAUU,sBAAsB;EAAEC,UAAUR;AAAa,CAAA,GACzDH,UAAUY,gBAAgB;EAAEC,QAAQ;IAACX,YAAYA;IAAaD;;AAAc,CAAA,GAC5ED,UAAUc,iBAAiB;EAAEH,UAAUP;AAAa,CAAA,GACpDJ,UAAUe,sBAAsB;EAAET;AAAa,CAAA,GAC/CP,OAAOiB,IAAI;AAGb,IAAA,0BAAeT;",
|
|
6
|
+
"names": ["Plugin", "AppPlugin", "ComputeGraph", "CanvasBoard", "CreateObject", "ReactSurface", "meta", "translations", "ConductorPlugin", "define", "pipe", "addCreateObjectModule", "activate", "addSchemaModule", "schema", "addSurfaceModule", "addTranslationsModule", "make"]
|
|
7
|
+
}
|
|
@@ -1,93 +1,31 @@
|
|
|
1
1
|
import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
|
|
2
|
-
import {
|
|
3
|
-
ConductorAction
|
|
4
|
-
} from "./chunk-7644E2YF.mjs";
|
|
5
|
-
import {
|
|
6
|
-
CONDUCTOR_PLUGIN,
|
|
7
|
-
meta
|
|
8
|
-
} from "./chunk-PYF2G3G4.mjs";
|
|
9
|
-
|
|
10
|
-
// packages/plugins/plugin-conductor/src/ConductorPlugin.tsx
|
|
11
|
-
import { Capabilities, contributes, createIntent, defineModule, definePlugin, Events } from "@dxos/app-framework";
|
|
12
|
-
import { ComputeGraph } from "@dxos/conductor";
|
|
13
|
-
import { FunctionTrigger } from "@dxos/functions";
|
|
14
|
-
import { ClientCapabilities, ClientEvents } from "@dxos/plugin-client";
|
|
15
|
-
import { SpaceCapabilities } from "@dxos/plugin-space";
|
|
16
|
-
import { defineObjectForm } from "@dxos/plugin-space/types";
|
|
17
|
-
import { CanvasBoardType as CanvasBoardType2 } from "@dxos/react-ui-canvas-editor";
|
|
18
2
|
|
|
19
|
-
//
|
|
20
|
-
import {
|
|
21
|
-
var IntentResolver = lazy(() => import("./intent-resolver-OMXIT5KT.mjs"));
|
|
22
|
-
var ReactSurface = lazy(() => import("./react-surface-WZFA32UY.mjs"));
|
|
3
|
+
// src/index.ts
|
|
4
|
+
import { Plugin } from "@dxos/app-framework";
|
|
23
5
|
|
|
24
|
-
//
|
|
25
|
-
import {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
];
|
|
6
|
+
// src/meta.ts
|
|
7
|
+
import { trim } from "@dxos/util";
|
|
8
|
+
var meta = {
|
|
9
|
+
id: "org.dxos.plugin.conductor",
|
|
10
|
+
name: "Conductor",
|
|
11
|
+
description: trim`
|
|
12
|
+
Visual workflow builder using node-based compute graphs to orchestrate complex AI agent pipelines.
|
|
13
|
+
Connect data sources, transformations, and AI models in a drag-and-drop interface for advanced automation.
|
|
14
|
+
`,
|
|
15
|
+
icon: "ph--infinity--regular",
|
|
16
|
+
iconHue: "sky",
|
|
17
|
+
source: "https://github.com/dxos/dxos/tree/main/packages/plugins/plugin-conductor",
|
|
18
|
+
tags: [
|
|
19
|
+
"labs"
|
|
20
|
+
],
|
|
21
|
+
screenshots: [
|
|
22
|
+
"https://dxos.network/plugin-details-canvas-dark.png"
|
|
23
|
+
]
|
|
24
|
+
};
|
|
44
25
|
|
|
45
|
-
//
|
|
46
|
-
var ConductorPlugin = () =>
|
|
47
|
-
defineModule({
|
|
48
|
-
id: `${meta.id}/module/translations`,
|
|
49
|
-
activatesOn: Events.SetupTranslations,
|
|
50
|
-
activate: () => contributes(Capabilities.Translations, translations_default)
|
|
51
|
-
}),
|
|
52
|
-
defineModule({
|
|
53
|
-
id: `${meta.id}/module/metadata`,
|
|
54
|
-
activatesOn: Events.SetupMetadata,
|
|
55
|
-
activate: () => contributes(Capabilities.Metadata, {
|
|
56
|
-
id: CanvasBoardType2.typename,
|
|
57
|
-
metadata: {
|
|
58
|
-
icon: "ph--infinity--regular"
|
|
59
|
-
}
|
|
60
|
-
})
|
|
61
|
-
}),
|
|
62
|
-
defineModule({
|
|
63
|
-
id: `${meta.id}/module/object-form`,
|
|
64
|
-
activatesOn: ClientEvents.SetupSchema,
|
|
65
|
-
activate: () => contributes(SpaceCapabilities.ObjectForm, defineObjectForm({
|
|
66
|
-
objectSchema: CanvasBoardType2,
|
|
67
|
-
getIntent: () => createIntent(ConductorAction.Create)
|
|
68
|
-
}))
|
|
69
|
-
}),
|
|
70
|
-
defineModule({
|
|
71
|
-
id: `${meta.id}/module/schema`,
|
|
72
|
-
activatesOn: ClientEvents.SetupSchema,
|
|
73
|
-
activate: () => contributes(ClientCapabilities.Schema, [
|
|
74
|
-
ComputeGraph,
|
|
75
|
-
FunctionTrigger
|
|
76
|
-
])
|
|
77
|
-
}),
|
|
78
|
-
defineModule({
|
|
79
|
-
id: `${meta.id}/module/react-surface`,
|
|
80
|
-
activatesOn: Events.SetupReactSurface,
|
|
81
|
-
activate: ReactSurface
|
|
82
|
-
}),
|
|
83
|
-
defineModule({
|
|
84
|
-
id: `${meta.id}/module/intent-resolver`,
|
|
85
|
-
activatesOn: Events.SetupIntentResolver,
|
|
86
|
-
activate: IntentResolver
|
|
87
|
-
})
|
|
88
|
-
]);
|
|
26
|
+
// src/index.ts
|
|
27
|
+
var ConductorPlugin = Plugin.lazy(meta, () => import("./ConductorPlugin-55I2R2LW.mjs"));
|
|
89
28
|
export {
|
|
90
|
-
CONDUCTOR_PLUGIN,
|
|
91
29
|
ConductorPlugin,
|
|
92
30
|
meta
|
|
93
31
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../../src/
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport {
|
|
5
|
-
"mappings": "
|
|
6
|
-
"names": ["
|
|
3
|
+
"sources": ["../../../src/index.ts", "../../../src/meta.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { Plugin } from '@dxos/app-framework';\n\nimport { meta } from './meta';\n\nexport const ConductorPlugin = Plugin.lazy(meta, () => import('./ConductorPlugin'));\n\nexport * from './meta';\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Plugin } from '@dxos/app-framework';\nimport { trim } from '@dxos/util';\n\nexport const meta: Plugin.Meta = {\n id: 'org.dxos.plugin.conductor',\n name: 'Conductor',\n description: trim`\n Visual workflow builder using node-based compute graphs to orchestrate complex AI agent pipelines.\n Connect data sources, transformations, and AI models in a drag-and-drop interface for advanced automation.\n `,\n icon: 'ph--infinity--regular',\n iconHue: 'sky',\n source: 'https://github.com/dxos/dxos/tree/main/packages/plugins/plugin-conductor',\n tags: ['labs'],\n screenshots: ['https://dxos.network/plugin-details-canvas-dark.png'],\n};\n"],
|
|
5
|
+
"mappings": ";;;AAIA,SAASA,cAAc;;;ACCvB,SAASC,YAAY;AAEd,IAAMC,OAAoB;EAC/BC,IAAI;EACJC,MAAM;EACNC,aAAaJ;;;;EAIbK,MAAM;EACNC,SAAS;EACTC,QAAQ;EACRC,MAAM;IAAC;;EACPC,aAAa;IAAC;;AAChB;;;ADXO,IAAMC,kBAAkBC,OAAOC,KAAKC,MAAM,MAAM,OAAO,gCAAA,CAAA;",
|
|
6
|
+
"names": ["Plugin", "trim", "meta", "id", "name", "description", "icon", "iconHue", "source", "tags", "screenshots", "ConductorPlugin", "Plugin", "lazy", "meta"]
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"packages/plugins/plugin-conductor/src/meta.ts":{"bytes":2262,"imports":[],"format":"esm"},"packages/plugins/plugin-conductor/src/types.ts":{"bytes":2361,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-conductor/src/capabilities/intent-resolver.ts":{"bytes":3436,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-conductor/src/components/CanvasContainer.tsx":{"bytes":12481,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-compute","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-conductor/src/components/index.ts":{"bytes":776,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/components/CanvasContainer.tsx","kind":"dynamic-import","original":"./CanvasContainer"}],"format":"esm"},"packages/plugins/plugin-conductor/src/capabilities/react-surface.tsx":{"bytes":2925,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-conductor/src/capabilities/index.ts":{"bytes":1052,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/capabilities/intent-resolver.ts","kind":"dynamic-import","original":"./intent-resolver"},{"path":"packages/plugins/plugin-conductor/src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"}],"format":"esm"},"packages/plugins/plugin-conductor/src/translations.ts":{"bytes":2358,"imports":[{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-conductor/src/ConductorPlugin.tsx":{"bytes":8046,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-conductor/src/translations.ts","kind":"import-statement","original":"./translations"},{"path":"packages/plugins/plugin-conductor/src/types.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"packages/plugins/plugin-conductor/src/index.ts":{"bytes":572,"imports":[{"path":"packages/plugins/plugin-conductor/src/ConductorPlugin.tsx","kind":"import-statement","original":"./ConductorPlugin"},{"path":"packages/plugins/plugin-conductor/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"}},"outputs":{"packages/plugins/plugin-conductor/dist/lib/node-esm/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5508},"packages/plugins/plugin-conductor/dist/lib/node-esm/index.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-7644E2YF.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-PYF2G3G4.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/intent-resolver-OMXIT5KT.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/react-surface-WZFA32UY.mjs","kind":"dynamic-import"},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true}],"exports":["CONDUCTOR_PLUGIN","ConductorPlugin","meta"],"entryPoint":"packages/plugins/plugin-conductor/src/index.ts","inputs":{"packages/plugins/plugin-conductor/src/ConductorPlugin.tsx":{"bytesInOutput":1777},"packages/plugins/plugin-conductor/src/capabilities/index.ts":{"bytesInOutput":190},"packages/plugins/plugin-conductor/src/translations.ts":{"bytesInOutput":547},"packages/plugins/plugin-conductor/src/index.ts":{"bytesInOutput":0}},"bytes":3070},"packages/plugins/plugin-conductor/dist/lib/node-esm/types.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/plugins/plugin-conductor/dist/lib/node-esm/types.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-7644E2YF.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-PYF2G3G4.mjs","kind":"import-statement"}],"exports":["ConductorAction"],"entryPoint":"packages/plugins/plugin-conductor/src/types.ts","inputs":{},"bytes":246},"packages/plugins/plugin-conductor/dist/lib/node-esm/intent-resolver-OMXIT5KT.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1697},"packages/plugins/plugin-conductor/dist/lib/node-esm/intent-resolver-OMXIT5KT.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-7644E2YF.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-PYF2G3G4.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-conductor/src/capabilities/intent-resolver.ts","inputs":{"packages/plugins/plugin-conductor/src/capabilities/intent-resolver.ts":{"bytesInOutput":695}},"bytes":1053},"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-7644E2YF.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1193},"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-7644E2YF.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-PYF2G3G4.mjs","kind":"import-statement"},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true}],"exports":["ConductorAction"],"inputs":{"packages/plugins/plugin-conductor/src/types.ts":{"bytesInOutput":518}},"bytes":795},"packages/plugins/plugin-conductor/dist/lib/node-esm/CanvasContainer-XFNPFWLN.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6802},"packages/plugins/plugin-conductor/dist/lib/node-esm/CanvasContainer-XFNPFWLN.mjs":{"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-compute","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true}],"exports":["CanvasContainer","default"],"entryPoint":"packages/plugins/plugin-conductor/src/components/CanvasContainer.tsx","inputs":{"packages/plugins/plugin-conductor/src/components/CanvasContainer.tsx":{"bytesInOutput":3278}},"bytes":3565},"packages/plugins/plugin-conductor/dist/lib/node-esm/react-surface-WZFA32UY.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1763},"packages/plugins/plugin-conductor/dist/lib/node-esm/react-surface-WZFA32UY.mjs":{"imports":[{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-PYF2G3G4.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-conductor/dist/lib/node-esm/CanvasContainer-XFNPFWLN.mjs","kind":"dynamic-import"}],"exports":["default"],"entryPoint":"packages/plugins/plugin-conductor/src/capabilities/react-surface.tsx","inputs":{"packages/plugins/plugin-conductor/src/capabilities/react-surface.tsx":{"bytesInOutput":562},"packages/plugins/plugin-conductor/src/components/index.ts":{"bytesInOutput":106}},"bytes":1126},"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-PYF2G3G4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1067},"packages/plugins/plugin-conductor/dist/lib/node-esm/chunk-PYF2G3G4.mjs":{"imports":[],"exports":["CONDUCTOR_PLUGIN","meta"],"inputs":{"packages/plugins/plugin-conductor/src/meta.ts":{"bytesInOutput":590}},"bytes":816}}}
|
|
1
|
+
{"inputs":{"src/meta.ts":{"bytes":2174,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/ConductorPlugin.tsx":{"bytes":2977,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":976,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/ConductorPlugin.tsx","kind":"dynamic-import","original":"./ConductorPlugin"}],"format":"esm"},"src/translations.ts":{"bytes":2789,"imports":[{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/node-esm/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1457},"dist/lib/node-esm/index.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"dist/lib/node-esm/ConductorPlugin-55I2R2LW.mjs","kind":"dynamic-import"}],"exports":["ConductorPlugin","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":135},"src/meta.ts":{"bytesInOutput":589}},"bytes":939},"dist/lib/node-esm/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1342},"dist/lib/node-esm/translations.mjs":{"imports":[{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["translations"],"entryPoint":"src/translations.ts","inputs":{"src/translations.ts":{"bytesInOutput":712}},"bytes":897},"dist/lib/node-esm/ConductorPlugin-55I2R2LW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1549},"dist/lib/node-esm/ConductorPlugin-55I2R2LW.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true}],"exports":["ConductorPlugin","default"],"entryPoint":"src/ConductorPlugin.tsx","inputs":{"src/ConductorPlugin.tsx":{"bytesInOutput":713}},"bytes":955}}}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
|
|
2
|
+
|
|
3
|
+
// src/translations.ts
|
|
4
|
+
import { CanvasBoard } from "@dxos/react-ui-canvas-editor";
|
|
5
|
+
import { meta } from "#meta";
|
|
6
|
+
var translations = [
|
|
7
|
+
{
|
|
8
|
+
"en-US": {
|
|
9
|
+
[CanvasBoard.CanvasBoard.typename]: {
|
|
10
|
+
"typename.label": "Circuit",
|
|
11
|
+
"typename.label_zero": "Circuits",
|
|
12
|
+
"typename.label_one": "Circuit",
|
|
13
|
+
"typename.label_other": "Circuits",
|
|
14
|
+
"object-name.placeholder": "New circuit",
|
|
15
|
+
"add-object.label": "Add circuit",
|
|
16
|
+
"rename-object.label": "Rename circuit",
|
|
17
|
+
"delete-object.label": "Delete circuit",
|
|
18
|
+
"object-deleted.label": "Circuit deleted"
|
|
19
|
+
},
|
|
20
|
+
[meta.id]: {
|
|
21
|
+
"plugin.name": "Conductor",
|
|
22
|
+
"content.placeholder": "Enter text..."
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
];
|
|
27
|
+
export {
|
|
28
|
+
translations
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=translations.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/translations.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\nimport { CanvasBoard } from '@dxos/react-ui-canvas-editor';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n {\n 'en-US': {\n [CanvasBoard.CanvasBoard.typename]: {\n 'typename.label': 'Circuit',\n 'typename.label_zero': 'Circuits',\n 'typename.label_one': 'Circuit',\n 'typename.label_other': 'Circuits',\n 'object-name.placeholder': 'New circuit',\n 'add-object.label': 'Add circuit',\n 'rename-object.label': 'Rename circuit',\n 'delete-object.label': 'Delete circuit',\n 'object-deleted.label': 'Circuit deleted',\n },\n [meta.id]: {\n 'plugin.name': 'Conductor',\n 'content.placeholder': 'Enter text...',\n },\n },\n },\n] as const satisfies Resource[];\n"],
|
|
5
|
+
"mappings": ";;;AAKA,SAASA,mBAAmB;AAE5B,SAASC,YAAY;AAEd,IAAMC,eAAe;EAC1B;IACE,SAAS;MACP,CAACF,YAAYA,YAAYG,QAAQ,GAAG;QAClC,kBAAkB;QAClB,uBAAuB;QACvB,sBAAsB;QACtB,wBAAwB;QACxB,2BAA2B;QAC3B,oBAAoB;QACpB,uBAAuB;QACvB,uBAAuB;QACvB,wBAAwB;MAC1B;MACA,CAACF,KAAKG,EAAE,GAAG;QACT,eAAe;QACf,uBAAuB;MACzB;IACF;EACF;;",
|
|
6
|
+
"names": ["CanvasBoard", "meta", "translations", "typename", "id"]
|
|
7
|
+
}
|