@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.
@@ -247,6 +247,16 @@ src/ui/renderers/agent-list.markdown.ts (13:7) [UNRESOLVED_IMPORT] Warning:
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/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
+ │
253
+ 14 │ } from '@contractspec/example.agent-console/handlers';
254
+  │ ───────────────────────┬──────────────────────
255
+  │ ╰──────────────────────── Module not found, treating it as an external dependency
256
+  │
257
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
258
+ ────╯
259
+
250
260
  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
251
261
  â•­─[ src/ui/renderers/run-list.markdown.ts:11:37 ]
252
262
  │
@@ -267,14 +277,4 @@ src/ui/renderers/tool-registry.markdown.ts (10:37) [UNRESOLVED_IMPORT] Warn
267
277
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
268
278
  ────╯
269
279
 
270
- 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
271
- ╭─[ src/ui/renderers/dashboard.markdown.ts:14:8 ]
272
- │
273
- 14 │ } from '@contractspec/example.agent-console/handlers';
274
-  │ ───────────────────────┬──────────────────────
275
-  │ ╰──────────────────────── Module not found, treating it as an external dependency
276
-  │
277
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
278
- ────╯
279
-
280
- ✔ Build complete in 37503ms
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/presentations/index.ts, src/docs/agent-console.docblock.ts, src/docs/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/handlers/agent.handlers.ts, src/handlers/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
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,12 +171,12 @@ $ 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.39 kB │ gzip: 1.55 kB
174
+ ℹ dist/run/run.operation.d.ts 21.39 kB │ gzip: 1.56 kB
175
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.29 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
@@ -187,7 +187,7 @@ $ tsdown
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
@@ -201,7 +201,7 @@ $ tsdown
201
201
  ℹ dist/shared/overlay-types.d.ts  1.00 kB │ gzip: 0.40 kB
202
202
  ℹ dist/ui/hooks/useAgentList.d.ts  0.83 kB │ gzip: 0.42 kB
203
203
  ℹ dist/ui/modals/AgentActionsModal.d.ts  0.78 kB │ gzip: 0.36 kB
204
- ℹ dist/run/run.enum.d.ts  0.77 kB │ gzip: 0.28 kB
204
+ ℹ dist/run/run.enum.d.ts  0.78 kB │ gzip: 0.28 kB
205
205
  ℹ dist/ui/hooks/useRunList.d.ts  0.77 kB │ gzip: 0.40 kB
206
206
  ℹ dist/agent/agent.presentation.d.ts  0.74 kB │ gzip: 0.29 kB
207
207
  ℹ dist/ui/modals/CreateAgentModal.d.ts  0.66 kB │ gzip: 0.34 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,17 +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.65 kB
241
- 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
242
- ╭─[ src/ui/renderers/dashboard.markdown.ts:14:8 ]
243
- │
244
- 14 │ } from '@contractspec/example.agent-console/handlers';
245
-  │ ───────────────────────┬──────────────────────
246
-  │ ╰──────────────────────── Module not found, treating it as an external dependency
247
-  │
248
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
249
- ────╯
250
-
240
+ ℹ 230 files, total: 711.63 kB
251
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
252
242
  â•­─[ src/ui/renderers/run-list.markdown.ts:11:37 ]
253
243
  │
@@ -278,4 +268,14 @@ src/ui/renderers/agent-list.markdown.ts (13:7) [UNRESOLVED_IMPORT] Warning:
278
268
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
269
  ────╯
280
270
 
281
- ✔ Build complete in 17750ms
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
+ │
274
+ 14 │ } from '@contractspec/example.agent-console/handlers';
275
+  │ ───────────────────────┬──────────────────────
276
+  │ ╰──────────────────────── Module not found, treating it as an external dependency
277
+  │
278
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
+ ────╯
280
+
281
+ ✔ Build complete in 38023ms
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 _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
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: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema37.SchemaModel<{
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: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema37.SchemaModel<{
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: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema37.SchemaModel<{
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: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema37.SchemaModel<{
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;
@@ -92,7 +92,7 @@ declare function mockUpdateAgentHandler(input: {
92
92
  }): Promise<{
93
93
  id: string;
94
94
  name: string;
95
- status: "ACTIVE" | "DRAFT" | "PAUSED" | "ARCHIVED";
95
+ status: "DRAFT" | "ACTIVE" | "PAUSED" | "ARCHIVED";
96
96
  updatedAt: Date;
97
97
  }>;
98
98
  //#endregion
@@ -1,11 +1,11 @@
1
- import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
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: _contractspec_lib_contracts4.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
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: _contractspec_lib_contracts4.EventSpecMeta;
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: _contractspec_lib_contracts4.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
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: _contractspec_lib_contracts4.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
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: _contractspec_lib_contracts4.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
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: _contractspec_lib_contracts4.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
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: _contractspec_lib_contracts4.OperationSpec<_contractspec_lib_schema66.SchemaModel<{
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 _contractspec_lib_contracts11 from "@contractspec/lib.contracts";
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: _contractspec_lib_contracts11.PresentationSpec;
7
+ declare const AgentListPresentation: _contractspec_lib_contracts12.PresentationSpec;
8
8
  /**
9
9
  * Presentation for agent detail view.
10
10
  */
11
- declare const AgentDetailPresentation: _contractspec_lib_contracts11.PresentationSpec;
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: _contractspec_lib_contracts11.PresentationSpec;
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 _contractspec_lib_contracts14 from "@contractspec/lib.contracts";
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: _contractspec_lib_contracts14.TestSpec;
5
- declare const agentGetTest: _contractspec_lib_contracts14.TestSpec;
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 _contractspec_lib_contracts41 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/agent.capability.d.ts
4
- declare const AgentCapability: _contractspec_lib_contracts41.CapabilitySpec;
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,6BAAA,CAV0B"}
1
+ {"version":3,"file":"agent.capability.d.ts","names":[],"sources":["../src/agent.capability.ts"],"sourcesContent":[],"mappings":";;;cAEa,iBAUX,4BAAA,CAV0B"}
@@ -1,11 +1,11 @@
1
- import * as _contractspec_lib_contracts16 from "@contractspec/lib.contracts";
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: _contractspec_lib_contracts16.EventSpec<_contractspec_lib_schema333.SchemaModel<{
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: _contractspec_lib_contracts16.EventSpec<_contractspec_lib_schema333.SchemaModel<{
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: _contractspec_lib_contracts16.EventSpec<_contractspec_lib_schema333.SchemaModel<{
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: _contractspec_lib_contracts16.EventSpec<_contractspec_lib_schema333.SchemaModel<{
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: _contractspec_lib_contracts16.EventSpec<_contractspec_lib_schema333.SchemaModel<{
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: _contractspec_lib_contracts16.EventSpec<_contractspec_lib_schema333.SchemaModel<{
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: _contractspec_lib_contracts16.EventSpec<_contractspec_lib_schema333.SchemaModel<{
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;