@contractspec/example.agent-console 1.56.0 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build$colon$bundle.log +96 -91
- package/.turbo/turbo-build.log +283 -283
- package/CHANGELOG.md +32 -0
- package/dist/agent/agent.entity.d.ts.map +1 -1
- package/dist/agent/agent.enum.d.ts +4 -4
- package/dist/agent/agent.enum.d.ts.map +1 -1
- package/dist/agent/agent.event.d.ts +31 -31
- package/dist/agent/agent.event.d.ts.map +1 -1
- package/dist/agent/agent.handler.d.ts.map +1 -1
- package/dist/agent/agent.operation.d.ts +117 -117
- package/dist/agent/agent.operation.d.ts.map +1 -1
- package/dist/agent/agent.presentation.d.ts +4 -4
- package/dist/agent/agent.presentation.d.ts.map +1 -1
- package/dist/agent/agent.schema.d.ts +95 -95
- package/dist/agent/agent.schema.d.ts.map +1 -1
- package/dist/agent/agent.test-spec.d.ts +3 -3
- package/dist/agent/agent.test-spec.d.ts.map +1 -1
- package/dist/agent.capability.d.ts.map +1 -1
- package/dist/agent.feature.d.ts +0 -1
- package/dist/agent.feature.d.ts.map +1 -1
- package/dist/example.d.ts.map +1 -1
- package/dist/example.js +1 -2
- package/dist/example.js.map +1 -1
- package/dist/handlers/agent.handlers.d.ts +0 -1
- package/dist/handlers/agent.handlers.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/run/run.entity.d.ts +56 -56
- package/dist/run/run.entity.d.ts.map +1 -1
- package/dist/run/run.enum.d.ts +5 -5
- package/dist/run/run.enum.d.ts.map +1 -1
- package/dist/run/run.event.d.ts +71 -71
- package/dist/run/run.event.d.ts.map +1 -1
- package/dist/run/run.handler.d.ts.map +1 -1
- package/dist/run/run.operation.d.ts +175 -175
- package/dist/run/run.operation.d.ts.map +1 -1
- package/dist/run/run.presentation.d.ts +3 -3
- package/dist/run/run.presentation.d.ts.map +1 -1
- package/dist/run/run.schema.d.ts +99 -99
- package/dist/run/run.schema.d.ts.map +1 -1
- package/dist/run/run.test-spec.d.ts +3 -3
- package/dist/run/run.test-spec.d.ts.map +1 -1
- package/dist/seeders/index.d.ts.map +1 -1
- package/dist/shared/mock-agents.d.ts.map +1 -1
- package/dist/shared/mock-runs.d.ts.map +1 -1
- package/dist/shared/mock-tools.d.ts.map +1 -1
- package/dist/shared/overlay-types.d.ts.map +1 -1
- package/dist/tool/tool.entity.d.ts +24 -24
- package/dist/tool/tool.entity.d.ts.map +1 -1
- package/dist/tool/tool.enum.d.ts +4 -4
- package/dist/tool/tool.enum.d.ts.map +1 -1
- package/dist/tool/tool.event.d.ts +25 -25
- package/dist/tool/tool.event.d.ts.map +1 -1
- package/dist/tool/tool.handler.d.ts.map +1 -1
- package/dist/tool/tool.operation.d.ts +101 -101
- package/dist/tool/tool.operation.d.ts.map +1 -1
- package/dist/tool/tool.presentation.d.ts +3 -3
- package/dist/tool/tool.presentation.d.ts.map +1 -1
- package/dist/tool/tool.schema.d.ts +52 -52
- package/dist/tool/tool.schema.d.ts.map +1 -1
- package/dist/tool/tool.test-spec.d.ts +3 -3
- package/dist/tool/tool.test-spec.d.ts.map +1 -1
- package/dist/ui/AgentDashboard.d.ts.map +1 -1
- package/dist/ui/hooks/useAgentList.d.ts.map +1 -1
- package/dist/ui/hooks/useAgentMutations.d.ts.map +1 -1
- package/dist/ui/hooks/useRunList.d.ts.map +1 -1
- package/dist/ui/hooks/useToolList.d.ts.map +1 -1
- package/dist/ui/modals/AgentActionsModal.d.ts +2 -2
- package/dist/ui/modals/AgentActionsModal.d.ts.map +1 -1
- package/dist/ui/modals/CreateAgentModal.d.ts +2 -2
- package/dist/ui/modals/CreateAgentModal.d.ts.map +1 -1
- package/dist/ui/overlays/demo-overlays.d.ts +0 -1
- package/dist/ui/overlays/demo-overlays.d.ts.map +1 -1
- package/dist/ui/renderers/agent-list.markdown.d.ts +0 -1
- package/dist/ui/renderers/agent-list.markdown.d.ts.map +1 -1
- package/dist/ui/renderers/agent-list.renderer.d.ts +0 -1
- package/dist/ui/renderers/agent-list.renderer.d.ts.map +1 -1
- package/dist/ui/renderers/dashboard.markdown.d.ts +0 -1
- package/dist/ui/renderers/dashboard.markdown.d.ts.map +1 -1
- package/dist/ui/renderers/run-list.markdown.d.ts +0 -1
- package/dist/ui/renderers/run-list.markdown.d.ts.map +1 -1
- package/dist/ui/renderers/tool-registry.markdown.d.ts +0 -1
- package/dist/ui/renderers/tool-registry.markdown.d.ts.map +1 -1
- package/dist/ui/views/AgentListView.d.ts.map +1 -1
- package/dist/ui/views/RunListView.d.ts +2 -2
- package/dist/ui/views/RunListView.d.ts.map +1 -1
- package/dist/ui/views/ToolRegistryView.d.ts +2 -2
- package/dist/ui/views/ToolRegistryView.d.ts.map +1 -1
- package/package.json +10 -10
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/tool/tool.entity.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Tool category enum for entities.
|
|
6
6
|
*/
|
|
7
|
-
declare const ToolCategoryEntityEnum:
|
|
7
|
+
declare const ToolCategoryEntityEnum: _contractspec_lib_schema0.EntityEnumDef;
|
|
8
8
|
/**
|
|
9
9
|
* Tool status enum for entities.
|
|
10
10
|
*/
|
|
11
|
-
declare const ToolStatusEntityEnum:
|
|
11
|
+
declare const ToolStatusEntityEnum: _contractspec_lib_schema0.EntityEnumDef;
|
|
12
12
|
/**
|
|
13
13
|
* Implementation type enum for entities.
|
|
14
14
|
*/
|
|
15
|
-
declare const ImplementationTypeEntityEnum:
|
|
15
|
+
declare const ImplementationTypeEntityEnum: _contractspec_lib_schema0.EntityEnumDef;
|
|
16
16
|
/**
|
|
17
17
|
* Tool entity - Represents an AI tool definition.
|
|
18
18
|
*/
|
|
19
|
-
declare const ToolEntity:
|
|
20
|
-
id:
|
|
21
|
-
organizationId:
|
|
22
|
-
name:
|
|
23
|
-
slug:
|
|
24
|
-
description:
|
|
25
|
-
category:
|
|
26
|
-
status:
|
|
27
|
-
parametersSchema:
|
|
28
|
-
outputSchema:
|
|
29
|
-
implementationType:
|
|
30
|
-
implementationConfig:
|
|
31
|
-
maxInvocationsPerMinute:
|
|
32
|
-
timeoutMs:
|
|
33
|
-
version:
|
|
34
|
-
tags:
|
|
35
|
-
createdAt:
|
|
36
|
-
updatedAt:
|
|
37
|
-
createdById:
|
|
38
|
-
agents:
|
|
19
|
+
declare const ToolEntity: _contractspec_lib_schema0.EntitySpec<{
|
|
20
|
+
id: _contractspec_lib_schema0.EntityScalarField;
|
|
21
|
+
organizationId: _contractspec_lib_schema0.EntityScalarField;
|
|
22
|
+
name: _contractspec_lib_schema0.EntityScalarField;
|
|
23
|
+
slug: _contractspec_lib_schema0.EntityScalarField;
|
|
24
|
+
description: _contractspec_lib_schema0.EntityScalarField;
|
|
25
|
+
category: _contractspec_lib_schema0.EntityEnumField;
|
|
26
|
+
status: _contractspec_lib_schema0.EntityEnumField;
|
|
27
|
+
parametersSchema: _contractspec_lib_schema0.EntityScalarField;
|
|
28
|
+
outputSchema: _contractspec_lib_schema0.EntityScalarField;
|
|
29
|
+
implementationType: _contractspec_lib_schema0.EntityEnumField;
|
|
30
|
+
implementationConfig: _contractspec_lib_schema0.EntityScalarField;
|
|
31
|
+
maxInvocationsPerMinute: _contractspec_lib_schema0.EntityScalarField;
|
|
32
|
+
timeoutMs: _contractspec_lib_schema0.EntityScalarField;
|
|
33
|
+
version: _contractspec_lib_schema0.EntityScalarField;
|
|
34
|
+
tags: _contractspec_lib_schema0.EntityScalarField;
|
|
35
|
+
createdAt: _contractspec_lib_schema0.EntityScalarField;
|
|
36
|
+
updatedAt: _contractspec_lib_schema0.EntityScalarField;
|
|
37
|
+
createdById: _contractspec_lib_schema0.EntityScalarField;
|
|
38
|
+
agents: _contractspec_lib_schema0.EntityRelationField;
|
|
39
39
|
}>;
|
|
40
40
|
//#endregion
|
|
41
41
|
export { ImplementationTypeEntityEnum, ToolCategoryEntityEnum, ToolEntity, ToolStatusEntityEnum };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool.entity.d.ts","names":[],"sources":["../../src/tool/tool.entity.ts"],"
|
|
1
|
+
{"version":3,"file":"tool.entity.d.ts","names":[],"sources":["../../src/tool/tool.entity.ts"],"mappings":";;;;;;cAUa,sBAAA,EAWX,yBAAA,CAXiC,aAAA;;;;cAgBtB,oBAAA,EAIX,yBAAA,CAJ+B,aAAA;AAAjC;;;AAAA,cASa,4BAAA,EAIX,yBAAA,CAJuC,aAAA;;AAAzC;;cASa,UAAA,4BAAU,UAAA;MAsDrB,yBAAA,CAAA,iBAAA"}
|
package/dist/tool/tool.enum.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/tool/tool.enum.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Tool category enum.
|
|
6
6
|
*/
|
|
7
|
-
declare const ToolCategoryEnum:
|
|
7
|
+
declare const ToolCategoryEnum: _contractspec_lib_schema0.EnumType<[string, string, string, string, string, string]>;
|
|
8
8
|
/**
|
|
9
9
|
* Tool status enum.
|
|
10
10
|
*/
|
|
11
|
-
declare const ToolStatusEnum:
|
|
11
|
+
declare const ToolStatusEnum: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
12
12
|
/**
|
|
13
13
|
* Implementation type enum.
|
|
14
14
|
*/
|
|
15
|
-
declare const ImplementationTypeEnum:
|
|
15
|
+
declare const ImplementationTypeEnum: _contractspec_lib_schema0.EnumType<[string, string, string]>;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { ImplementationTypeEnum, ToolCategoryEnum, ToolStatusEnum };
|
|
18
18
|
//# sourceMappingURL=tool.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool.enum.d.ts","names":[],"sources":["../../src/tool/tool.enum.ts"],"
|
|
1
|
+
{"version":3,"file":"tool.enum.d.ts","names":[],"sources":["../../src/tool/tool.enum.ts"],"mappings":";;;;;;cAKa,gBAAA,EAOX,yBAAA,CAP2B,QAAA;;;;cAYhB,cAAA,EAKX,yBAAA,CALyB,QAAA;AAA3B;;;AAAA,cAUa,sBAAA,EAIX,yBAAA,CAJiC,QAAA"}
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
|
+
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/tool/tool.event.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* ToolCreatedEvent - A new tool was created.
|
|
7
7
|
*/
|
|
8
|
-
declare const ToolCreatedEvent:
|
|
8
|
+
declare const ToolCreatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
9
9
|
id: {
|
|
10
|
-
type:
|
|
10
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
12
12
|
};
|
|
13
13
|
organizationId: {
|
|
14
|
-
type:
|
|
14
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
15
15
|
isOptional: false;
|
|
16
16
|
};
|
|
17
17
|
name: {
|
|
18
|
-
type:
|
|
18
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
19
19
|
isOptional: false;
|
|
20
20
|
};
|
|
21
21
|
slug: {
|
|
22
|
-
type:
|
|
22
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
23
23
|
isOptional: false;
|
|
24
24
|
};
|
|
25
25
|
category: {
|
|
26
|
-
type:
|
|
26
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
27
27
|
isOptional: false;
|
|
28
28
|
};
|
|
29
29
|
implementationType: {
|
|
30
|
-
type:
|
|
30
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
31
31
|
isOptional: false;
|
|
32
32
|
};
|
|
33
33
|
createdById: {
|
|
34
|
-
type:
|
|
34
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
35
35
|
isOptional: true;
|
|
36
36
|
};
|
|
37
37
|
createdAt: {
|
|
38
|
-
type:
|
|
38
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
39
39
|
isOptional: false;
|
|
40
40
|
};
|
|
41
41
|
}>>;
|
|
42
42
|
/**
|
|
43
43
|
* ToolUpdatedEvent - A tool was updated.
|
|
44
44
|
*/
|
|
45
|
-
declare const ToolUpdatedEvent:
|
|
45
|
+
declare const ToolUpdatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
46
46
|
id: {
|
|
47
|
-
type:
|
|
47
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
49
49
|
};
|
|
50
50
|
organizationId: {
|
|
51
|
-
type:
|
|
51
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
52
52
|
isOptional: false;
|
|
53
53
|
};
|
|
54
54
|
name: {
|
|
55
|
-
type:
|
|
55
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
56
56
|
isOptional: false;
|
|
57
57
|
};
|
|
58
58
|
status: {
|
|
59
|
-
type:
|
|
59
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
60
60
|
isOptional: false;
|
|
61
61
|
};
|
|
62
62
|
updatedFields: {
|
|
63
|
-
type:
|
|
63
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
64
64
|
isArray: true;
|
|
65
65
|
isOptional: false;
|
|
66
66
|
};
|
|
67
67
|
updatedAt: {
|
|
68
|
-
type:
|
|
68
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
69
69
|
isOptional: false;
|
|
70
70
|
};
|
|
71
71
|
}>>;
|
|
72
72
|
/**
|
|
73
73
|
* ToolStatusChangedEvent - A tool's status was changed.
|
|
74
74
|
*/
|
|
75
|
-
declare const ToolStatusChangedEvent:
|
|
75
|
+
declare const ToolStatusChangedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
76
76
|
id: {
|
|
77
|
-
type:
|
|
77
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
78
78
|
isOptional: false;
|
|
79
79
|
};
|
|
80
80
|
organizationId: {
|
|
81
|
-
type:
|
|
81
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
82
82
|
isOptional: false;
|
|
83
83
|
};
|
|
84
84
|
name: {
|
|
85
|
-
type:
|
|
85
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
86
86
|
isOptional: false;
|
|
87
87
|
};
|
|
88
88
|
previousStatus: {
|
|
89
|
-
type:
|
|
89
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
90
90
|
isOptional: false;
|
|
91
91
|
};
|
|
92
92
|
newStatus: {
|
|
93
|
-
type:
|
|
93
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
94
94
|
isOptional: false;
|
|
95
95
|
};
|
|
96
96
|
changedAt: {
|
|
97
|
-
type:
|
|
97
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
98
98
|
isOptional: false;
|
|
99
99
|
};
|
|
100
100
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool.event.d.ts","names":[],"sources":["../../src/tool/tool.event.ts"],"
|
|
1
|
+
{"version":3,"file":"tool.event.d.ts","names":[],"sources":["../../src/tool/tool.event.ts"],"mappings":";;;;;;;cAgCa,gBAAA,EAAgB,4BAAA,CAAA,SAAA,2BAAA,WAAA;;UAU3B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BW,gBAAA,EAAgB,4BAAA,CAAA,SAAA,2BAAA,WAAA;;UAU3B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2BW,sBAAA,EAAsB,4BAAA,CAAA,SAAA,2BAAA,WAAA;;UAWjC,yBAAA,CAAA,SAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool.handler.d.ts","names":[],"sources":["../../src/tool/tool.handler.ts"],"
|
|
1
|
+
{"version":3,"file":"tool.handler.d.ts","names":[],"sources":["../../src/tool/tool.handler.ts"],"mappings":";UAKiB,cAAA;EACf,cAAA;EACA,QAAA;EAOA,MAAA;EACA,MAAA;EACA,KAAA;EACA,MAAA;AAAA;AAAA,UAGe,WAAA;EACf,EAAA;EACA,IAAA;EACA,IAAA;EACA,WAAA;EACA,QAAA;EAOA,MAAA;EACA,OAAA;EACA,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,eAAA;EACf,KAAA,EAAO,WAAA;EACP,KAAA;EACA,OAAA;AAAA;;;;iBAMoB,oBAAA,CACpB,KAAA,EAAO,cAAA,GACN,OAAA,CAAQ,eAAA;;AAXX;;iBAmDsB,kBAAA,CAAmB,KAAA;EAAS,MAAA;AAAA,IAAgB,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAS5C,qBAAA,CAAsB,KAAA;EAC1C,cAAA;EACA,IAAA;EACA,IAAA;EACA,WAAA;EACA,kBAAA;AAAA,IACD,OAAA;;;;;;;;;iBAgBqB,qBAAA,CAAsB,KAAA;EAC1C,MAAA;EACA,IAAA;EACA,MAAA;AAAA,IACD,OAAA;;;;aAJ0C,IAAA;AAAA;;;AAA3C;iBAkBsB,mBAAA,CAAoB,KAAA;EACxC,MAAA;EACA,SAAA,EAAW,MAAA;AAAA,IACZ,OAAA"}
|