@contractspec/example.agent-console 1.53.0 → 1.55.0
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$colon$bundle.log +11 -11
- package/.turbo/turbo-build.log +20 -20
- package/CHANGELOG.md +30 -0
- package/dist/agent/agent.event.d.ts +5 -5
- package/dist/agent/agent.handler.d.ts +1 -1
- package/dist/agent/agent.operation.d.ts +8 -8
- package/dist/agent/agent.presentation.d.ts +4 -4
- package/dist/agent/agent.test-spec.d.ts +3 -3
- package/dist/agent.capability.d.ts +2 -2
- package/dist/agent.capability.d.ts.map +1 -1
- package/dist/run/run.event.d.ts +8 -8
- package/dist/run/run.operation.d.ts +175 -175
- package/dist/run/run.presentation.d.ts +3 -3
- package/dist/run/run.test-spec.d.ts +3 -3
- package/dist/tool/tool.entity.d.ts +24 -24
- package/dist/tool/tool.enum.d.ts +4 -4
- package/dist/tool/tool.event.d.ts +25 -25
- package/dist/tool/tool.handler.d.ts +1 -1
- package/dist/tool/tool.handler.d.ts.map +1 -1
- package/dist/tool/tool.operation.d.ts +101 -101
- package/dist/tool/tool.presentation.d.ts +3 -3
- package/dist/tool/tool.schema.d.ts +52 -52
- package/dist/tool/tool.test-spec.d.ts +3 -3
- package/dist/ui/modals/AgentActionsModal.d.ts +2 -2
- package/dist/ui/modals/CreateAgentModal.d.ts +2 -2
- package/dist/ui/views/AgentListView.d.ts +2 -2
- package/dist/ui/views/RunListView.d.ts +2 -2
- package/dist/ui/views/ToolRegistryView.d.ts +2 -2
- package/package.json +10 -10
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -247,6 +247,16 @@ src/ui/renderers/agent-list.markdown.ts (13:7) [33m[UNRESOLVED_IMPORT] Warning:
|
|
|
247
247
|
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
248
248
|
[38;5;246m────╯[0m
|
|
249
249
|
|
|
250
|
+
src/ui/renderers/dashboard.markdown.ts (14:7) [33m[UNRESOLVED_IMPORT] Warning:[0m Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/dashboard.markdown.ts
|
|
251
|
+
[38;5;246mâ•[0m[38;5;246m─[0m[38;5;246m[[0m src/ui/renderers/dashboard.markdown.ts:14:8 [38;5;246m][0m
|
|
252
|
+
[38;5;246m│[0m
|
|
253
|
+
[38;5;246m14 │[0m [38;5;249m}[0m[38;5;249m [0m[38;5;249mf[0m[38;5;249mr[0m[38;5;249mo[0m[38;5;249mm[0m[38;5;249m [0m'@contractspec/example.agent-console/handlers'[38;5;249m;[0m
|
|
254
|
+
[38;5;240m │[0m ───────────────────────┬──────────────────────
|
|
255
|
+
[38;5;240m │[0m ╰──────────────────────── Module not found, treating it as an external dependency
|
|
256
|
+
[38;5;240m │[0m
|
|
257
|
+
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
258
|
+
[38;5;246m────╯[0m
|
|
259
|
+
|
|
250
260
|
src/ui/renderers/run-list.markdown.ts (11:36) [33m[UNRESOLVED_IMPORT] Warning:[0m Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/run-list.markdown.ts
|
|
251
261
|
[38;5;246mâ•[0m[38;5;246m─[0m[38;5;246m[[0m src/ui/renderers/run-list.markdown.ts:11:37 [38;5;246m][0m
|
|
252
262
|
[38;5;246m│[0m
|
|
@@ -267,14 +277,4 @@ src/ui/renderers/tool-registry.markdown.ts (10:37) [33m[UNRESOLVED_IMPORT] Warn
|
|
|
267
277
|
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
268
278
|
[38;5;246m────╯[0m
|
|
269
279
|
|
|
270
|
-
|
|
271
|
-
[38;5;246mâ•[0m[38;5;246m─[0m[38;5;246m[[0m src/ui/renderers/dashboard.markdown.ts:14:8 [38;5;246m][0m
|
|
272
|
-
[38;5;246m│[0m
|
|
273
|
-
[38;5;246m14 │[0m [38;5;249m}[0m[38;5;249m [0m[38;5;249mf[0m[38;5;249mr[0m[38;5;249mo[0m[38;5;249mm[0m[38;5;249m [0m'@contractspec/example.agent-console/handlers'[38;5;249m;[0m
|
|
274
|
-
[38;5;240m │[0m ───────────────────────┬──────────────────────
|
|
275
|
-
[38;5;240m │[0m ╰──────────────────────── Module not found, treating it as an external dependency
|
|
276
|
-
[38;5;240m │[0m
|
|
277
|
-
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
278
|
-
[38;5;246m────╯[0m
|
|
279
|
-
|
|
280
|
-
[32m✔[39m Build complete in [32m37503ms[39m
|
|
280
|
+
[32m✔[39m Build complete in [32m37098ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ tsc --noEmit
|
|
|
3
3
|
$ tsdown
|
|
4
4
|
[34mℹ[39m tsdown [2mv0.19.0[22m powered by rolldown [2mv1.0.0-beta.59[22m
|
|
5
5
|
[34mℹ[39m config file: [4m/home/runner/work/contractspec/contractspec/packages/examples/agent-console/tsdown.config.js[24m
|
|
6
|
-
[34mℹ[39m entry: [34msrc/agent.capability.ts, src/agent.feature.ts, src/example.ts, src/index.ts, src/agent/agent.entity.ts, src/agent/agent.enum.ts, src/agent/agent.event.ts, src/agent/agent.handler.ts, src/agent/agent.operation.ts, src/agent/agent.presentation.ts, src/agent/agent.schema.ts, src/agent/agent.test-spec.ts, src/agent/index.ts, src/
|
|
6
|
+
[34mℹ[39m entry: [34msrc/agent.capability.ts, src/agent.feature.ts, src/example.ts, src/index.ts, src/agent/agent.entity.ts, src/agent/agent.enum.ts, src/agent/agent.event.ts, src/agent/agent.handler.ts, src/agent/agent.operation.ts, src/agent/agent.presentation.ts, src/agent/agent.schema.ts, src/agent/agent.test-spec.ts, src/agent/index.ts, src/docs/agent-console.docblock.ts, src/docs/index.ts, src/handlers/agent.handlers.ts, src/handlers/index.ts, src/presentations/index.ts, src/run/index.ts, src/run/run.entity.ts, src/run/run.enum.ts, src/run/run.event.ts, src/run/run.handler.ts, src/run/run.operation.ts, src/run/run.presentation.ts, src/run/run.schema.ts, src/run/run.test-spec.ts, src/seeders/index.ts, src/shared/index.ts, src/shared/mock-agents.ts, src/shared/mock-runs.ts, src/shared/mock-tools.ts, src/shared/overlay-types.ts, src/tool/index.ts, src/tool/tool.entity.ts, src/tool/tool.enum.ts, src/tool/tool.event.ts, src/tool/tool.handler.ts, src/tool/tool.operation.ts, src/tool/tool.presentation.ts, src/tool/tool.schema.ts, src/tool/tool.test-spec.ts, src/ui/AgentDashboard.tsx, src/ui/AgentRunList.tsx, src/ui/AgentToolRegistry.tsx, src/ui/index.ts, src/ui/hooks/index.ts, src/ui/hooks/useAgentList.ts, src/ui/hooks/useAgentMutations.ts, src/ui/hooks/useRunList.ts, src/ui/hooks/useToolList.ts, src/ui/modals/AgentActionsModal.tsx, src/ui/modals/CreateAgentModal.tsx, src/ui/modals/index.ts, src/ui/overlays/demo-overlays.ts, src/ui/overlays/index.ts, src/ui/renderers/agent-list.markdown.ts, src/ui/renderers/agent-list.renderer.tsx, src/ui/renderers/dashboard.markdown.ts, src/ui/renderers/index.ts, src/ui/renderers/run-list.markdown.ts, src/ui/renderers/tool-registry.markdown.ts, src/ui/views/AgentListView.tsx, src/ui/views/RunListView.tsx, src/ui/views/ToolRegistryView.tsx, src/ui/views/index.ts[39m
|
|
7
7
|
[34mℹ[39m target: [34mesnext[39m
|
|
8
8
|
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
9
9
|
[34mℹ[39m Build start
|
|
@@ -126,7 +126,7 @@ $ tsdown
|
|
|
126
126
|
[34mℹ[39m [2mdist/[22mseeders/index.js.map [2m 1.11 kB[22m [2m│ gzip: 0.66 kB[22m
|
|
127
127
|
[34mℹ[39m [2mdist/[22magent/agent.schema.d.ts.map [2m 1.10 kB[22m [2m│ gzip: 0.36 kB[22m
|
|
128
128
|
[34mℹ[39m [2mdist/[22mrun/run.enum.js.map [2m 1.08 kB[22m [2m│ gzip: 0.47 kB[22m
|
|
129
|
-
[34mℹ[39m [2mdist/[22magent/agent.handler.d.ts.map [2m 0.95 kB[22m [2m│ gzip: 0.
|
|
129
|
+
[34mℹ[39m [2mdist/[22magent/agent.handler.d.ts.map [2m 0.95 kB[22m [2m│ gzip: 0.43 kB[22m
|
|
130
130
|
[34mℹ[39m [2mdist/[22mui/hooks/useAgentMutations.d.ts.map [2m 0.91 kB[22m [2m│ gzip: 0.38 kB[22m
|
|
131
131
|
[34mℹ[39m [2mdist/[22mtool/tool.enum.js.map [2m 0.89 kB[22m [2m│ gzip: 0.44 kB[22m
|
|
132
132
|
[34mℹ[39m [2mdist/[22mtool/tool.handler.d.ts.map [2m 0.89 kB[22m [2m│ gzip: 0.35 kB[22m
|
|
@@ -171,12 +171,12 @@ $ tsdown
|
|
|
171
171
|
[34mℹ[39m [2mdist/[22mshared/mock-tools.d.ts.map [2m 0.14 kB[22m [2m│ gzip: 0.13 kB[22m
|
|
172
172
|
[34mℹ[39m [2mdist/[22mshared/mock-runs.d.ts.map [2m 0.14 kB[22m [2m│ gzip: 0.13 kB[22m
|
|
173
173
|
[34mℹ[39m [2mdist/[22mexample.d.ts.map [2m 0.14 kB[22m [2m│ gzip: 0.13 kB[22m
|
|
174
|
-
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.operation.d.ts[22m[39m [2m21.39 kB[22m [2m│ gzip: 1.
|
|
174
|
+
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.operation.d.ts[22m[39m [2m21.39 kB[22m [2m│ gzip: 1.56 kB[22m
|
|
175
175
|
[34mℹ[39m [2mdist/[22m[32m[1magent/agent.operation.d.ts[22m[39m [2m13.78 kB[22m [2m│ gzip: 1.20 kB[22m
|
|
176
176
|
[34mℹ[39m [2mdist/[22m[32m[1mtool/tool.operation.d.ts[22m[39m [2m12.33 kB[22m [2m│ gzip: 1.08 kB[22m
|
|
177
|
-
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.schema.d.ts[22m[39m [2m11.
|
|
177
|
+
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.schema.d.ts[22m[39m [2m11.67 kB[22m [2m│ gzip: 1.05 kB[22m
|
|
178
178
|
[34mℹ[39m [2mdist/[22m[32m[1magent/agent.schema.d.ts[22m[39m [2m11.14 kB[22m [2m│ gzip: 0.83 kB[22m
|
|
179
|
-
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.event.d.ts[22m[39m [2m 8.
|
|
179
|
+
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.event.d.ts[22m[39m [2m 8.43 kB[22m [2m│ gzip: 0.78 kB[22m
|
|
180
180
|
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.ts[22m[39m [2m 7.26 kB[22m [2m│ gzip: 1.47 kB[22m
|
|
181
181
|
[34mℹ[39m [2mdist/[22m[32m[1mtool/tool.handler.d.ts[22m[39m [2m 6.76 kB[22m [2m│ gzip: 1.09 kB[22m
|
|
182
182
|
[34mℹ[39m [2mdist/[22m[32m[1mtool/tool.schema.d.ts[22m[39m [2m 6.38 kB[22m [2m│ gzip: 0.64 kB[22m
|
|
@@ -187,7 +187,7 @@ $ tsdown
|
|
|
187
187
|
[34mℹ[39m [2mdist/[22m[32m[1mhandlers/agent.handlers.d.ts[22m[39m [2m 3.47 kB[22m [2m│ gzip: 1.01 kB[22m
|
|
188
188
|
[34mℹ[39m [2mdist/[22m[32m[1mtool/tool.event.d.ts[22m[39m [2m 3.00 kB[22m [2m│ gzip: 0.46 kB[22m
|
|
189
189
|
[34mℹ[39m [2mdist/[22m[32m[1magent/agent.handler.d.ts[22m[39m [2m 2.67 kB[22m [2m│ gzip: 0.76 kB[22m
|
|
190
|
-
[34mℹ[39m [2mdist/[22m[32m[1magent/agent.entity.d.ts[22m[39m [2m 2.
|
|
190
|
+
[34mℹ[39m [2mdist/[22m[32m[1magent/agent.entity.d.ts[22m[39m [2m 2.63 kB[22m [2m│ gzip: 0.54 kB[22m
|
|
191
191
|
[34mℹ[39m [2mdist/[22m[32m[1mshared/mock-runs.d.ts[22m[39m [2m 2.41 kB[22m [2m│ gzip: 0.50 kB[22m
|
|
192
192
|
[34mℹ[39m [2mdist/[22m[32m[1mui/index.d.ts[22m[39m [2m 2.03 kB[22m [2m│ gzip: 0.46 kB[22m
|
|
193
193
|
[34mℹ[39m [2mdist/[22m[32m[1mtool/tool.entity.d.ts[22m[39m [2m 1.93 kB[22m [2m│ gzip: 0.46 kB[22m
|
|
@@ -201,7 +201,7 @@ $ tsdown
|
|
|
201
201
|
[34mℹ[39m [2mdist/[22m[32m[1mshared/overlay-types.d.ts[22m[39m [2m 1.00 kB[22m [2m│ gzip: 0.40 kB[22m
|
|
202
202
|
[34mℹ[39m [2mdist/[22m[32m[1mui/hooks/useAgentList.d.ts[22m[39m [2m 0.83 kB[22m [2m│ gzip: 0.42 kB[22m
|
|
203
203
|
[34mℹ[39m [2mdist/[22m[32m[1mui/modals/AgentActionsModal.d.ts[22m[39m [2m 0.78 kB[22m [2m│ gzip: 0.36 kB[22m
|
|
204
|
-
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.enum.d.ts[22m[39m [2m 0.
|
|
204
|
+
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.enum.d.ts[22m[39m [2m 0.78 kB[22m [2m│ gzip: 0.28 kB[22m
|
|
205
205
|
[34mℹ[39m [2mdist/[22m[32m[1mui/hooks/useRunList.d.ts[22m[39m [2m 0.77 kB[22m [2m│ gzip: 0.40 kB[22m
|
|
206
206
|
[34mℹ[39m [2mdist/[22m[32m[1magent/agent.presentation.d.ts[22m[39m [2m 0.74 kB[22m [2m│ gzip: 0.29 kB[22m
|
|
207
207
|
[34mℹ[39m [2mdist/[22m[32m[1mui/modals/CreateAgentModal.d.ts[22m[39m [2m 0.66 kB[22m [2m│ gzip: 0.34 kB[22m
|
|
@@ -211,7 +211,7 @@ $ tsdown
|
|
|
211
211
|
[34mℹ[39m [2mdist/[22m[32m[1mui/hooks/index.d.ts[22m[39m [2m 0.60 kB[22m [2m│ gzip: 0.20 kB[22m
|
|
212
212
|
[34mℹ[39m [2mdist/[22m[32m[1mpresentations/index.d.ts[22m[39m [2m 0.60 kB[22m [2m│ gzip: 0.18 kB[22m
|
|
213
213
|
[34mℹ[39m [2mdist/[22m[32m[1mtool/tool.presentation.d.ts[22m[39m [2m 0.51 kB[22m [2m│ gzip: 0.24 kB[22m
|
|
214
|
-
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.presentation.d.ts[22m[39m [2m 0.
|
|
214
|
+
[34mℹ[39m [2mdist/[22m[32m[1mrun/run.presentation.d.ts[22m[39m [2m 0.50 kB[22m [2m│ gzip: 0.24 kB[22m
|
|
215
215
|
[34mℹ[39m [2mdist/[22m[32m[1mui/renderers/index.d.ts[22m[39m [2m 0.50 kB[22m [2m│ gzip: 0.16 kB[22m
|
|
216
216
|
[34mℹ[39m [2mdist/[22m[32m[1mui/renderers/tool-registry.markdown.d.ts[22m[39m [2m 0.46 kB[22m [2m│ gzip: 0.26 kB[22m
|
|
217
217
|
[34mℹ[39m [2mdist/[22m[32m[1mui/renderers/dashboard.markdown.d.ts[22m[39m [2m 0.45 kB[22m [2m│ gzip: 0.26 kB[22m
|
|
@@ -237,17 +237,7 @@ $ tsdown
|
|
|
237
237
|
[34mℹ[39m [2mdist/[22m[32m[1mui/AgentRunList.d.ts[22m[39m [2m 0.09 kB[22m [2m│ gzip: 0.08 kB[22m
|
|
238
238
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/agent-console.docblock.d.ts[22m[39m [2m 0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
239
239
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m 0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
240
|
-
[34mℹ[39m 230 files, total: 711.
|
|
241
|
-
src/ui/renderers/dashboard.markdown.ts (14:7) [33m[UNRESOLVED_IMPORT] Warning:[0m Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/dashboard.markdown.ts
|
|
242
|
-
[38;5;246mâ•[0m[38;5;246m─[0m[38;5;246m[[0m src/ui/renderers/dashboard.markdown.ts:14:8 [38;5;246m][0m
|
|
243
|
-
[38;5;246m│[0m
|
|
244
|
-
[38;5;246m14 │[0m [38;5;249m}[0m[38;5;249m [0m[38;5;249mf[0m[38;5;249mr[0m[38;5;249mo[0m[38;5;249mm[0m[38;5;249m [0m'@contractspec/example.agent-console/handlers'[38;5;249m;[0m
|
|
245
|
-
[38;5;240m │[0m ───────────────────────┬──────────────────────
|
|
246
|
-
[38;5;240m │[0m ╰──────────────────────── Module not found, treating it as an external dependency
|
|
247
|
-
[38;5;240m │[0m
|
|
248
|
-
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
249
|
-
[38;5;246m────╯[0m
|
|
250
|
-
|
|
240
|
+
[34mℹ[39m 230 files, total: 711.63 kB
|
|
251
241
|
src/ui/renderers/run-list.markdown.ts (11:36) [33m[UNRESOLVED_IMPORT] Warning:[0m Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/run-list.markdown.ts
|
|
252
242
|
[38;5;246mâ•[0m[38;5;246m─[0m[38;5;246m[[0m src/ui/renderers/run-list.markdown.ts:11:37 [38;5;246m][0m
|
|
253
243
|
[38;5;246m│[0m
|
|
@@ -278,4 +268,14 @@ src/ui/renderers/agent-list.markdown.ts (13:7) [33m[UNRESOLVED_IMPORT] Warning:
|
|
|
278
268
|
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
279
269
|
[38;5;246m────╯[0m
|
|
280
270
|
|
|
281
|
-
[
|
|
271
|
+
src/ui/renderers/dashboard.markdown.ts (14:7) [33m[UNRESOLVED_IMPORT] Warning:[0m Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/dashboard.markdown.ts
|
|
272
|
+
[38;5;246mâ•[0m[38;5;246m─[0m[38;5;246m[[0m src/ui/renderers/dashboard.markdown.ts:14:8 [38;5;246m][0m
|
|
273
|
+
[38;5;246m│[0m
|
|
274
|
+
[38;5;246m14 │[0m [38;5;249m}[0m[38;5;249m [0m[38;5;249mf[0m[38;5;249mr[0m[38;5;249mo[0m[38;5;249mm[0m[38;5;249m [0m'@contractspec/example.agent-console/handlers'[38;5;249m;[0m
|
|
275
|
+
[38;5;240m │[0m ───────────────────────┬──────────────────────
|
|
276
|
+
[38;5;240m │[0m ╰──────────────────────── Module not found, treating it as an external dependency
|
|
277
|
+
[38;5;240m │[0m
|
|
278
|
+
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
279
|
+
[38;5;246m────╯[0m
|
|
280
|
+
|
|
281
|
+
[32m✔[39m Build complete in [32m38023ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 1.55.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fix: unpublished packages
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @contractspec/lib.example-shared-ui@1.9.0
|
|
13
|
+
- @contractspec/lib.runtime-sandbox@0.10.0
|
|
14
|
+
- @contractspec/lib.design-system@1.55.0
|
|
15
|
+
- @contractspec/lib.contracts@1.55.0
|
|
16
|
+
- @contractspec/lib.schema@1.55.0
|
|
17
|
+
|
|
18
|
+
## 1.54.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- ec5e95c: chore: upgrade dependencies
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [ec5e95c]
|
|
27
|
+
- @contractspec/lib.example-shared-ui@1.8.0
|
|
28
|
+
- @contractspec/lib.design-system@1.54.0
|
|
29
|
+
- @contractspec/lib.contracts@1.54.0
|
|
30
|
+
- @contractspec/lib.runtime-sandbox@0.9.0
|
|
31
|
+
- @contractspec/lib.schema@1.54.0
|
|
32
|
+
|
|
3
33
|
## 1.53.0
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts1 from "@contractspec/lib.contracts";
|
|
2
2
|
import * as _contractspec_lib_schema37 from "@contractspec/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/agent/agent.event.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* AgentCreatedEvent - A new agent was created.
|
|
7
7
|
*/
|
|
8
|
-
declare const AgentCreatedEvent:
|
|
8
|
+
declare const AgentCreatedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema37.SchemaModel<{
|
|
9
9
|
id: {
|
|
10
10
|
type: _contractspec_lib_schema37.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
@@ -46,7 +46,7 @@ declare const AgentCreatedEvent: _contractspec_lib_contracts0.EventSpec<_contrac
|
|
|
46
46
|
/**
|
|
47
47
|
* AgentUpdatedEvent - An agent was updated.
|
|
48
48
|
*/
|
|
49
|
-
declare const AgentUpdatedEvent:
|
|
49
|
+
declare const AgentUpdatedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema37.SchemaModel<{
|
|
50
50
|
id: {
|
|
51
51
|
type: _contractspec_lib_schema37.FieldType<string, string>;
|
|
52
52
|
isOptional: false;
|
|
@@ -76,7 +76,7 @@ declare const AgentUpdatedEvent: _contractspec_lib_contracts0.EventSpec<_contrac
|
|
|
76
76
|
/**
|
|
77
77
|
* AgentToolAssignedEvent - A tool was assigned to an agent.
|
|
78
78
|
*/
|
|
79
|
-
declare const AgentToolAssignedEvent:
|
|
79
|
+
declare const AgentToolAssignedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema37.SchemaModel<{
|
|
80
80
|
agentId: {
|
|
81
81
|
type: _contractspec_lib_schema37.FieldType<string, string>;
|
|
82
82
|
isOptional: false;
|
|
@@ -101,7 +101,7 @@ declare const AgentToolAssignedEvent: _contractspec_lib_contracts0.EventSpec<_co
|
|
|
101
101
|
/**
|
|
102
102
|
* AgentToolRemovedEvent - A tool was removed from an agent.
|
|
103
103
|
*/
|
|
104
|
-
declare const AgentToolRemovedEvent:
|
|
104
|
+
declare const AgentToolRemovedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema37.SchemaModel<{
|
|
105
105
|
agentId: {
|
|
106
106
|
type: _contractspec_lib_schema37.FieldType<string, string>;
|
|
107
107
|
isOptional: false;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
|
|
2
2
|
import * as _contractspec_lib_schema66 from "@contractspec/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/agent/agent.operation.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* CreateAgentCommand - Creates a new agent configuration.
|
|
7
7
|
*/
|
|
8
|
-
declare const CreateAgentCommand:
|
|
8
|
+
declare const CreateAgentCommand: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
|
|
9
9
|
organizationId: {
|
|
10
10
|
type: _contractspec_lib_schema66.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
@@ -86,13 +86,13 @@ declare const CreateAgentCommand: _contractspec_lib_contracts4.OperationSpec<_co
|
|
|
86
86
|
isOptional: false;
|
|
87
87
|
};
|
|
88
88
|
}>, {
|
|
89
|
-
ref:
|
|
89
|
+
ref: _contractspec_lib_contracts5.EventSpecMeta;
|
|
90
90
|
when: string;
|
|
91
91
|
}[]>;
|
|
92
92
|
/**
|
|
93
93
|
* UpdateAgentCommand - Updates an existing agent.
|
|
94
94
|
*/
|
|
95
|
-
declare const UpdateAgentCommand:
|
|
95
|
+
declare const UpdateAgentCommand: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
|
|
96
96
|
agentId: {
|
|
97
97
|
type: _contractspec_lib_schema66.FieldType<string, string>;
|
|
98
98
|
isOptional: false;
|
|
@@ -213,7 +213,7 @@ declare const UpdateAgentCommand: _contractspec_lib_contracts4.OperationSpec<_co
|
|
|
213
213
|
/**
|
|
214
214
|
* GetAgentQuery - Retrieves an agent by ID.
|
|
215
215
|
*/
|
|
216
|
-
declare const GetAgentQuery:
|
|
216
|
+
declare const GetAgentQuery: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
|
|
217
217
|
agentId: {
|
|
218
218
|
type: _contractspec_lib_schema66.FieldType<string, string>;
|
|
219
219
|
isOptional: false;
|
|
@@ -335,7 +335,7 @@ declare const GetAgentQuery: _contractspec_lib_contracts4.OperationSpec<_contrac
|
|
|
335
335
|
/**
|
|
336
336
|
* ListAgentsQuery - Lists agents for an organization.
|
|
337
337
|
*/
|
|
338
|
-
declare const ListAgentsQuery:
|
|
338
|
+
declare const ListAgentsQuery: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
|
|
339
339
|
organizationId: {
|
|
340
340
|
type: _contractspec_lib_schema66.FieldType<string, string>;
|
|
341
341
|
isOptional: false;
|
|
@@ -417,7 +417,7 @@ declare const ListAgentsQuery: _contractspec_lib_contracts4.OperationSpec<_contr
|
|
|
417
417
|
/**
|
|
418
418
|
* AssignToolToAgentCommand - Assigns a tool to an agent.
|
|
419
419
|
*/
|
|
420
|
-
declare const AssignToolToAgentCommand:
|
|
420
|
+
declare const AssignToolToAgentCommand: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
|
|
421
421
|
agentId: {
|
|
422
422
|
type: _contractspec_lib_schema66.FieldType<string, string>;
|
|
423
423
|
isOptional: false;
|
|
@@ -451,7 +451,7 @@ declare const AssignToolToAgentCommand: _contractspec_lib_contracts4.OperationSp
|
|
|
451
451
|
/**
|
|
452
452
|
* RemoveToolFromAgentCommand - Removes a tool from an agent.
|
|
453
453
|
*/
|
|
454
|
-
declare const RemoveToolFromAgentCommand:
|
|
454
|
+
declare const RemoveToolFromAgentCommand: _contractspec_lib_contracts5.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
|
|
455
455
|
agentId: {
|
|
456
456
|
type: _contractspec_lib_schema66.FieldType<string, string>;
|
|
457
457
|
isOptional: false;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts12 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/agent/agent.presentation.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Presentation for displaying a list of AI agents.
|
|
6
6
|
*/
|
|
7
|
-
declare const AgentListPresentation:
|
|
7
|
+
declare const AgentListPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
8
8
|
/**
|
|
9
9
|
* Presentation for agent detail view.
|
|
10
10
|
*/
|
|
11
|
-
declare const AgentDetailPresentation:
|
|
11
|
+
declare const AgentDetailPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
12
12
|
/**
|
|
13
13
|
* Dashboard presentation for Agent Console - overview of agents, runs, and tools.
|
|
14
14
|
*/
|
|
15
|
-
declare const AgentConsoleDashboardPresentation:
|
|
15
|
+
declare const AgentConsoleDashboardPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { AgentConsoleDashboardPresentation, AgentDetailPresentation, AgentListPresentation };
|
|
18
18
|
//# sourceMappingURL=agent.presentation.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts15 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/agent/agent.test-spec.d.ts
|
|
4
|
-
declare const agentListTest:
|
|
5
|
-
declare const agentGetTest:
|
|
4
|
+
declare const agentListTest: _contractspec_lib_contracts15.TestSpec;
|
|
5
|
+
declare const agentGetTest: _contractspec_lib_contracts15.TestSpec;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { agentGetTest, agentListTest };
|
|
8
8
|
//# sourceMappingURL=agent.test-spec.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/agent.capability.d.ts
|
|
4
|
-
declare const AgentCapability:
|
|
4
|
+
declare const AgentCapability: _contractspec_lib_contracts0.CapabilitySpec;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { AgentCapability };
|
|
7
7
|
//# sourceMappingURL=agent.capability.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent.capability.d.ts","names":[],"sources":["../src/agent.capability.ts"],"sourcesContent":[],"mappings":";;;cAEa,iBAUX,
|
|
1
|
+
{"version":3,"file":"agent.capability.d.ts","names":[],"sources":["../src/agent.capability.ts"],"sourcesContent":[],"mappings":";;;cAEa,iBAUX,4BAAA,CAV0B"}
|
package/dist/run/run.event.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts17 from "@contractspec/lib.contracts";
|
|
2
2
|
import * as _contractspec_lib_schema333 from "@contractspec/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/run/run.event.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* RunStartedEvent - An agent run was started.
|
|
7
7
|
*/
|
|
8
|
-
declare const RunStartedEvent:
|
|
8
|
+
declare const RunStartedEvent: _contractspec_lib_contracts17.EventSpec<_contractspec_lib_schema333.SchemaModel<{
|
|
9
9
|
runId: {
|
|
10
10
|
type: _contractspec_lib_schema333.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
@@ -42,7 +42,7 @@ declare const RunStartedEvent: _contractspec_lib_contracts16.EventSpec<_contract
|
|
|
42
42
|
/**
|
|
43
43
|
* RunCompletedEvent - An agent run completed successfully.
|
|
44
44
|
*/
|
|
45
|
-
declare const RunCompletedEvent:
|
|
45
|
+
declare const RunCompletedEvent: _contractspec_lib_contracts17.EventSpec<_contractspec_lib_schema333.SchemaModel<{
|
|
46
46
|
runId: {
|
|
47
47
|
type: _contractspec_lib_schema333.FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
@@ -99,7 +99,7 @@ declare const RunCompletedEvent: _contractspec_lib_contracts16.EventSpec<_contra
|
|
|
99
99
|
/**
|
|
100
100
|
* RunFailedEvent - An agent run failed.
|
|
101
101
|
*/
|
|
102
|
-
declare const RunFailedEvent:
|
|
102
|
+
declare const RunFailedEvent: _contractspec_lib_contracts17.EventSpec<_contractspec_lib_schema333.SchemaModel<{
|
|
103
103
|
runId: {
|
|
104
104
|
type: _contractspec_lib_schema333.FieldType<string, string>;
|
|
105
105
|
isOptional: false;
|
|
@@ -148,7 +148,7 @@ declare const RunFailedEvent: _contractspec_lib_contracts16.EventSpec<_contracts
|
|
|
148
148
|
/**
|
|
149
149
|
* RunCancelledEvent - An agent run was cancelled.
|
|
150
150
|
*/
|
|
151
|
-
declare const RunCancelledEvent:
|
|
151
|
+
declare const RunCancelledEvent: _contractspec_lib_contracts17.EventSpec<_contractspec_lib_schema333.SchemaModel<{
|
|
152
152
|
runId: {
|
|
153
153
|
type: _contractspec_lib_schema333.FieldType<string, string>;
|
|
154
154
|
isOptional: false;
|
|
@@ -189,7 +189,7 @@ declare const RunCancelledEvent: _contractspec_lib_contracts16.EventSpec<_contra
|
|
|
189
189
|
/**
|
|
190
190
|
* ToolInvokedEvent - A tool was invoked during a run.
|
|
191
191
|
*/
|
|
192
|
-
declare const ToolInvokedEvent:
|
|
192
|
+
declare const ToolInvokedEvent: _contractspec_lib_contracts17.EventSpec<_contractspec_lib_schema333.SchemaModel<{
|
|
193
193
|
runId: {
|
|
194
194
|
type: _contractspec_lib_schema333.FieldType<string, string>;
|
|
195
195
|
isOptional: false;
|
|
@@ -218,7 +218,7 @@ declare const ToolInvokedEvent: _contractspec_lib_contracts16.EventSpec<_contrac
|
|
|
218
218
|
/**
|
|
219
219
|
* ToolCompletedEvent - A tool invocation completed.
|
|
220
220
|
*/
|
|
221
|
-
declare const ToolCompletedEvent:
|
|
221
|
+
declare const ToolCompletedEvent: _contractspec_lib_contracts17.EventSpec<_contractspec_lib_schema333.SchemaModel<{
|
|
222
222
|
runId: {
|
|
223
223
|
type: _contractspec_lib_schema333.FieldType<string, string>;
|
|
224
224
|
isOptional: false;
|
|
@@ -259,7 +259,7 @@ declare const ToolCompletedEvent: _contractspec_lib_contracts16.EventSpec<_contr
|
|
|
259
259
|
/**
|
|
260
260
|
* MessageGeneratedEvent - Agent generated a message.
|
|
261
261
|
*/
|
|
262
|
-
declare const MessageGeneratedEvent:
|
|
262
|
+
declare const MessageGeneratedEvent: _contractspec_lib_contracts17.EventSpec<_contractspec_lib_schema333.SchemaModel<{
|
|
263
263
|
runId: {
|
|
264
264
|
type: _contractspec_lib_schema333.FieldType<string, string>;
|
|
265
265
|
isOptional: false;
|