@contractspec/example.agent-console 3.8.12 → 3.8.15
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/.turbo/turbo-build.log +52 -39
- package/CHANGELOG.md +55 -0
- package/README.md +2 -0
- package/dist/agent/agent.handler.d.ts +1 -1
- package/dist/agent.feature.js +1 -1
- package/dist/browser/agent.feature.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +11 -11
- package/dist/browser/ui/AgentConsolePreview.data.js +1 -0
- package/dist/browser/ui/AgentConsolePreview.js +1 -0
- package/dist/browser/ui/AgentConsolePreviewPanels.js +1 -0
- package/dist/browser/ui/AgentConsolePreviewTable.js +1 -0
- package/dist/browser/ui/AgentDashboard.js +1 -1
- package/dist/browser/ui/AgentDashboard.visualizations.js +1 -1
- package/dist/browser/ui/ExecutionConsoleHost.js +1 -1
- package/dist/browser/ui/index.js +5 -5
- package/dist/browser/ui/renderers/dashboard.markdown.js +2 -2
- package/dist/browser/ui/renderers/index.js +4 -4
- package/dist/browser/visualizations/index.js +1 -1
- package/dist/browser/visualizations/selectors.js +1 -1
- package/dist/example.d.ts +3 -2
- package/dist/example.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +11 -11
- package/dist/node/agent.feature.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +11 -11
- package/dist/node/ui/AgentConsolePreview.data.js +1 -0
- package/dist/node/ui/AgentConsolePreview.js +1 -0
- package/dist/node/ui/AgentConsolePreviewPanels.js +1 -0
- package/dist/node/ui/AgentConsolePreviewTable.js +1 -0
- package/dist/node/ui/AgentDashboard.js +1 -1
- package/dist/node/ui/AgentDashboard.visualizations.js +1 -1
- package/dist/node/ui/ExecutionConsoleHost.js +1 -1
- package/dist/node/ui/index.js +5 -5
- package/dist/node/ui/renderers/dashboard.markdown.js +2 -2
- package/dist/node/ui/renderers/index.js +4 -4
- package/dist/node/visualizations/index.js +1 -1
- package/dist/node/visualizations/selectors.js +1 -1
- package/dist/tool/tool.handler.d.ts +1 -1
- package/dist/ui/AgentConsolePreview.d.ts +8 -0
- package/dist/ui/AgentConsolePreview.data.d.ts +30 -0
- package/dist/ui/AgentConsolePreview.data.js +2 -0
- package/dist/ui/AgentConsolePreview.js +2 -0
- package/dist/ui/AgentConsolePreviewPanels.d.ts +18 -0
- package/dist/ui/AgentConsolePreviewPanels.js +2 -0
- package/dist/ui/AgentConsolePreviewTable.d.ts +4 -0
- package/dist/ui/AgentConsolePreviewTable.js +2 -0
- package/dist/ui/AgentDashboard.js +1 -1
- package/dist/ui/AgentDashboard.visualizations.js +1 -1
- package/dist/ui/ExecutionConsoleHost.js +1 -1
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.js +5 -5
- package/dist/ui/renderers/dashboard.markdown.js +2 -2
- package/dist/ui/renderers/index.js +4 -4
- package/dist/visualizations/index.js +1 -1
- package/dist/visualizations/selectors.d.ts +10 -2
- package/dist/visualizations/selectors.js +1 -1
- package/package.json +67 -10
- package/src/agent.feature.ts +1 -1
- package/src/example.ts +13 -26
- package/src/index.ts +2 -0
- package/src/ui/AgentConsolePreview.data.ts +74 -0
- package/src/ui/AgentConsolePreview.tsx +124 -0
- package/src/ui/AgentConsolePreviewPanels.tsx +159 -0
- package/src/ui/AgentConsolePreviewTable.tsx +109 -0
- package/src/ui/ExecutionConsoleHost.tsx +2 -2
- package/src/ui/index.ts +2 -0
- package/src/visualizations/selectors.ts +10 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,44 +1,48 @@
|
|
|
1
1
|
$ contractspec-bun-build prebuild
|
|
2
2
|
$ bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build transpile
|
|
4
|
-
[contractspec-bun-build] transpile target=bun root=src entries=
|
|
5
|
-
Bundled
|
|
4
|
+
[contractspec-bun-build] transpile target=bun root=src entries=78 noBundle=false
|
|
5
|
+
Bundled 84 modules in 38ms
|
|
6
6
|
|
|
7
7
|
./agent.capability.js 318 bytes (entry point)
|
|
8
8
|
tool/tool.test-spec.js 0.97 KB (entry point)
|
|
9
9
|
shared/overlay-types.js 8 bytes (entry point)
|
|
10
10
|
run/run.test-spec.js 0.96 KB (entry point)
|
|
11
11
|
seeders/index.js 471 bytes (entry point)
|
|
12
|
-
./index.js
|
|
13
|
-
ui/index.js
|
|
12
|
+
./index.js 144.13 KB (entry point)
|
|
13
|
+
ui/index.js 60.0 KB (entry point)
|
|
14
14
|
ui/views/index.js 13.11 KB (entry point)
|
|
15
|
-
ui/overlays/index.js 0.98 KB (entry point)
|
|
16
|
-
ui/overlays/demo-overlays.js 0.98 KB (entry point)
|
|
17
15
|
ui/renderers/index.js 12.0 KB (entry point)
|
|
18
|
-
ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
|
|
19
|
-
ui/renderers/agent-list.renderer.js 2.81 KB (entry point)
|
|
20
|
-
ui/views/AgentListView.js 2.49 KB (entry point)
|
|
21
16
|
ui/renderers/dashboard.markdown.js 6.1 KB (entry point)
|
|
22
17
|
ui/renderers/run-list.markdown.js 1.1 KB (entry point)
|
|
23
18
|
ui/renderers/tool-registry.markdown.js 1.13 KB (entry point)
|
|
24
19
|
ui/modals/index.js 9.25 KB (entry point)
|
|
20
|
+
ui/overlays/index.js 0.98 KB (entry point)
|
|
21
|
+
ui/overlays/demo-overlays.js 0.98 KB (entry point)
|
|
22
|
+
ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
|
|
23
|
+
ui/renderers/agent-list.renderer.js 2.81 KB (entry point)
|
|
24
|
+
ui/views/AgentListView.js 2.49 KB (entry point)
|
|
25
25
|
ui/AgentRunList.js 7.26 KB (entry point)
|
|
26
26
|
ui/AgentToolRegistry.js 3.30 KB (entry point)
|
|
27
|
-
ui/ExecutionConsoleHost.js
|
|
27
|
+
ui/ExecutionConsoleHost.js 18.26 KB (entry point)
|
|
28
|
+
ui/hooks/index.js 14.44 KB (entry point)
|
|
29
|
+
ui/AgentConsolePreview.js 17.98 KB (entry point)
|
|
30
|
+
ui/AgentConsolePreviewTable.js 5.31 KB (entry point)
|
|
31
|
+
ui/AgentConsolePreviewPanels.js 3.83 KB (entry point)
|
|
32
|
+
ui/AgentConsolePreview.data.js 1.21 KB (entry point)
|
|
28
33
|
ui/AgentDashboard.js 43.44 KB (entry point)
|
|
29
34
|
ui/modals/AgentActionsModal.js 4.93 KB (entry point)
|
|
30
35
|
ui/modals/CreateAgentModal.js 4.34 KB (entry point)
|
|
31
|
-
ui/AgentDashboard.visualizations.js 3.93 KB (entry point)
|
|
32
36
|
ui/views/RunListView.js 7.26 KB (entry point)
|
|
33
37
|
ui/views/RunDataTable.js 5.14 KB (entry point)
|
|
34
38
|
ui/views/run-data-table.columns.js 4.14 KB (entry point)
|
|
35
39
|
ui/views/run-list.shared.js 2.71 KB (entry point)
|
|
36
40
|
ui/views/ToolRegistryView.js 3.30 KB (entry point)
|
|
37
|
-
ui/hooks/index.js 14.44 KB (entry point)
|
|
38
41
|
ui/hooks/useAgentList.js 0.94 KB (entry point)
|
|
39
42
|
ui/hooks/useAgentMutations.js 11.22 KB (entry point)
|
|
40
43
|
ui/hooks/useRunList.js 0.96 KB (entry point)
|
|
41
44
|
ui/hooks/useToolList.js 1.36 KB (entry point)
|
|
45
|
+
ui/AgentDashboard.visualizations.js 3.93 KB (entry point)
|
|
42
46
|
tool/index.js 18.91 KB (entry point)
|
|
43
47
|
tool/tool.entity.js 1.89 KB (entry point)
|
|
44
48
|
tool/tool.event.js 2.1 KB (entry point)
|
|
@@ -53,7 +57,7 @@ Bundled 80 modules in 106ms
|
|
|
53
57
|
agent/index.js 26.77 KB (entry point)
|
|
54
58
|
docs/index.js 3.88 KB (entry point)
|
|
55
59
|
docs/agent-console.docblock.js 3.88 KB (entry point)
|
|
56
|
-
./example.js 0.
|
|
60
|
+
./example.js 0.65 KB (entry point)
|
|
57
61
|
handlers/index.js 60.38 KB (entry point)
|
|
58
62
|
tool/tool.handler.js 13.52 KB (entry point)
|
|
59
63
|
run/run.handler.js 18.43 KB (entry point)
|
|
@@ -79,44 +83,48 @@ Bundled 80 modules in 106ms
|
|
|
79
83
|
agent/agent.schema.js 5.0 KB (entry point)
|
|
80
84
|
agent/agent.enum.js 314 bytes (entry point)
|
|
81
85
|
|
|
82
|
-
[contractspec-bun-build] transpile target=node root=src entries=
|
|
83
|
-
Bundled
|
|
86
|
+
[contractspec-bun-build] transpile target=node root=src entries=78 noBundle=false
|
|
87
|
+
Bundled 84 modules in 44ms
|
|
84
88
|
|
|
85
89
|
./agent.capability.js 310 bytes (entry point)
|
|
86
90
|
tool/tool.test-spec.js 0.96 KB (entry point)
|
|
87
91
|
shared/overlay-types.js 0 KB (entry point)
|
|
88
92
|
run/run.test-spec.js 0.95 KB (entry point)
|
|
89
93
|
seeders/index.js 463 bytes (entry point)
|
|
90
|
-
./index.js
|
|
91
|
-
ui/index.js
|
|
94
|
+
./index.js 144.1 KB (entry point)
|
|
95
|
+
ui/index.js 59.98 KB (entry point)
|
|
92
96
|
ui/views/index.js 13.1 KB (entry point)
|
|
93
|
-
ui/overlays/index.js 0.97 KB (entry point)
|
|
94
|
-
ui/overlays/demo-overlays.js 0.97 KB (entry point)
|
|
95
97
|
ui/renderers/index.js 12.0 KB (entry point)
|
|
96
|
-
ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
|
|
97
|
-
ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
|
|
98
|
-
ui/views/AgentListView.js 2.48 KB (entry point)
|
|
99
98
|
ui/renderers/dashboard.markdown.js 6.0 KB (entry point)
|
|
100
99
|
ui/renderers/run-list.markdown.js 1.1 KB (entry point)
|
|
101
100
|
ui/renderers/tool-registry.markdown.js 1.11 KB (entry point)
|
|
102
101
|
ui/modals/index.js 9.23 KB (entry point)
|
|
102
|
+
ui/overlays/index.js 0.97 KB (entry point)
|
|
103
|
+
ui/overlays/demo-overlays.js 0.97 KB (entry point)
|
|
104
|
+
ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
|
|
105
|
+
ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
|
|
106
|
+
ui/views/AgentListView.js 2.48 KB (entry point)
|
|
103
107
|
ui/AgentRunList.js 7.26 KB (entry point)
|
|
104
108
|
ui/AgentToolRegistry.js 3.29 KB (entry point)
|
|
105
|
-
ui/ExecutionConsoleHost.js
|
|
109
|
+
ui/ExecutionConsoleHost.js 18.25 KB (entry point)
|
|
110
|
+
ui/hooks/index.js 14.43 KB (entry point)
|
|
111
|
+
ui/AgentConsolePreview.js 17.96 KB (entry point)
|
|
112
|
+
ui/AgentConsolePreviewTable.js 5.30 KB (entry point)
|
|
113
|
+
ui/AgentConsolePreviewPanels.js 3.82 KB (entry point)
|
|
114
|
+
ui/AgentConsolePreview.data.js 1.19 KB (entry point)
|
|
106
115
|
ui/AgentDashboard.js 43.40 KB (entry point)
|
|
107
116
|
ui/modals/AgentActionsModal.js 4.90 KB (entry point)
|
|
108
117
|
ui/modals/CreateAgentModal.js 4.34 KB (entry point)
|
|
109
|
-
ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
|
|
110
118
|
ui/views/RunListView.js 7.26 KB (entry point)
|
|
111
119
|
ui/views/RunDataTable.js 5.13 KB (entry point)
|
|
112
120
|
ui/views/run-data-table.columns.js 4.13 KB (entry point)
|
|
113
121
|
ui/views/run-list.shared.js 2.70 KB (entry point)
|
|
114
122
|
ui/views/ToolRegistryView.js 3.29 KB (entry point)
|
|
115
|
-
ui/hooks/index.js 14.43 KB (entry point)
|
|
116
123
|
ui/hooks/useAgentList.js 0.93 KB (entry point)
|
|
117
124
|
ui/hooks/useAgentMutations.js 11.22 KB (entry point)
|
|
118
125
|
ui/hooks/useRunList.js 0.96 KB (entry point)
|
|
119
126
|
ui/hooks/useToolList.js 1.36 KB (entry point)
|
|
127
|
+
ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
|
|
120
128
|
tool/index.js 18.91 KB (entry point)
|
|
121
129
|
tool/tool.entity.js 1.88 KB (entry point)
|
|
122
130
|
tool/tool.event.js 2.1 KB (entry point)
|
|
@@ -131,7 +139,7 @@ Bundled 80 modules in 130ms
|
|
|
131
139
|
agent/index.js 26.77 KB (entry point)
|
|
132
140
|
docs/index.js 3.86 KB (entry point)
|
|
133
141
|
docs/agent-console.docblock.js 3.86 KB (entry point)
|
|
134
|
-
./example.js 0.
|
|
142
|
+
./example.js 0.64 KB (entry point)
|
|
135
143
|
handlers/index.js 60.37 KB (entry point)
|
|
136
144
|
tool/tool.handler.js 13.52 KB (entry point)
|
|
137
145
|
run/run.handler.js 18.42 KB (entry point)
|
|
@@ -157,44 +165,48 @@ Bundled 80 modules in 130ms
|
|
|
157
165
|
agent/agent.schema.js 5.0 KB (entry point)
|
|
158
166
|
agent/agent.enum.js 306 bytes (entry point)
|
|
159
167
|
|
|
160
|
-
[contractspec-bun-build] transpile target=browser root=src entries=
|
|
161
|
-
Bundled
|
|
168
|
+
[contractspec-bun-build] transpile target=browser root=src entries=78 noBundle=false
|
|
169
|
+
Bundled 84 modules in 37ms
|
|
162
170
|
|
|
163
171
|
./agent.capability.js 310 bytes (entry point)
|
|
164
172
|
tool/tool.test-spec.js 0.96 KB (entry point)
|
|
165
173
|
shared/overlay-types.js 0 KB (entry point)
|
|
166
174
|
run/run.test-spec.js 0.95 KB (entry point)
|
|
167
175
|
seeders/index.js 463 bytes (entry point)
|
|
168
|
-
./index.js
|
|
169
|
-
ui/index.js
|
|
176
|
+
./index.js 144.1 KB (entry point)
|
|
177
|
+
ui/index.js 59.98 KB (entry point)
|
|
170
178
|
ui/views/index.js 13.1 KB (entry point)
|
|
171
|
-
ui/overlays/index.js 0.97 KB (entry point)
|
|
172
|
-
ui/overlays/demo-overlays.js 0.97 KB (entry point)
|
|
173
179
|
ui/renderers/index.js 12.0 KB (entry point)
|
|
174
|
-
ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
|
|
175
|
-
ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
|
|
176
|
-
ui/views/AgentListView.js 2.48 KB (entry point)
|
|
177
180
|
ui/renderers/dashboard.markdown.js 6.0 KB (entry point)
|
|
178
181
|
ui/renderers/run-list.markdown.js 1.1 KB (entry point)
|
|
179
182
|
ui/renderers/tool-registry.markdown.js 1.11 KB (entry point)
|
|
180
183
|
ui/modals/index.js 9.23 KB (entry point)
|
|
184
|
+
ui/overlays/index.js 0.97 KB (entry point)
|
|
185
|
+
ui/overlays/demo-overlays.js 0.97 KB (entry point)
|
|
186
|
+
ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
|
|
187
|
+
ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
|
|
188
|
+
ui/views/AgentListView.js 2.48 KB (entry point)
|
|
181
189
|
ui/AgentRunList.js 7.26 KB (entry point)
|
|
182
190
|
ui/AgentToolRegistry.js 3.29 KB (entry point)
|
|
183
|
-
ui/ExecutionConsoleHost.js
|
|
191
|
+
ui/ExecutionConsoleHost.js 18.25 KB (entry point)
|
|
192
|
+
ui/hooks/index.js 14.43 KB (entry point)
|
|
193
|
+
ui/AgentConsolePreview.js 17.96 KB (entry point)
|
|
194
|
+
ui/AgentConsolePreviewTable.js 5.30 KB (entry point)
|
|
195
|
+
ui/AgentConsolePreviewPanels.js 3.82 KB (entry point)
|
|
196
|
+
ui/AgentConsolePreview.data.js 1.19 KB (entry point)
|
|
184
197
|
ui/AgentDashboard.js 43.40 KB (entry point)
|
|
185
198
|
ui/modals/AgentActionsModal.js 4.90 KB (entry point)
|
|
186
199
|
ui/modals/CreateAgentModal.js 4.34 KB (entry point)
|
|
187
|
-
ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
|
|
188
200
|
ui/views/RunListView.js 7.26 KB (entry point)
|
|
189
201
|
ui/views/RunDataTable.js 5.13 KB (entry point)
|
|
190
202
|
ui/views/run-data-table.columns.js 4.13 KB (entry point)
|
|
191
203
|
ui/views/run-list.shared.js 2.70 KB (entry point)
|
|
192
204
|
ui/views/ToolRegistryView.js 3.29 KB (entry point)
|
|
193
|
-
ui/hooks/index.js 14.43 KB (entry point)
|
|
194
205
|
ui/hooks/useAgentList.js 0.93 KB (entry point)
|
|
195
206
|
ui/hooks/useAgentMutations.js 11.22 KB (entry point)
|
|
196
207
|
ui/hooks/useRunList.js 0.96 KB (entry point)
|
|
197
208
|
ui/hooks/useToolList.js 1.36 KB (entry point)
|
|
209
|
+
ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
|
|
198
210
|
tool/index.js 18.91 KB (entry point)
|
|
199
211
|
tool/tool.entity.js 1.88 KB (entry point)
|
|
200
212
|
tool/tool.event.js 2.1 KB (entry point)
|
|
@@ -209,7 +221,7 @@ Bundled 80 modules in 131ms
|
|
|
209
221
|
agent/index.js 26.77 KB (entry point)
|
|
210
222
|
docs/index.js 3.86 KB (entry point)
|
|
211
223
|
docs/agent-console.docblock.js 3.86 KB (entry point)
|
|
212
|
-
./example.js 0.
|
|
224
|
+
./example.js 0.64 KB (entry point)
|
|
213
225
|
handlers/index.js 60.37 KB (entry point)
|
|
214
226
|
tool/tool.handler.js 13.52 KB (entry point)
|
|
215
227
|
run/run.handler.js 18.42 KB (entry point)
|
|
@@ -236,3 +248,4 @@ Bundled 80 modules in 131ms
|
|
|
236
248
|
agent/agent.enum.js 306 bytes (entry point)
|
|
237
249
|
|
|
238
250
|
$ contractspec-bun-build types
|
|
251
|
+
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 3.8.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Promote the Expo demo Examples surface to first-class navigation and reuse shared preview components so mobile and web example previews stay aligned.
|
|
8
|
+
- Packages: @contractspec/app.expo-demo (patch), @contractspec/app.web-landing (patch), @contractspec/bundle.library (patch), @contractspec/bundle.marketing (patch), @contractspec/example.agent-console (patch), @contractspec/module.examples (minor)
|
|
9
|
+
- Migration: Rich example previews should reuse cross-platform components through the UI kit alias layer before falling back to app-local native summaries.
|
|
10
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
11
|
+
- Updated dependencies because of Reduce published install and bundle size by optionalizing heavy runtime families and adding a repo dependency audit.
|
|
12
|
+
- Updated dependencies because of Stabilize Expo mobile chart rendering by avoiding CommonJS tslib helper resolution and completing native gesture-handler setup.
|
|
13
|
+
- @contractspec/lib.design-system@3.11.1
|
|
14
|
+
- @contractspec/lib.presentation-runtime-react@38.0.1
|
|
15
|
+
- @contractspec/module.execution-console@0.1.6
|
|
16
|
+
- @contractspec/lib.runtime-sandbox@3.0.0
|
|
17
|
+
- @contractspec/lib.example-shared-ui@7.0.0
|
|
18
|
+
- @contractspec/lib.ui-kit-web@3.11.0
|
|
19
|
+
- @contractspec/lib.presentation-runtime-core@5.0.1
|
|
20
|
+
- @contractspec/lib.contracts-spec@5.5.0
|
|
21
|
+
- @contractspec/lib.schema@3.7.14
|
|
22
|
+
|
|
23
|
+
## 3.8.14
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- chore: auto-bump internal dependents
|
|
28
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
29
|
+
- Updated dependencies because of Add focused design-system subpaths and harden ThemeSpec runtime, Tailwind bridge, form-control helpers, and form renderer internals without changing root-import compatibility.
|
|
30
|
+
- Updated dependencies because of Add a ThemeSpec-aware and TranslationSpec-aware design-system form/control layer with stack primitives, exported control wrappers, and FormSpec renderer alignment.
|
|
31
|
+
- Updated dependencies because of Add FormSpec layout hints, semantic field rendering, and portable text/textarea input-group addons.
|
|
32
|
+
- Updated dependencies because of Keep design-system FormRender mobile-safe by preserving shared renderer imports for Metro aliases and hardening generated package artifacts.
|
|
33
|
+
- Updated dependencies because of Replace the old Next alias helper with explicit Webpack and Turbopack helpers, keep Metro stable, publish bundler helpers from dist artifacts, and refresh the public docs to teach the current Next.js bundler path.
|
|
34
|
+
- Updated dependencies because of Add ThemeSpec light/dark modes and a design-system Tailwind bridge for CSS variables, presets, CSS text, and OKLCH color pass-through.
|
|
35
|
+
- Updated dependencies because of Add a canonical typed result system for ContractSpec success and failure propagation across operations, workflows, jobs, server adapters, MCP, GraphQL, and React clients.
|
|
36
|
+
- @contractspec/lib.example-shared-ui@6.0.22
|
|
37
|
+
- @contractspec/lib.runtime-sandbox@2.7.15
|
|
38
|
+
- @contractspec/module.execution-console@0.1.5
|
|
39
|
+
- @contractspec/lib.design-system@3.11.0
|
|
40
|
+
- @contractspec/lib.contracts-spec@5.5.0
|
|
41
|
+
- @contractspec/lib.ui-kit-web@3.10.3
|
|
42
|
+
- @contractspec/lib.presentation-runtime-core@5.0.0
|
|
43
|
+
- @contractspec/lib.schema@3.7.14
|
|
44
|
+
|
|
45
|
+
## 3.8.13
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- chore: auto-bump internal dependents
|
|
50
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
51
|
+
- Updated dependencies because of Replace the old Next alias helper with explicit Webpack and Turbopack helpers, keep Metro stable, and refresh the public docs to teach the current Next.js bundler path.
|
|
52
|
+
- @contractspec/lib.design-system@3.10.1
|
|
53
|
+
- @contractspec/lib.example-shared-ui@6.0.21
|
|
54
|
+
- @contractspec/lib.ui-kit-web@3.10.2
|
|
55
|
+
- @contractspec/module.execution-console@0.1.4
|
|
56
|
+
- @contractspec/lib.presentation-runtime-core@4.0.0
|
|
57
|
+
|
|
3
58
|
## 3.8.12
|
|
4
59
|
|
|
5
60
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@ Website: https://contractspec.io
|
|
|
11
11
|
- Run tracking with status enums and event-driven state transitions.
|
|
12
12
|
- Tool registry with typed schemas and operation handlers.
|
|
13
13
|
- Presentation layer with React UI components, hooks, modals, overlays, and a server-mode shared `DataTable` for run history.
|
|
14
|
+
- Shared `AgentConsolePreview` component rendered by both the web inline preview and the Expo mobile demo through the UI kit alias layer.
|
|
14
15
|
- Shared table capabilities including sorting, pagination, column visibility toggles, and expandable run diagnostics.
|
|
15
16
|
- Contract-backed visualization surfaces for run status, activity, and duration-vs-token analysis.
|
|
16
17
|
- One deterministic demo runtime shared across React hooks, markdown renderers, and the sandbox runtime.
|
|
@@ -68,6 +69,7 @@ Use `@contractspec/example.agent-console` as a reference implementation, or impo
|
|
|
68
69
|
- `src/handlers/` contains handlers or demo adapters wired to contract surfaces.
|
|
69
70
|
- `src/index.ts` is the root public barrel and package entrypoint.
|
|
70
71
|
- `src/proof/` contains the exported meetup proof scenario and suite.
|
|
72
|
+
- `src/ui/AgentConsolePreview.tsx` is the cross-platform preview component used by web and mobile example surfaces.
|
|
71
73
|
|
|
72
74
|
## Public Entry Points
|
|
73
75
|
|
package/dist/agent.feature.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{defineVisualization as
|
|
2
|
+
import{defineVisualization as o,VisualizationRegistry as l}from"@contractspec/lib.contracts-spec/visualizations";var s={key:"agent.run.list",version:"1.0.0"},u={version:"1.0.0",domain:"ai-ops",stability:"experimental",owners:["@example.agent-console"],tags:["agent-console","visualization","operations"]},i=o({meta:{...u,key:"agent-console.visualization.run-status",title:"Run Status Breakdown",description:"Distribution of run outcomes across the current sample.",goal:"Make operational success and failure mix visible at a glance.",context:"Agent operations overview."},source:{primary:s,resultPath:"data"},visualization:{kind:"pie",nameDimension:"status",valueMeasure:"runs",dimensions:[{key:"status",label:"Status",dataPath:"status",type:"category"}],measures:[{key:"runs",label:"Runs",dataPath:"runs",format:"number"}],table:{caption:"Run counts by status."}}}),d=o({meta:{...u,key:"agent-console.visualization.run-activity",title:"Recent Run Activity",description:"Daily run volume across the current sample.",goal:"Show whether agent activity is rising or slowing down.",context:"Operations trend monitoring."},source:{primary:s,resultPath:"data"},visualization:{kind:"cartesian",variant:"line",xDimension:"day",yMeasures:["runs"],dimensions:[{key:"day",label:"Day",dataPath:"day",type:"time"}],measures:[{key:"runs",label:"Runs",dataPath:"runs",format:"number",color:"#0f766e"}],table:{caption:"Daily run counts."}}}),m=o({meta:{...u,key:"agent-console.visualization.run-efficiency",title:"Duration vs Tokens",description:"Scatter chart comparing token consumption and runtime.",goal:"Reveal outlier runs that are slow relative to their token usage.",context:"Operational performance diagnostics."},source:{primary:s,resultPath:"data"},visualization:{kind:"cartesian",variant:"scatter",xDimension:"totalTokens",yMeasures:["durationMs"],dimensions:[{key:"totalTokens",label:"Total Tokens",dataPath:"totalTokens",type:"number"}],measures:[{key:"durationMs",label:"Duration",dataPath:"durationMs",format:"duration",color:"#7c3aed"},{key:"estimatedCostUsd",label:"Cost",dataPath:"estimatedCostUsd",format:"currency"}],series:[{key:"runs",label:"Runs",measure:"durationMs",type:"scatter",color:"#7c3aed"}],table:{caption:"Run duration versus token usage."}}}),f=[i,d,m],k=new l([...f]),p=f.map((e)=>({key:e.meta.key,version:e.meta.version}));function y(e){if(!e)return"unknown";return e.toISOString().slice(0,10)}function b(e){let n=new Map,a=new Map;for(let t of e)n.set(t.status,(n.get(t.status)??0)+1),a.set(y(t.startedAt??t.queuedAt),(a.get(y(t.startedAt??t.queuedAt))??0)+1);return[{key:"run-status",spec:i,data:{data:Array.from(n.entries()).map(([t,r])=>({status:t,runs:r}))},title:"Run Status Breakdown",description:"Completed, failed, running, and cancelled runs in the sample.",height:260},{key:"run-activity",spec:d,data:{data:Array.from(a.entries()).sort(([t],[r])=>t.localeCompare(r)).map(([t,r])=>({day:t,runs:r}))},title:"Recent Run Activity",description:"Daily run volume derived from run start times."},{key:"run-efficiency",spec:m,data:{data:e.filter((t)=>typeof t.durationMs==="number").map((t)=>({totalTokens:t.totalTokens,durationMs:t.durationMs??0,estimatedCostUsd:t.estimatedCostUsd}))},title:"Duration vs Tokens",description:"Operational scatter plot for spotting inefficient runs."}]}import{defineFeature as c}from"@contractspec/lib.contracts-spec/features";var M=c({meta:{key:"agent-console",version:"1.0.0",title:"AI Agent Console",description:"AI agent orchestration with tools, runs, and logs management",domain:"ai-ops",owners:["@agent-console-team"],tags:["ai","agents","orchestration"],stability:"stable"},operations:[{key:"agent-console.agent.create",version:"1.0.0"},{key:"agent-console.agent.update",version:"1.0.0"},{key:"agent-console.agent.get",version:"1.0.0"},{key:"agent-console.agent.list",version:"1.0.0"},{key:"agent-console.agent.assignTool",version:"1.0.0"},{key:"agent-console.agent.removeTool",version:"1.0.0"},{key:"agent.tool.create",version:"1.0.0"},{key:"agent.tool.update",version:"1.0.0"},{key:"agent.tool.get",version:"1.0.0"},{key:"agent.tool.list",version:"1.0.0"},{key:"agent.tool.test",version:"1.0.0"},{key:"agent.run.execute",version:"1.0.0"},{key:"agent.run.cancel",version:"1.0.0"},{key:"agent.run.get",version:"1.0.0"},{key:"agent.run.list",version:"1.0.0"},{key:"agent.run.getSteps",version:"1.0.0"},{key:"agent.run.getLogs",version:"1.0.0"},{key:"agent.run.getMetrics",version:"1.0.0"}],events:[{key:"agent-console.agent.created",version:"1.0.0"},{key:"agent-console.agent.updated",version:"1.0.0"},{key:"agent-console.agent.toolAssigned",version:"1.0.0"},{key:"agent-console.agent.toolRemoved",version:"1.0.0"},{key:"agent.tool.created",version:"1.0.0"},{key:"agent.tool.updated",version:"1.0.0"},{key:"agent.tool.statusChanged",version:"1.0.0"},{key:"agent.run.started",version:"1.0.0"},{key:"agent.run.completed",version:"1.0.0"},{key:"agent.run.failed",version:"1.0.0"},{key:"agent.run.cancelled",version:"1.0.0"},{key:"agent.run.toolInvoked",version:"1.0.0"},{key:"agent.run.toolCompleted",version:"1.0.0"},{key:"agent.run.messageGenerated",version:"1.0.0"}],presentations:[{key:"agent-console.dashboard",version:"1.0.0"},{key:"agent-console.agent.viewList",version:"1.0.0"},{key:"agent-console.agent.detail",version:"1.0.0"},{key:"agent-console.run.list",version:"1.0.0"},{key:"agent-console.run.detail",version:"1.0.0"},{key:"agent-console.tool.list",version:"1.0.0"},{key:"agent-console.tool.detail",version:"1.0.0"}],opToPresentation:[{op:{key:"agent-console.agent.list",version:"1.0.0"},pres:{key:"agent-console.agent.viewList",version:"1.0.0"}},{op:{key:"agent-console.agent.get",version:"1.0.0"},pres:{key:"agent-console.agent.detail",version:"1.0.0"}},{op:{key:"agent.run.list",version:"1.0.0"},pres:{key:"agent-console.run.list",version:"1.0.0"}},{op:{key:"agent.run.get",version:"1.0.0"},pres:{key:"agent-console.run.detail",version:"1.0.0"}},{op:{key:"agent.tool.list",version:"1.0.0"},pres:{key:"agent-console.tool.list",version:"1.0.0"}},{op:{key:"agent.tool.get",version:"1.0.0"},pres:{key:"agent-console.tool.detail",version:"1.0.0"}}],presentationsTargets:[{key:"agent-console.dashboard",version:"1.0.0",targets:["react","markdown"]},{key:"agent-console.agent.viewList",version:"1.0.0",targets:["react","markdown","application/json"]},{key:"agent-console.run.list",version:"1.0.0",targets:["react","markdown","application/json"]},{key:"agent-console.tool.list",version:"1.0.0",targets:["react","markdown","application/json"]}],visualizations:p,capabilities:{requires:[{key:"identity",version:"1.0.0"},{key:"audit-trail",version:"1.0.0"},{key:"jobs",version:"1.0.0"}],provides:[{key:"agent",version:"1.0.0"}]},telemetry:[{key:"agent-console.telemetry",version:"1.0.0"}],jobs:[{key:"agent-console.job.run-execution",version:"1.0.0"}],docs:["docs.examples.agent-console.goal","docs.examples.agent-console.usage","docs.examples.agent-console.reference","docs.examples.agent-console.constraints"]});export{M as AgentConsoleFeature};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineVisualization as
|
|
1
|
+
import{defineVisualization as o,VisualizationRegistry as l}from"@contractspec/lib.contracts-spec/visualizations";var s={key:"agent.run.list",version:"1.0.0"},u={version:"1.0.0",domain:"ai-ops",stability:"experimental",owners:["@example.agent-console"],tags:["agent-console","visualization","operations"]},i=o({meta:{...u,key:"agent-console.visualization.run-status",title:"Run Status Breakdown",description:"Distribution of run outcomes across the current sample.",goal:"Make operational success and failure mix visible at a glance.",context:"Agent operations overview."},source:{primary:s,resultPath:"data"},visualization:{kind:"pie",nameDimension:"status",valueMeasure:"runs",dimensions:[{key:"status",label:"Status",dataPath:"status",type:"category"}],measures:[{key:"runs",label:"Runs",dataPath:"runs",format:"number"}],table:{caption:"Run counts by status."}}}),d=o({meta:{...u,key:"agent-console.visualization.run-activity",title:"Recent Run Activity",description:"Daily run volume across the current sample.",goal:"Show whether agent activity is rising or slowing down.",context:"Operations trend monitoring."},source:{primary:s,resultPath:"data"},visualization:{kind:"cartesian",variant:"line",xDimension:"day",yMeasures:["runs"],dimensions:[{key:"day",label:"Day",dataPath:"day",type:"time"}],measures:[{key:"runs",label:"Runs",dataPath:"runs",format:"number",color:"#0f766e"}],table:{caption:"Daily run counts."}}}),m=o({meta:{...u,key:"agent-console.visualization.run-efficiency",title:"Duration vs Tokens",description:"Scatter chart comparing token consumption and runtime.",goal:"Reveal outlier runs that are slow relative to their token usage.",context:"Operational performance diagnostics."},source:{primary:s,resultPath:"data"},visualization:{kind:"cartesian",variant:"scatter",xDimension:"totalTokens",yMeasures:["durationMs"],dimensions:[{key:"totalTokens",label:"Total Tokens",dataPath:"totalTokens",type:"number"}],measures:[{key:"durationMs",label:"Duration",dataPath:"durationMs",format:"duration",color:"#7c3aed"},{key:"estimatedCostUsd",label:"Cost",dataPath:"estimatedCostUsd",format:"currency"}],series:[{key:"runs",label:"Runs",measure:"durationMs",type:"scatter",color:"#7c3aed"}],table:{caption:"Run duration versus token usage."}}}),f=[i,d,m],k=new l([...f]),p=f.map((e)=>({key:e.meta.key,version:e.meta.version}));function y(e){if(!e)return"unknown";return e.toISOString().slice(0,10)}function b(e){let n=new Map,a=new Map;for(let t of e)n.set(t.status,(n.get(t.status)??0)+1),a.set(y(t.startedAt??t.queuedAt),(a.get(y(t.startedAt??t.queuedAt))??0)+1);return[{key:"run-status",spec:i,data:{data:Array.from(n.entries()).map(([t,r])=>({status:t,runs:r}))},title:"Run Status Breakdown",description:"Completed, failed, running, and cancelled runs in the sample.",height:260},{key:"run-activity",spec:d,data:{data:Array.from(a.entries()).sort(([t],[r])=>t.localeCompare(r)).map(([t,r])=>({day:t,runs:r}))},title:"Recent Run Activity",description:"Daily run volume derived from run start times."},{key:"run-efficiency",spec:m,data:{data:e.filter((t)=>typeof t.durationMs==="number").map((t)=>({totalTokens:t.totalTokens,durationMs:t.durationMs??0,estimatedCostUsd:t.estimatedCostUsd}))},title:"Duration vs Tokens",description:"Operational scatter plot for spotting inefficient runs."}]}import{defineFeature as c}from"@contractspec/lib.contracts-spec/features";var M=c({meta:{key:"agent-console",version:"1.0.0",title:"AI Agent Console",description:"AI agent orchestration with tools, runs, and logs management",domain:"ai-ops",owners:["@agent-console-team"],tags:["ai","agents","orchestration"],stability:"stable"},operations:[{key:"agent-console.agent.create",version:"1.0.0"},{key:"agent-console.agent.update",version:"1.0.0"},{key:"agent-console.agent.get",version:"1.0.0"},{key:"agent-console.agent.list",version:"1.0.0"},{key:"agent-console.agent.assignTool",version:"1.0.0"},{key:"agent-console.agent.removeTool",version:"1.0.0"},{key:"agent.tool.create",version:"1.0.0"},{key:"agent.tool.update",version:"1.0.0"},{key:"agent.tool.get",version:"1.0.0"},{key:"agent.tool.list",version:"1.0.0"},{key:"agent.tool.test",version:"1.0.0"},{key:"agent.run.execute",version:"1.0.0"},{key:"agent.run.cancel",version:"1.0.0"},{key:"agent.run.get",version:"1.0.0"},{key:"agent.run.list",version:"1.0.0"},{key:"agent.run.getSteps",version:"1.0.0"},{key:"agent.run.getLogs",version:"1.0.0"},{key:"agent.run.getMetrics",version:"1.0.0"}],events:[{key:"agent-console.agent.created",version:"1.0.0"},{key:"agent-console.agent.updated",version:"1.0.0"},{key:"agent-console.agent.toolAssigned",version:"1.0.0"},{key:"agent-console.agent.toolRemoved",version:"1.0.0"},{key:"agent.tool.created",version:"1.0.0"},{key:"agent.tool.updated",version:"1.0.0"},{key:"agent.tool.statusChanged",version:"1.0.0"},{key:"agent.run.started",version:"1.0.0"},{key:"agent.run.completed",version:"1.0.0"},{key:"agent.run.failed",version:"1.0.0"},{key:"agent.run.cancelled",version:"1.0.0"},{key:"agent.run.toolInvoked",version:"1.0.0"},{key:"agent.run.toolCompleted",version:"1.0.0"},{key:"agent.run.messageGenerated",version:"1.0.0"}],presentations:[{key:"agent-console.dashboard",version:"1.0.0"},{key:"agent-console.agent.viewList",version:"1.0.0"},{key:"agent-console.agent.detail",version:"1.0.0"},{key:"agent-console.run.list",version:"1.0.0"},{key:"agent-console.run.detail",version:"1.0.0"},{key:"agent-console.tool.list",version:"1.0.0"},{key:"agent-console.tool.detail",version:"1.0.0"}],opToPresentation:[{op:{key:"agent-console.agent.list",version:"1.0.0"},pres:{key:"agent-console.agent.viewList",version:"1.0.0"}},{op:{key:"agent-console.agent.get",version:"1.0.0"},pres:{key:"agent-console.agent.detail",version:"1.0.0"}},{op:{key:"agent.run.list",version:"1.0.0"},pres:{key:"agent-console.run.list",version:"1.0.0"}},{op:{key:"agent.run.get",version:"1.0.0"},pres:{key:"agent-console.run.detail",version:"1.0.0"}},{op:{key:"agent.tool.list",version:"1.0.0"},pres:{key:"agent-console.tool.list",version:"1.0.0"}},{op:{key:"agent.tool.get",version:"1.0.0"},pres:{key:"agent-console.tool.detail",version:"1.0.0"}}],presentationsTargets:[{key:"agent-console.dashboard",version:"1.0.0",targets:["react","markdown"]},{key:"agent-console.agent.viewList",version:"1.0.0",targets:["react","markdown","application/json"]},{key:"agent-console.run.list",version:"1.0.0",targets:["react","markdown","application/json"]},{key:"agent-console.tool.list",version:"1.0.0",targets:["react","markdown","application/json"]}],visualizations:p,capabilities:{requires:[{key:"identity",version:"1.0.0"},{key:"audit-trail",version:"1.0.0"},{key:"jobs",version:"1.0.0"}],provides:[{key:"agent",version:"1.0.0"}]},telemetry:[{key:"agent-console.telemetry",version:"1.0.0"}],jobs:[{key:"agent-console.job.run-execution",version:"1.0.0"}],docs:["docs.examples.agent-console.goal","docs.examples.agent-console.usage","docs.examples.agent-console.reference","docs.examples.agent-console.constraints"]});export{M as AgentConsoleFeature};
|
package/dist/browser/example.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineExample as
|
|
1
|
+
import{defineExample as h}from"@contractspec/lib.contracts-spec/examples";var j=h({meta:{key:"agent-console",version:"1.0.0",title:"Agent Console",description:"Agent Console example - AI agent orchestration with tools, runs, and logs",kind:"template",visibility:"public",stability:"experimental",owners:["@contractspec-core"],tags:["package","examples","agent-console","agents","autonomous"]},surfaces:{templates:!0,sandbox:{enabled:!0,modes:["playground","specs"]},studio:{enabled:!1,installable:!1},mcp:{enabled:!1}},entrypoints:{packageName:"@contractspec/example.agent-console"}}),u=j;export{u as default,j as ExamplesAgentConsoleExample};
|