@contractspec/example.agent-console 1.54.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.
@@ -237,22 +237,22 @@ $ tsdown
237
237
  ℹ dist/docs/agent-console.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
238
238
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
239
239
  ℹ 230 files, total: 711.62 kB
240
- src/ui/renderers/dashboard.markdown.ts (14:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/dashboard.markdown.ts
241
- ╭─[ src/ui/renderers/dashboard.markdown.ts:14:8 ]
240
+ src/ui/renderers/agent-list.markdown.ts (13:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/agent-list.markdown.ts
241
+ ╭─[ src/ui/renderers/agent-list.markdown.ts:13:8 ]
242
242
  │
243
- 14 │ } from '@contractspec/example.agent-console/handlers';
243
+ 13 │ } from '@contractspec/example.agent-console/handlers';
244
244
   │ ───────────────────────┬──────────────────────
245
245
   │ ╰──────────────────────── Module not found, treating it as an external dependency
246
246
   │
247
247
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
248
248
  ────╯
249
249
 
250
- src/ui/renderers/tool-registry.markdown.ts (10:37) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/tool-registry.markdown.ts
251
- ╭─[ src/ui/renderers/tool-registry.markdown.ts:10:38 ]
250
+ src/ui/renderers/dashboard.markdown.ts (14:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/dashboard.markdown.ts
251
+ ╭─[ src/ui/renderers/dashboard.markdown.ts:14:8 ]
252
252
  │
253
- 10 │ import { mockListToolsHandler } from '@contractspec/example.agent-console/handlers';
254
-  │ ───────────────────────┬──────────────────────
255
-  │ ╰──────────────────────── Module not found, treating it as an external dependency
253
+ 14 │ } from '@contractspec/example.agent-console/handlers';
254
+  │ ───────────────────────┬──────────────────────
255
+  │ ╰──────────────────────── Module not found, treating it as an external dependency
256
256
   │
257
257
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
258
258
  ────╯
@@ -267,14 +267,14 @@ src/ui/renderers/run-list.markdown.ts (11:36) [UNRESOLVED_IMPORT] Warning:
267
267
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
268
268
  ────╯
269
269
 
270
- src/ui/renderers/agent-list.markdown.ts (13:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/agent-list.markdown.ts
271
- ╭─[ src/ui/renderers/agent-list.markdown.ts:13:8 ]
270
+ src/ui/renderers/tool-registry.markdown.ts (10:37) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/tool-registry.markdown.ts
271
+ ╭─[ src/ui/renderers/tool-registry.markdown.ts:10:38 ]
272
272
  │
273
- 13 │ } from '@contractspec/example.agent-console/handlers';
274
-  │ ───────────────────────┬──────────────────────
275
-  │ ╰──────────────────────── Module not found, treating it as an external dependency
273
+ 10 │ import { mockListToolsHandler } from '@contractspec/example.agent-console/handlers';
274
+  │ ───────────────────────┬──────────────────────
275
+  │ ╰──────────────────────── Module not found, treating it as an external dependency
276
276
   │
277
277
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
278
278
  ────╯
279
279
 
280
- ✔ Build complete in 34844ms
280
+ ✔ Build complete in 37098ms
@@ -3,7 +3,7 @@ $ tsc --noEmit
3
3
  $ tsdown
4
4
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
5
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/agent-console/tsdown.config.js
6
- ℹ entry: src/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/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, src/ui/modals/AgentActionsModal.tsx, src/ui/modals/CreateAgentModal.tsx, src/ui/modals/index.ts
6
+ ℹ entry: src/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
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -126,7 +126,7 @@ $ tsdown
126
126
  ℹ dist/seeders/index.js.map  1.11 kB │ gzip: 0.66 kB
127
127
  ℹ dist/agent/agent.schema.d.ts.map  1.10 kB │ gzip: 0.36 kB
128
128
  ℹ dist/run/run.enum.js.map  1.08 kB │ gzip: 0.47 kB
129
- ℹ dist/agent/agent.handler.d.ts.map  0.95 kB │ gzip: 0.42 kB
129
+ ℹ dist/agent/agent.handler.d.ts.map  0.95 kB │ gzip: 0.43 kB
130
130
  ℹ dist/ui/hooks/useAgentMutations.d.ts.map  0.91 kB │ gzip: 0.38 kB
131
131
  ℹ dist/tool/tool.enum.js.map  0.89 kB │ gzip: 0.44 kB
132
132
  ℹ dist/tool/tool.handler.d.ts.map  0.89 kB │ gzip: 0.35 kB
@@ -171,23 +171,23 @@ $ tsdown
171
171
  ℹ dist/shared/mock-tools.d.ts.map  0.14 kB │ gzip: 0.13 kB
172
172
  ℹ dist/shared/mock-runs.d.ts.map  0.14 kB │ gzip: 0.13 kB
173
173
  ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
174
- ℹ dist/run/run.operation.d.ts 21.40 kB │ gzip: 1.56 kB
175
- ℹ dist/agent/agent.operation.d.ts 13.78 kB │ gzip: 1.21 kB
174
+ ℹ dist/run/run.operation.d.ts 21.39 kB │ gzip: 1.56 kB
175
+ ℹ dist/agent/agent.operation.d.ts 13.78 kB │ gzip: 1.20 kB
176
176
  ℹ dist/tool/tool.operation.d.ts 12.33 kB │ gzip: 1.08 kB
177
- ℹ dist/run/run.schema.d.ts 11.87 kB │ gzip: 1.06 kB
177
+ ℹ dist/run/run.schema.d.ts 11.67 kB │ gzip: 1.05 kB
178
178
  ℹ dist/agent/agent.schema.d.ts 11.14 kB │ gzip: 0.83 kB
