@contractspec/example.agent-console 1.61.0 → 2.0.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.log +51 -51
- package/CHANGELOG.md +88 -45
- package/dist/agent/agent.entity.d.ts +0 -1
- package/dist/agent/agent.enum.d.ts +0 -1
- package/dist/agent/agent.event.d.ts +4 -5
- package/dist/agent/agent.event.js +2 -2
- package/dist/agent/agent.handler.d.ts +0 -1
- package/dist/agent/agent.operation.d.ts +7 -8
- package/dist/agent/agent.operation.js +3 -3
- package/dist/agent/agent.presentation.d.ts +3 -4
- package/dist/agent/agent.presentation.js +4 -1
- package/dist/agent/agent.schema.d.ts +0 -1
- package/dist/agent/agent.test-spec.d.ts +2 -3
- package/dist/agent/agent.test-spec.js +1 -1
- package/dist/agent/index.d.ts +0 -1
- package/dist/agent/index.js +7 -4
- package/dist/agent.capability.d.ts +1 -2
- package/dist/agent.capability.js +4 -1
- package/dist/agent.feature.d.ts +1 -2
- package/dist/agent.feature.js +1 -1
- package/dist/browser/agent/agent.event.js +2 -2
- package/dist/browser/agent/agent.operation.js +3 -3
- package/dist/browser/agent/agent.presentation.js +4 -1
- package/dist/browser/agent/agent.test-spec.js +1 -1
- package/dist/browser/agent/index.js +7 -4
- package/dist/browser/agent.capability.js +4 -1
- package/dist/browser/agent.feature.js +1 -1
- package/dist/browser/docs/agent-console.docblock.js +1 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +28 -15
- package/dist/browser/presentations/index.js +12 -3
- package/dist/browser/run/index.js +11 -4
- package/dist/browser/run/run.event.js +6 -2
- package/dist/browser/run/run.operation.js +1 -1
- package/dist/browser/run/run.presentation.js +4 -1
- package/dist/browser/run/run.test-spec.js +1 -1
- package/dist/browser/tool/index.js +7 -4
- package/dist/browser/tool/tool.event.js +2 -2
- package/dist/browser/tool/tool.operation.js +1 -1
- package/dist/browser/tool/tool.presentation.js +4 -1
- package/dist/browser/tool/tool.test-spec.js +1 -1
- package/dist/docs/agent-console.docblock.d.ts +0 -1
- package/dist/docs/agent-console.docblock.js +1 -1
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/handlers/agent.handlers.d.ts +0 -1
- package/dist/handlers/index.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +28 -15
- package/dist/node/agent/agent.event.js +2 -2
- package/dist/node/agent/agent.operation.js +3 -3
- package/dist/node/agent/agent.presentation.js +4 -1
- package/dist/node/agent/agent.test-spec.js +1 -1
- package/dist/node/agent/index.js +7 -4
- package/dist/node/agent.capability.js +4 -1
- package/dist/node/agent.feature.js +1 -1
- package/dist/node/docs/agent-console.docblock.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +28 -15
- package/dist/node/presentations/index.js +12 -3
- package/dist/node/run/index.js +11 -4
- package/dist/node/run/run.event.js +6 -2
- package/dist/node/run/run.operation.js +1 -1
- package/dist/node/run/run.presentation.js +4 -1
- package/dist/node/run/run.test-spec.js +1 -1
- package/dist/node/tool/index.js +7 -4
- package/dist/node/tool/tool.event.js +2 -2
- package/dist/node/tool/tool.operation.js +1 -1
- package/dist/node/tool/tool.presentation.js +4 -1
- package/dist/node/tool/tool.test-spec.js +1 -1
- package/dist/presentations/index.d.ts +0 -1
- package/dist/presentations/index.js +12 -3
- package/dist/run/index.d.ts +0 -1
- package/dist/run/index.js +11 -4
- package/dist/run/run.entity.d.ts +0 -1
- package/dist/run/run.enum.d.ts +0 -1
- package/dist/run/run.event.d.ts +7 -8
- package/dist/run/run.event.js +6 -2
- package/dist/run/run.handler.d.ts +0 -1
- package/dist/run/run.operation.d.ts +7 -8
- package/dist/run/run.operation.js +1 -1
- package/dist/run/run.presentation.d.ts +2 -3
- package/dist/run/run.presentation.js +4 -1
- package/dist/run/run.schema.d.ts +0 -1
- package/dist/run/run.test-spec.d.ts +2 -3
- package/dist/run/run.test-spec.js +1 -1
- package/dist/seeders/index.d.ts +0 -1
- package/dist/shared/index.d.ts +0 -1
- package/dist/shared/mock-agents.d.ts +0 -1
- package/dist/shared/mock-runs.d.ts +0 -1
- package/dist/shared/mock-tools.d.ts +0 -1
- package/dist/shared/overlay-types.d.ts +0 -1
- package/dist/tool/index.d.ts +0 -1
- package/dist/tool/index.js +7 -4
- package/dist/tool/tool.entity.d.ts +0 -1
- package/dist/tool/tool.enum.d.ts +0 -1
- package/dist/tool/tool.event.d.ts +3 -4
- package/dist/tool/tool.event.js +2 -2
- package/dist/tool/tool.handler.d.ts +0 -1
- package/dist/tool/tool.operation.d.ts +5 -6
- package/dist/tool/tool.operation.js +1 -1
- package/dist/tool/tool.presentation.d.ts +2 -3
- package/dist/tool/tool.presentation.js +4 -1
- package/dist/tool/tool.schema.d.ts +0 -1
- package/dist/tool/tool.test-spec.d.ts +2 -3
- package/dist/tool/tool.test-spec.js +1 -1
- package/dist/ui/AgentDashboard.d.ts +0 -1
- package/dist/ui/AgentRunList.d.ts +0 -1
- package/dist/ui/AgentToolRegistry.d.ts +0 -1
- package/dist/ui/hooks/index.d.ts +0 -1
- package/dist/ui/hooks/useAgentList.d.ts +0 -1
- package/dist/ui/hooks/useAgentMutations.d.ts +0 -1
- package/dist/ui/hooks/useRunList.d.ts +0 -1
- package/dist/ui/hooks/useToolList.d.ts +0 -1
- package/dist/ui/index.d.ts +0 -1
- package/dist/ui/modals/AgentActionsModal.d.ts +0 -1
- package/dist/ui/modals/CreateAgentModal.d.ts +0 -1
- package/dist/ui/modals/index.d.ts +0 -1
- package/dist/ui/overlays/demo-overlays.d.ts +0 -1
- package/dist/ui/overlays/index.d.ts +0 -1
- package/dist/ui/renderers/agent-list.markdown.d.ts +1 -7
- package/dist/ui/renderers/agent-list.renderer.d.ts +1 -5
- package/dist/ui/renderers/dashboard.markdown.d.ts +1 -7
- package/dist/ui/renderers/index.d.ts +0 -1
- package/dist/ui/renderers/run-list.markdown.d.ts +1 -7
- package/dist/ui/renderers/tool-registry.markdown.d.ts +1 -7
- package/dist/ui/views/AgentListView.d.ts +0 -1
- package/dist/ui/views/RunListView.d.ts +0 -1
- package/dist/ui/views/ToolRegistryView.d.ts +0 -1
- package/dist/ui/views/index.d.ts +0 -1
- package/package.json +10 -10
- package/src/agent/agent.event.ts +2 -2
- package/src/agent/agent.operation.ts +1 -1
- package/src/agent/agent.presentation.ts +4 -1
- package/src/agent/agent.test-spec.ts +1 -1
- package/src/agent.capability.ts +4 -1
- package/src/agent.feature.ts +2 -2
- package/src/docs/agent-console.docblock.ts +2 -2
- package/src/example.ts +1 -1
- package/src/run/run.event.ts +6 -2
- package/src/run/run.operation.ts +1 -1
- package/src/run/run.presentation.ts +4 -1
- package/src/run/run.test-spec.ts +1 -1
- package/src/tool/tool.event.ts +2 -2
- package/src/tool/tool.operation.ts +1 -1
- package/src/tool/tool.presentation.ts +4 -1
- package/src/tool/tool.test-spec.ts +1 -1
- package/src/ui/renderers/agent-list.markdown.ts +2 -4
- package/src/ui/renderers/agent-list.renderer.tsx +2 -4
- package/src/ui/renderers/dashboard.markdown.ts +2 -4
- package/src/ui/renderers/run-list.markdown.ts +2 -4
- package/src/ui/renderers/tool-registry.markdown.ts +2 -4
- package/dist/agent/agent.entity.d.ts.map +0 -1
- package/dist/agent/agent.enum.d.ts.map +0 -1
- package/dist/agent/agent.event.d.ts.map +0 -1
- package/dist/agent/agent.handler.d.ts.map +0 -1
- package/dist/agent/agent.operation.d.ts.map +0 -1
- package/dist/agent/agent.presentation.d.ts.map +0 -1
- package/dist/agent/agent.schema.d.ts.map +0 -1
- package/dist/agent/agent.test-spec.d.ts.map +0 -1
- package/dist/agent/index.d.ts.map +0 -1
- package/dist/agent.capability.d.ts.map +0 -1
- package/dist/agent.feature.d.ts.map +0 -1
- package/dist/docs/agent-console.docblock.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/handlers/agent.handlers.d.ts.map +0 -1
- package/dist/handlers/index.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/presentations/index.d.ts.map +0 -1
- package/dist/run/index.d.ts.map +0 -1
- package/dist/run/run.entity.d.ts.map +0 -1
- package/dist/run/run.enum.d.ts.map +0 -1
- package/dist/run/run.event.d.ts.map +0 -1
- package/dist/run/run.handler.d.ts.map +0 -1
- package/dist/run/run.operation.d.ts.map +0 -1
- package/dist/run/run.presentation.d.ts.map +0 -1
- package/dist/run/run.schema.d.ts.map +0 -1
- package/dist/run/run.test-spec.d.ts.map +0 -1
- package/dist/seeders/index.d.ts.map +0 -1
- package/dist/shared/index.d.ts.map +0 -1
- package/dist/shared/mock-agents.d.ts.map +0 -1
- package/dist/shared/mock-runs.d.ts.map +0 -1
- package/dist/shared/mock-tools.d.ts.map +0 -1
- package/dist/shared/overlay-types.d.ts.map +0 -1
- package/dist/tool/index.d.ts.map +0 -1
- package/dist/tool/tool.entity.d.ts.map +0 -1
- package/dist/tool/tool.enum.d.ts.map +0 -1
- package/dist/tool/tool.event.d.ts.map +0 -1
- package/dist/tool/tool.handler.d.ts.map +0 -1
- package/dist/tool/tool.operation.d.ts.map +0 -1
- package/dist/tool/tool.presentation.d.ts.map +0 -1
- package/dist/tool/tool.schema.d.ts.map +0 -1
- package/dist/tool/tool.test-spec.d.ts.map +0 -1
- package/dist/ui/AgentDashboard.d.ts.map +0 -1
- package/dist/ui/AgentRunList.d.ts.map +0 -1
- package/dist/ui/AgentToolRegistry.d.ts.map +0 -1
- package/dist/ui/hooks/index.d.ts.map +0 -1
- package/dist/ui/hooks/useAgentList.d.ts.map +0 -1
- package/dist/ui/hooks/useAgentMutations.d.ts.map +0 -1
- package/dist/ui/hooks/useRunList.d.ts.map +0 -1
- package/dist/ui/hooks/useToolList.d.ts.map +0 -1
- package/dist/ui/index.d.ts.map +0 -1
- package/dist/ui/modals/AgentActionsModal.d.ts.map +0 -1
- package/dist/ui/modals/CreateAgentModal.d.ts.map +0 -1
- package/dist/ui/modals/index.d.ts.map +0 -1
- package/dist/ui/overlays/demo-overlays.d.ts.map +0 -1
- package/dist/ui/overlays/index.d.ts.map +0 -1
- package/dist/ui/renderers/agent-list.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/agent-list.renderer.d.ts.map +0 -1
- package/dist/ui/renderers/dashboard.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/index.d.ts.map +0 -1
- package/dist/ui/renderers/run-list.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/tool-registry.markdown.d.ts.map +0 -1
- package/dist/ui/views/AgentListView.d.ts.map +0 -1
- package/dist/ui/views/RunListView.d.ts.map +0 -1
- package/dist/ui/views/ToolRegistryView.d.ts.map +0 -1
- package/dist/ui/views/index.d.ts.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* AgentCreatedEvent - A new agent was created.
|
|
3
3
|
*/
|
|
4
|
-
export declare const AgentCreatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const AgentCreatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
id: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: false;
|
|
@@ -42,7 +42,7 @@ export declare const AgentCreatedEvent: import("@contractspec/lib.contracts").Ev
|
|
|
42
42
|
/**
|
|
43
43
|
* AgentUpdatedEvent - An agent was updated.
|
|
44
44
|
*/
|
|
45
|
-
export declare const AgentUpdatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
45
|
+
export declare const AgentUpdatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
46
46
|
id: {
|
|
47
47
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
@@ -72,7 +72,7 @@ export declare const AgentUpdatedEvent: import("@contractspec/lib.contracts").Ev
|
|
|
72
72
|
/**
|
|
73
73
|
* AgentToolAssignedEvent - A tool was assigned to an agent.
|
|
74
74
|
*/
|
|
75
|
-
export declare const AgentToolAssignedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
75
|
+
export declare const AgentToolAssignedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
76
76
|
agentId: {
|
|
77
77
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
78
78
|
isOptional: false;
|
|
@@ -97,7 +97,7 @@ export declare const AgentToolAssignedEvent: import("@contractspec/lib.contracts
|
|
|
97
97
|
/**
|
|
98
98
|
* AgentToolRemovedEvent - A tool was removed from an agent.
|
|
99
99
|
*/
|
|
100
|
-
export declare const AgentToolRemovedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
100
|
+
export declare const AgentToolRemovedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
101
101
|
agentId: {
|
|
102
102
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
103
103
|
isOptional: false;
|
|
@@ -119,4 +119,3 @@ export declare const AgentToolRemovedEvent: import("@contractspec/lib.contracts"
|
|
|
119
119
|
isOptional: false;
|
|
120
120
|
};
|
|
121
121
|
}>>;
|
|
122
|
-
//# sourceMappingURL=agent.event.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/agent/agent.event.ts
|
|
3
|
-
import { defineEvent
|
|
4
|
-
import { ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
3
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
4
|
+
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
5
5
|
var OWNERS = ["@agent-console-team"];
|
|
6
6
|
var AgentCreatedPayload = defineSchemaModel({
|
|
7
7
|
name: "AgentCreatedPayload",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* CreateAgentCommand - Creates a new agent configuration.
|
|
3
3
|
*/
|
|
4
|
-
export declare const CreateAgentCommand: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const CreateAgentCommand: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
organizationId: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: false;
|
|
@@ -82,13 +82,13 @@ export declare const CreateAgentCommand: import("@contractspec/lib.contracts").O
|
|
|
82
82
|
isOptional: false;
|
|
83
83
|
};
|
|
84
84
|
}>, {
|
|
85
|
-
ref: import("@contractspec/lib.contracts").EventSpecMeta;
|
|
85
|
+
ref: import("@contractspec/lib.contracts-spec").EventSpecMeta;
|
|
86
86
|
when: string;
|
|
87
87
|
}[]>;
|
|
88
88
|
/**
|
|
89
89
|
* UpdateAgentCommand - Updates an existing agent.
|
|
90
90
|
*/
|
|
91
|
-
export declare const UpdateAgentCommand: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
91
|
+
export declare const UpdateAgentCommand: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
92
92
|
agentId: {
|
|
93
93
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
94
94
|
isOptional: false;
|
|
@@ -209,7 +209,7 @@ export declare const UpdateAgentCommand: import("@contractspec/lib.contracts").O
|
|
|
209
209
|
/**
|
|
210
210
|
* GetAgentQuery - Retrieves an agent by ID.
|
|
211
211
|
*/
|
|
212
|
-
export declare const GetAgentQuery: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
212
|
+
export declare const GetAgentQuery: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
213
213
|
agentId: {
|
|
214
214
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
215
215
|
isOptional: false;
|
|
@@ -331,7 +331,7 @@ export declare const GetAgentQuery: import("@contractspec/lib.contracts").Operat
|
|
|
331
331
|
/**
|
|
332
332
|
* ListAgentsQuery - Lists agents for an organization.
|
|
333
333
|
*/
|
|
334
|
-
export declare const ListAgentsQuery: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
334
|
+
export declare const ListAgentsQuery: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
335
335
|
organizationId: {
|
|
336
336
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
337
337
|
isOptional: false;
|
|
@@ -413,7 +413,7 @@ export declare const ListAgentsQuery: import("@contractspec/lib.contracts").Oper
|
|
|
413
413
|
/**
|
|
414
414
|
* AssignToolToAgentCommand - Assigns a tool to an agent.
|
|
415
415
|
*/
|
|
416
|
-
export declare const AssignToolToAgentCommand: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
416
|
+
export declare const AssignToolToAgentCommand: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
417
417
|
agentId: {
|
|
418
418
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
419
419
|
isOptional: false;
|
|
@@ -447,7 +447,7 @@ export declare const AssignToolToAgentCommand: import("@contractspec/lib.contrac
|
|
|
447
447
|
/**
|
|
448
448
|
* RemoveToolFromAgentCommand - Removes a tool from an agent.
|
|
449
449
|
*/
|
|
450
|
-
export declare const RemoveToolFromAgentCommand: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
450
|
+
export declare const RemoveToolFromAgentCommand: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
451
451
|
agentId: {
|
|
452
452
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
453
453
|
isOptional: false;
|
|
@@ -462,4 +462,3 @@ export declare const RemoveToolFromAgentCommand: import("@contractspec/lib.contr
|
|
|
462
462
|
isOptional: false;
|
|
463
463
|
};
|
|
464
464
|
}>, undefined>;
|
|
465
|
-
//# sourceMappingURL=agent.operation.d.ts.map
|
|
@@ -21,8 +21,8 @@ var ToolChoiceEnum = defineEnum("ToolChoice", [
|
|
|
21
21
|
]);
|
|
22
22
|
|
|
23
23
|
// src/agent/agent.event.ts
|
|
24
|
-
import { defineEvent
|
|
25
|
-
import { ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
24
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
25
|
+
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
26
26
|
var OWNERS = ["@agent-console-team"];
|
|
27
27
|
var AgentCreatedPayload = defineSchemaModel({
|
|
28
28
|
name: "AgentCreatedPayload",
|
|
@@ -322,7 +322,7 @@ var UpdateAgentInputModel = defineSchemaModel2({
|
|
|
322
322
|
import {
|
|
323
323
|
defineCommand,
|
|
324
324
|
defineQuery
|
|
325
|
-
} from "@contractspec/lib.contracts/operations";
|
|
325
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
326
326
|
import { defineSchemaModel as defineSchemaModel3, ScalarTypeEnum as ScalarTypeEnum3 } from "@contractspec/lib.schema";
|
|
327
327
|
var OWNERS2 = ["@agent-console-team"];
|
|
328
328
|
var CreateAgentCommand = defineCommand({
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Presentation for displaying a list of AI agents.
|
|
3
3
|
*/
|
|
4
|
-
export declare const AgentListPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
4
|
+
export declare const AgentListPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
5
5
|
/**
|
|
6
6
|
* Presentation for agent detail view.
|
|
7
7
|
*/
|
|
8
|
-
export declare const AgentDetailPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
8
|
+
export declare const AgentDetailPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
9
9
|
/**
|
|
10
10
|
* Dashboard presentation for Agent Console - overview of agents, runs, and tools.
|
|
11
11
|
*/
|
|
12
|
-
export declare const AgentConsoleDashboardPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
13
|
-
//# sourceMappingURL=agent.presentation.d.ts.map
|
|
12
|
+
export declare const AgentConsoleDashboardPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
@@ -208,7 +208,10 @@ var UpdateAgentInputModel = defineSchemaModel({
|
|
|
208
208
|
});
|
|
209
209
|
|
|
210
210
|
// src/agent/agent.presentation.ts
|
|
211
|
-
import {
|
|
211
|
+
import {
|
|
212
|
+
definePresentation,
|
|
213
|
+
StabilityEnum
|
|
214
|
+
} from "@contractspec/lib.contracts-spec";
|
|
212
215
|
var AgentListPresentation = definePresentation({
|
|
213
216
|
meta: {
|
|
214
217
|
key: "agent-console.agent.viewList",
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export declare const agentListTest: import("@contractspec/lib.contracts").TestSpec;
|
|
2
|
-
export declare const agentGetTest: import("@contractspec/lib.contracts").TestSpec;
|
|
3
|
-
//# sourceMappingURL=agent.test-spec.d.ts.map
|
|
1
|
+
export declare const agentListTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
2
|
+
export declare const agentGetTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/agent/agent.test-spec.ts
|
|
3
|
-
import { defineTestSpec } from "@contractspec/lib.contracts";
|
|
3
|
+
import { defineTestSpec } from "@contractspec/lib.contracts-spec/tests";
|
|
4
4
|
var agentListTest = defineTestSpec({
|
|
5
5
|
meta: {
|
|
6
6
|
key: "test.agent-console.agent.list",
|
package/dist/agent/index.d.ts
CHANGED
|
@@ -8,4 +8,3 @@ export { AgentCreatedEvent, AgentUpdatedEvent, AgentToolAssignedEvent, AgentTool
|
|
|
8
8
|
export { AgentStatusEntityEnum, ModelProviderEntityEnum, AgentEntity, AgentToolEntity, } from './agent.entity';
|
|
9
9
|
export { AgentListPresentation, AgentDetailPresentation, AgentConsoleDashboardPresentation, } from './agent.presentation';
|
|
10
10
|
export { mockListAgentsHandler, mockGetAgentHandler, mockCreateAgentHandler, mockUpdateAgentHandler, type ListAgentsInput, type AgentSummary, type ListAgentsOutput, type GetAgentInput, type AgentToolRef, type AgentWithTools, } from './agent.handler';
|
|
11
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/agent/index.js
CHANGED
|
@@ -143,8 +143,8 @@ var ToolChoiceEnum = defineEnum("ToolChoice", [
|
|
|
143
143
|
]);
|
|
144
144
|
|
|
145
145
|
// src/agent/agent.event.ts
|
|
146
|
-
import { defineEvent
|
|
147
|
-
import { ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
146
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
147
|
+
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
148
148
|
var OWNERS = ["@agent-console-team"];
|
|
149
149
|
var AgentCreatedPayload = defineSchemaModel({
|
|
150
150
|
name: "AgentCreatedPayload",
|
|
@@ -740,7 +740,7 @@ var UpdateAgentInputModel = defineSchemaModel2({
|
|
|
740
740
|
import {
|
|
741
741
|
defineCommand,
|
|
742
742
|
defineQuery
|
|
743
|
-
} from "@contractspec/lib.contracts/operations";
|
|
743
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
744
744
|
import { defineSchemaModel as defineSchemaModel3, ScalarTypeEnum as ScalarTypeEnum3 } from "@contractspec/lib.schema";
|
|
745
745
|
var OWNERS2 = ["@agent-console-team"];
|
|
746
746
|
var CreateAgentCommand = defineCommand({
|
|
@@ -1146,7 +1146,10 @@ var RemoveToolFromAgentCommand = defineCommand({
|
|
|
1146
1146
|
});
|
|
1147
1147
|
|
|
1148
1148
|
// src/agent/agent.presentation.ts
|
|
1149
|
-
import {
|
|
1149
|
+
import {
|
|
1150
|
+
definePresentation,
|
|
1151
|
+
StabilityEnum
|
|
1152
|
+
} from "@contractspec/lib.contracts-spec";
|
|
1150
1153
|
var AgentListPresentation = definePresentation({
|
|
1151
1154
|
meta: {
|
|
1152
1155
|
key: "agent-console.agent.viewList",
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export declare const AgentCapability: import("@contractspec/lib.contracts").CapabilitySpec;
|
|
2
|
-
//# sourceMappingURL=agent.capability.d.ts.map
|
|
1
|
+
export declare const AgentCapability: import("@contractspec/lib.contracts-spec").CapabilitySpec;
|
package/dist/agent.capability.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/agent.capability.ts
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
defineCapability,
|
|
5
|
+
StabilityEnum
|
|
6
|
+
} from "@contractspec/lib.contracts-spec";
|
|
4
7
|
var AgentCapability = defineCapability({
|
|
5
8
|
meta: {
|
|
6
9
|
key: "agent",
|
package/dist/agent.feature.d.ts
CHANGED
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Defines the feature module for agent orchestration capabilities.
|
|
5
5
|
*/
|
|
6
|
-
import type { FeatureModuleSpec } from '@contractspec/lib.contracts';
|
|
6
|
+
import type { FeatureModuleSpec } from '@contractspec/lib.contracts-spec';
|
|
7
7
|
/**
|
|
8
8
|
* Agent Console feature module that bundles all agent, tool, and run
|
|
9
9
|
* operations, events, and presentations into an installable feature.
|
|
10
10
|
*/
|
|
11
11
|
export declare const AgentConsoleFeature: FeatureModuleSpec;
|
|
12
|
-
//# sourceMappingURL=agent.feature.d.ts.map
|
package/dist/agent.feature.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/agent/agent.event.ts
|
|
2
|
-
import { defineEvent
|
|
3
|
-
import { ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
2
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
3
|
+
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
4
4
|
var OWNERS = ["@agent-console-team"];
|
|
5
5
|
var AgentCreatedPayload = defineSchemaModel({
|
|
6
6
|
name: "AgentCreatedPayload",
|
|
@@ -20,8 +20,8 @@ var ToolChoiceEnum = defineEnum("ToolChoice", [
|
|
|
20
20
|
]);
|
|
21
21
|
|
|
22
22
|
// src/agent/agent.event.ts
|
|
23
|
-
import { defineEvent
|
|
24
|
-
import { ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
23
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
24
|
+
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
25
25
|
var OWNERS = ["@agent-console-team"];
|
|
26
26
|
var AgentCreatedPayload = defineSchemaModel({
|
|
27
27
|
name: "AgentCreatedPayload",
|
|
@@ -321,7 +321,7 @@ var UpdateAgentInputModel = defineSchemaModel2({
|
|
|
321
321
|
import {
|
|
322
322
|
defineCommand,
|
|
323
323
|
defineQuery
|
|
324
|
-
} from "@contractspec/lib.contracts/operations";
|
|
324
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
325
325
|
import { defineSchemaModel as defineSchemaModel3, ScalarTypeEnum as ScalarTypeEnum3 } from "@contractspec/lib.schema";
|
|
326
326
|
var OWNERS2 = ["@agent-console-team"];
|
|
327
327
|
var CreateAgentCommand = defineCommand({
|
|
@@ -207,7 +207,10 @@ var UpdateAgentInputModel = defineSchemaModel({
|
|
|
207
207
|
});
|
|
208
208
|
|
|
209
209
|
// src/agent/agent.presentation.ts
|
|
210
|
-
import {
|
|
210
|
+
import {
|
|
211
|
+
definePresentation,
|
|
212
|
+
StabilityEnum
|
|
213
|
+
} from "@contractspec/lib.contracts-spec";
|
|
211
214
|
var AgentListPresentation = definePresentation({
|
|
212
215
|
meta: {
|
|
213
216
|
key: "agent-console.agent.viewList",
|
|
@@ -142,8 +142,8 @@ var ToolChoiceEnum = defineEnum("ToolChoice", [
|
|
|
142
142
|
]);
|
|
143
143
|
|
|
144
144
|
// src/agent/agent.event.ts
|
|
145
|
-
import { defineEvent
|
|
146
|
-
import { ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
145
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
146
|
+
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
147
147
|
var OWNERS = ["@agent-console-team"];
|
|
148
148
|
var AgentCreatedPayload = defineSchemaModel({
|
|
149
149
|
name: "AgentCreatedPayload",
|
|
@@ -739,7 +739,7 @@ var UpdateAgentInputModel = defineSchemaModel2({
|
|
|
739
739
|
import {
|
|
740
740
|
defineCommand,
|
|
741
741
|
defineQuery
|
|
742
|
-
} from "@contractspec/lib.contracts/operations";
|
|
742
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
743
743
|
import { defineSchemaModel as defineSchemaModel3, ScalarTypeEnum as ScalarTypeEnum3 } from "@contractspec/lib.schema";
|
|
744
744
|
var OWNERS2 = ["@agent-console-team"];
|
|
745
745
|
var CreateAgentCommand = defineCommand({
|
|
@@ -1145,7 +1145,10 @@ var RemoveToolFromAgentCommand = defineCommand({
|
|
|
1145
1145
|
});
|
|
1146
1146
|
|
|
1147
1147
|
// src/agent/agent.presentation.ts
|
|
1148
|
-
import {
|
|
1148
|
+
import {
|
|
1149
|
+
definePresentation,
|
|
1150
|
+
StabilityEnum
|
|
1151
|
+
} from "@contractspec/lib.contracts-spec";
|
|
1149
1152
|
var AgentListPresentation = definePresentation({
|
|
1150
1153
|
meta: {
|
|
1151
1154
|
key: "agent-console.agent.viewList",
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
// src/agent.capability.ts
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
defineCapability,
|
|
4
|
+
StabilityEnum
|
|
5
|
+
} from "@contractspec/lib.contracts-spec";
|
|
3
6
|
var AgentCapability = defineCapability({
|
|
4
7
|
meta: {
|
|
5
8
|
key: "agent",
|
package/dist/browser/example.js
CHANGED
package/dist/browser/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/agent.feature.ts
|
|
2
|
-
import { defineFeature } from "@contractspec/lib.contracts";
|
|
2
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
3
3
|
var AgentConsoleFeature = defineFeature({
|
|
4
4
|
meta: {
|
|
5
5
|
key: "agent-console",
|
|
@@ -258,8 +258,8 @@ var ToolChoiceEnum = defineEnum("ToolChoice", [
|
|
|
258
258
|
]);
|
|
259
259
|
|
|
260
260
|
// src/agent/agent.event.ts
|
|
261
|
-
import { defineEvent
|
|
262
|
-
import { ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
261
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
262
|
+
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
263
263
|
var OWNERS = ["@agent-console-team"];
|
|
264
264
|
var AgentCreatedPayload = defineSchemaModel({
|
|
265
265
|
name: "AgentCreatedPayload",
|
|
@@ -855,7 +855,7 @@ var UpdateAgentInputModel = defineSchemaModel2({
|
|
|
855
855
|
import {
|
|
856
856
|
defineCommand,
|
|
857
857
|
defineQuery
|
|
858
|
-
} from "@contractspec/lib.contracts/operations";
|
|
858
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
859
859
|
import { defineSchemaModel as defineSchemaModel3, ScalarTypeEnum as ScalarTypeEnum3 } from "@contractspec/lib.schema";
|
|
860
860
|
var OWNERS2 = ["@agent-console-team"];
|
|
861
861
|
var CreateAgentCommand = defineCommand({
|
|
@@ -1261,7 +1261,10 @@ var RemoveToolFromAgentCommand = defineCommand({
|
|
|
1261
1261
|
});
|
|
1262
1262
|
|
|
1263
1263
|
// src/agent/agent.presentation.ts
|
|
1264
|
-
import {
|
|
1264
|
+
import {
|
|
1265
|
+
definePresentation,
|
|
1266
|
+
StabilityEnum
|
|
1267
|
+
} from "@contractspec/lib.contracts-spec";
|
|
1265
1268
|
var AgentListPresentation = definePresentation({
|
|
1266
1269
|
meta: {
|
|
1267
1270
|
key: "agent-console.agent.viewList",
|
|
@@ -1327,7 +1330,7 @@ var AgentConsoleDashboardPresentation = definePresentation({
|
|
|
1327
1330
|
policy: { flags: ["agent-console.enabled"] }
|
|
1328
1331
|
});
|
|
1329
1332
|
// src/docs/agent-console.docblock.ts
|
|
1330
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
1333
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
1331
1334
|
var agentConsoleDocBlocks = [
|
|
1332
1335
|
{
|
|
1333
1336
|
id: "docs.examples.agent-console.goal",
|
|
@@ -1420,7 +1423,7 @@ var agentConsoleDocBlocks = [
|
|
|
1420
1423
|
];
|
|
1421
1424
|
registerDocBlocks(agentConsoleDocBlocks);
|
|
1422
1425
|
// src/example.ts
|
|
1423
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
1426
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
1424
1427
|
var example = defineExample({
|
|
1425
1428
|
meta: {
|
|
1426
1429
|
key: "agent-console",
|
|
@@ -2126,7 +2129,7 @@ var TimelineDataPointModel = defineSchemaModel4({
|
|
|
2126
2129
|
import {
|
|
2127
2130
|
defineCommand as defineCommand2,
|
|
2128
2131
|
defineQuery as defineQuery2
|
|
2129
|
-
} from "@contractspec/lib.contracts/operations";
|
|
2132
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
2130
2133
|
import { defineSchemaModel as defineSchemaModel5, ScalarTypeEnum as ScalarTypeEnum5 } from "@contractspec/lib.schema";
|
|
2131
2134
|
var OWNERS3 = ["@agent-console-team"];
|
|
2132
2135
|
var ExecuteAgentCommand = defineCommand2({
|
|
@@ -2611,8 +2614,12 @@ var GetRunMetricsQuery = defineQuery2({
|
|
|
2611
2614
|
});
|
|
2612
2615
|
|
|
2613
2616
|
// src/run/run.event.ts
|
|
2614
|
-
import { defineEvent as defineEvent2
|
|
2615
|
-
import {
|
|
2617
|
+
import { defineEvent as defineEvent2 } from "@contractspec/lib.contracts-spec";
|
|
2618
|
+
import {
|
|
2619
|
+
ScalarTypeEnum as ScalarTypeEnum6,
|
|
2620
|
+
defineEnum as defineEnum3,
|
|
2621
|
+
defineSchemaModel as defineSchemaModel6
|
|
2622
|
+
} from "@contractspec/lib.schema";
|
|
2616
2623
|
var OWNERS4 = ["@agent-console-team"];
|
|
2617
2624
|
var RunStartedPayload = defineSchemaModel6({
|
|
2618
2625
|
name: "RunStartedPayload",
|
|
@@ -2969,7 +2976,10 @@ var RunLogEntity = defineEntity2({
|
|
|
2969
2976
|
});
|
|
2970
2977
|
|
|
2971
2978
|
// src/run/run.presentation.ts
|
|
2972
|
-
import {
|
|
2979
|
+
import {
|
|
2980
|
+
StabilityEnum as StabilityEnum2,
|
|
2981
|
+
definePresentation as definePresentation2
|
|
2982
|
+
} from "@contractspec/lib.contracts-spec";
|
|
2973
2983
|
var RunListPresentation = definePresentation2({
|
|
2974
2984
|
meta: {
|
|
2975
2985
|
key: "agent-console.run.list",
|
|
@@ -3153,7 +3163,7 @@ var UpdateToolInputModel = defineSchemaModel7({
|
|
|
3153
3163
|
import {
|
|
3154
3164
|
defineCommand as defineCommand3,
|
|
3155
3165
|
defineQuery as defineQuery3
|
|
3156
|
-
} from "@contractspec/lib.contracts/operations";
|
|
3166
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
3157
3167
|
import { defineSchemaModel as defineSchemaModel8, ScalarTypeEnum as ScalarTypeEnum8 } from "@contractspec/lib.schema";
|
|
3158
3168
|
var OWNERS5 = ["@agent-console-team"];
|
|
3159
3169
|
var CreateToolCommand = defineCommand3({
|
|
@@ -3490,8 +3500,8 @@ var TestToolCommand = defineCommand3({
|
|
|
3490
3500
|
});
|
|
3491
3501
|
|
|
3492
3502
|
// src/tool/tool.event.ts
|
|
3493
|
-
import { defineEvent as defineEvent3
|
|
3494
|
-
import { ScalarTypeEnum as ScalarTypeEnum9 } from "@contractspec/lib.schema";
|
|
3503
|
+
import { defineEvent as defineEvent3 } from "@contractspec/lib.contracts-spec";
|
|
3504
|
+
import { ScalarTypeEnum as ScalarTypeEnum9, defineSchemaModel as defineSchemaModel9 } from "@contractspec/lib.schema";
|
|
3495
3505
|
var OWNERS6 = ["@agent-console-team"];
|
|
3496
3506
|
var ToolCreatedPayload = defineSchemaModel9({
|
|
3497
3507
|
name: "ToolCreatedPayload",
|
|
@@ -3670,7 +3680,10 @@ var ToolEntity = defineEntity3({
|
|
|
3670
3680
|
});
|
|
3671
3681
|
|
|
3672
3682
|
// src/tool/tool.presentation.ts
|
|
3673
|
-
import {
|
|
3683
|
+
import {
|
|
3684
|
+
StabilityEnum as StabilityEnum3,
|
|
3685
|
+
definePresentation as definePresentation3
|
|
3686
|
+
} from "@contractspec/lib.contracts-spec";
|
|
3674
3687
|
var ToolListPresentation = definePresentation3({
|
|
3675
3688
|
meta: {
|
|
3676
3689
|
key: "agent-console.tool.list",
|
|
@@ -207,7 +207,10 @@ var UpdateAgentInputModel = defineSchemaModel({
|
|
|
207
207
|
});
|
|
208
208
|
|
|
209
209
|
// src/agent/agent.presentation.ts
|
|
210
|
-
import {
|
|
210
|
+
import {
|
|
211
|
+
definePresentation,
|
|
212
|
+
StabilityEnum
|
|
213
|
+
} from "@contractspec/lib.contracts-spec";
|
|
211
214
|
var AgentListPresentation = definePresentation({
|
|
212
215
|
meta: {
|
|
213
216
|
key: "agent-console.agent.viewList",
|
|
@@ -445,7 +448,10 @@ var TimelineDataPointModel = defineSchemaModel2({
|
|
|
445
448
|
});
|
|
446
449
|
|
|
447
450
|
// src/run/run.presentation.ts
|
|
448
|
-
import {
|
|
451
|
+
import {
|
|
452
|
+
StabilityEnum as StabilityEnum2,
|
|
453
|
+
definePresentation as definePresentation2
|
|
454
|
+
} from "@contractspec/lib.contracts-spec";
|
|
449
455
|
var RunListPresentation = definePresentation2({
|
|
450
456
|
meta: {
|
|
451
457
|
key: "agent-console.run.list",
|
|
@@ -627,7 +633,10 @@ var UpdateToolInputModel = defineSchemaModel3({
|
|
|
627
633
|
});
|
|
628
634
|
|
|
629
635
|
// src/tool/tool.presentation.ts
|
|
630
|
-
import {
|
|
636
|
+
import {
|
|
637
|
+
StabilityEnum as StabilityEnum3,
|
|
638
|
+
definePresentation as definePresentation3
|
|
639
|
+
} from "@contractspec/lib.contracts-spec";
|
|
631
640
|
var ToolListPresentation = definePresentation3({
|
|
632
641
|
meta: {
|
|
633
642
|
key: "agent-console.tool.list",
|
|
@@ -422,7 +422,7 @@ var TimelineDataPointModel = defineSchemaModel({
|
|
|
422
422
|
import {
|
|
423
423
|
defineCommand,
|
|
424
424
|
defineQuery
|
|
425
|
-
} from "@contractspec/lib.contracts/operations";
|
|
425
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
426
426
|
import { defineSchemaModel as defineSchemaModel2, ScalarTypeEnum as ScalarTypeEnum2 } from "@contractspec/lib.schema";
|
|
427
427
|
var OWNERS = ["@agent-console-team"];
|
|
428
428
|
var ExecuteAgentCommand = defineCommand({
|
|
@@ -907,8 +907,12 @@ var GetRunMetricsQuery = defineQuery({
|
|
|
907
907
|
});
|
|
908
908
|
|
|
909
909
|
// src/run/run.event.ts
|
|
910
|
-
import { defineEvent
|
|
911
|
-
import {
|
|
910
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
911
|
+
import {
|
|
912
|
+
ScalarTypeEnum as ScalarTypeEnum3,
|
|
913
|
+
defineEnum as defineEnum2,
|
|
914
|
+
defineSchemaModel as defineSchemaModel3
|
|
915
|
+
} from "@contractspec/lib.schema";
|
|
912
916
|
var OWNERS2 = ["@agent-console-team"];
|
|
913
917
|
var RunStartedPayload = defineSchemaModel3({
|
|
914
918
|
name: "RunStartedPayload",
|
|
@@ -1265,7 +1269,10 @@ var RunLogEntity = defineEntity({
|
|
|
1265
1269
|
});
|
|
1266
1270
|
|
|
1267
1271
|
// src/run/run.presentation.ts
|
|
1268
|
-
import {
|
|
1272
|
+
import {
|
|
1273
|
+
StabilityEnum,
|
|
1274
|
+
definePresentation
|
|
1275
|
+
} from "@contractspec/lib.contracts-spec";
|
|
1269
1276
|
var RunListPresentation = definePresentation({
|
|
1270
1277
|
meta: {
|
|
1271
1278
|
key: "agent-console.run.list",
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
// src/run/run.event.ts
|
|
2
|
-
import { defineEvent
|
|
3
|
-
import {
|
|
2
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
3
|
+
import {
|
|
4
|
+
ScalarTypeEnum,
|
|
5
|
+
defineEnum,
|
|
6
|
+
defineSchemaModel
|
|
7
|
+
} from "@contractspec/lib.schema";
|
|
4
8
|
var OWNERS = ["@agent-console-team"];
|
|
5
9
|
var RunStartedPayload = defineSchemaModel({
|
|
6
10
|
name: "RunStartedPayload",
|
|
@@ -173,7 +173,7 @@ var TimelineDataPointModel = defineSchemaModel({
|
|
|
173
173
|
import {
|
|
174
174
|
defineCommand,
|
|
175
175
|
defineQuery
|
|
176
|
-
} from "@contractspec/lib.contracts/operations";
|
|
176
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
177
177
|
import { defineSchemaModel as defineSchemaModel2, ScalarTypeEnum as ScalarTypeEnum2 } from "@contractspec/lib.schema";
|
|
178
178
|
var OWNERS = ["@agent-console-team"];
|
|
179
179
|
var ExecuteAgentCommand = defineCommand({
|
|
@@ -170,7 +170,10 @@ var TimelineDataPointModel = defineSchemaModel({
|
|
|
170
170
|
});
|
|
171
171
|
|
|
172
172
|
// src/run/run.presentation.ts
|
|
173
|
-
import {
|
|
173
|
+
import {
|
|
174
|
+
StabilityEnum,
|
|
175
|
+
definePresentation
|
|
176
|
+
} from "@contractspec/lib.contracts-spec";
|
|
174
177
|
var RunListPresentation = definePresentation({
|
|
175
178
|
meta: {
|
|
176
179
|
key: "agent-console.run.list",
|