@contractspec/example.agent-console 1.53.0 → 1.54.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,26 +237,16 @@ $ 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/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 ]
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 ]
242
242
  │
243
- 13 │ } from '@contractspec/example.agent-console/handlers';
243
+ 14 │ } 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/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
- ╭─[ src/ui/renderers/run-list.markdown.ts:11:37 ]
252
- │
253
- 11 │ import { mockListRunsHandler } 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
-
260
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
261
251
  â•­─[ src/ui/renderers/tool-registry.markdown.ts:10:38 ]
262
252
  │
@@ -267,14 +257,24 @@ src/ui/renderers/tool-registry.markdown.ts (10:37) [UNRESOLVED_IMPORT] Warn
267
257
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
268
258
  ────╯
269
259
 
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 ]
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
261
+ ╭─[ src/ui/renderers/run-list.markdown.ts:11:37 ]
272
262
  │
273
- 14 │ } from '@contractspec/example.agent-console/handlers';
263
+ 11 │ import { mockListRunsHandler } from '@contractspec/example.agent-console/handlers';
264
+  │ ───────────────────────┬──────────────────────
265
+  │ ╰──────────────────────── Module not found, treating it as an external dependency
266
+  │
267
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
268
+ ────╯
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 ]
272
+ │
273
+ 13 │ } from '@contractspec/example.agent-console/handlers';
274
274
   │ ───────────────────────┬──────────────────────
275
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 37503ms
280
+ ✔ Build complete in 34844ms
@@ -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/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
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -171,18 +171,18 @@ $ 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
175
- ℹ dist/agent/agent.operation.d.ts 13.78 kB │ gzip: 1.20 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
176
176
  ℹ dist/tool/tool.operation.d.ts 12.33 kB │ gzip: 1.08 kB
177
177
  ℹ dist/run/run.schema.d.ts 11.87 kB │ gzip: 1.06 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.36 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.88 kB │ gzip: 0.60 kB
185
+ ℹ dist/run/run.entity.d.ts  3.77 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
@@ -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
@@ -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.62 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
  │
@@ -268,6 +258,16 @@ src/ui/renderers/tool-registry.markdown.ts (10:37) [UNRESOLVED_IMPORT] Warn
268
258
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
269
259
  ────╯
270
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 ]
263
+ │
264
+ 14 │ } from '@contractspec/example.agent-console/handlers';
265
+  │ ───────────────────────┬──────────────────────
266
+  │ ╰──────────────────────── Module not found, treating it as an external dependency
267
+  │
268
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
269
+ ────╯
270
+
271
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
272
  â•­─[ src/ui/renderers/agent-list.markdown.ts:13:8 ]
273
273
  │
@@ -278,4 +278,4 @@ src/ui/renderers/agent-list.markdown.ts (13:7) [UNRESOLVED_IMPORT] Warning:
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 17750ms
281
+ ✔ Build complete in 31978ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @contractspec/example.agent-console
2
2
 
3
+ ## 1.54.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ec5e95c: chore: upgrade dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ec5e95c]
12
+ - @contractspec/lib.example-shared-ui@1.8.0
13
+ - @contractspec/lib.design-system@1.54.0
14
+ - @contractspec/lib.contracts@1.54.0
15
+ - @contractspec/lib.runtime-sandbox@0.9.0
16
+ - @contractspec/lib.schema@1.54.0
17
+
3
18
  ## 1.53.0
4
19
 
5
20
  ### 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