179
- ℹ dist/run/run.event.d.ts  8.36 kB │ gzip: 0.78 kB
179
+ ℹ dist/run/run.event.d.ts  8.43 kB │ gzip: 0.78 kB
180
180
  ℹ dist/index.d.ts  7.26 kB │ gzip: 1.47 kB
181
181
  ℹ dist/tool/tool.handler.d.ts  6.76 kB │ gzip: 1.09 kB
182
182
  ℹ dist/tool/tool.schema.d.ts  6.38 kB │ gzip: 0.64 kB
183
183
  ℹ dist/shared/mock-tools.d.ts  4.89 kB │ gzip: 0.70 kB
184
184
  ℹ dist/run/run.handler.d.ts  4.51 kB │ gzip: 0.89 kB
185
- ℹ dist/run/run.entity.d.ts  3.77 kB │ gzip: 0.60 kB
185
+ ℹ dist/run/run.entity.d.ts  3.88 kB │ gzip: 0.60 kB
186
186
  ℹ dist/agent/agent.event.d.ts  3.76 kB │ gzip: 0.51 kB
187
187
  ℹ dist/handlers/agent.handlers.d.ts  3.47 kB │ gzip: 1.01 kB
188
188
  ℹ dist/tool/tool.event.d.ts  3.00 kB │ gzip: 0.46 kB
189
189
  ℹ dist/agent/agent.handler.d.ts  2.67 kB │ gzip: 0.76 kB
190
- ℹ dist/agent/agent.entity.d.ts  2.59 kB │ gzip: 0.54 kB
190
+ ℹ dist/agent/agent.entity.d.ts  2.63 kB │ gzip: 0.54 kB
191
191
  ℹ dist/shared/mock-runs.d.ts  2.41 kB │ gzip: 0.50 kB
192
192
  ℹ dist/ui/index.d.ts  2.03 kB │ gzip: 0.46 kB
193
193
  ℹ dist/tool/tool.entity.d.ts  1.93 kB │ gzip: 0.46 kB
@@ -211,7 +211,7 @@ $ tsdown
211
211
  ℹ dist/ui/hooks/index.d.ts  0.60 kB │ gzip: 0.20 kB
212
212
  ℹ dist/presentations/index.d.ts  0.60 kB │ gzip: 0.18 kB
213
213
  ℹ dist/tool/tool.presentation.d.ts  0.51 kB │ gzip: 0.24 kB
214
- ℹ dist/run/run.presentation.d.ts  0.51 kB │ gzip: 0.24 kB
214
+ ℹ dist/run/run.presentation.d.ts  0.50 kB │ gzip: 0.24 kB
215
215
  ℹ dist/ui/renderers/index.d.ts  0.50 kB │ gzip: 0.16 kB
216
216
  ℹ dist/ui/renderers/tool-registry.markdown.d.ts  0.46 kB │ gzip: 0.26 kB
217
217
  ℹ dist/ui/renderers/dashboard.markdown.d.ts  0.45 kB │ gzip: 0.26 kB
@@ -237,7 +237,7 @@ $ tsdown
237
237
  ℹ dist/ui/AgentRunList.d.ts  0.09 kB │ gzip: 0.08 kB
238
238
  ℹ dist/docs/agent-console.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
239
239
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
240
- ℹ 230 files, total: 711.62 kB
240
+ ℹ 230 files, total: 711.63 kB
241
241
  src/ui/renderers/run-list.markdown.ts (11:36) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/run-list.markdown.ts
242
242
  â•­─[ src/ui/renderers/run-list.markdown.ts:11:37 ]
243
243
  │
@@ -258,24 +258,24 @@ src/ui/renderers/tool-registry.markdown.ts (10:37) [UNRESOLVED_IMPORT] Warn
258
258
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
259
259
  ────╯
260
260
 
261
- src/ui/renderers/dashboard.markdown.ts (14:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/dashboard.markdown.ts
262
- ╭─[ src/ui/renderers/dashboard.markdown.ts:14:8 ]
261
+ src/ui/renderers/agent-list.markdown.ts (13:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/agent-list.markdown.ts
262
+ ╭─[ src/ui/renderers/agent-list.markdown.ts:13:8 ]
263
263
  │
264
- 14 │ } from '@contractspec/example.agent-console/handlers';
264
+ 13 │ } from '@contractspec/example.agent-console/handlers';
265
265
   │ ───────────────────────┬──────────────────────
266
266
   │ ╰──────────────────────── Module not found, treating it as an external dependency
267
267
   │
268
268
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
269
269
  ────╯
270
270
 
271
- src/ui/renderers/agent-list.markdown.ts (13:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/agent-list.markdown.ts
272
- ╭─[ src/ui/renderers/agent-list.markdown.ts:13:8 ]
271
+ src/ui/renderers/dashboard.markdown.ts (14:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/dashboard.markdown.ts
272
+ ╭─[ src/ui/renderers/dashboard.markdown.ts:14:8 ]
273
273
  │
274
- 13 │ } from '@contractspec/example.agent-console/handlers';
274
+ 14 │ } from '@contractspec/example.agent-console/handlers';
275
275
   │ ───────────────────────┬──────────────────────
276
276
   │ ╰──────────────────────── Module not found, treating it as an external dependency
277
277
   │
278
278
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
279
  ────╯
280
280
 
281
- ✔ Build complete in 31978ms
281
+ ✔ Build complete in 38023ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
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
+
3
18
  ## 1.54.0
4
19
 
5
20
  ### Minor Changes