@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,168 +1,168 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/tool/tool.schema.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* AI tool definition.
|
|
6
6
|
*/
|
|
7
|
-
declare const ToolModel:
|
|
7
|
+
declare const ToolModel: _contractspec_lib_schema0.SchemaModel<{
|
|
8
8
|
id: {
|
|
9
|
-
type:
|
|
9
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
organizationId: {
|
|
13
|
-
type:
|
|
13
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
name: {
|
|
17
|
-
type:
|
|
17
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
18
18
|
isOptional: false;
|
|
19
19
|
};
|
|
20
20
|
slug: {
|
|
21
|
-
type:
|
|
21
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
description: {
|
|
25
|
-
type:
|
|
25
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
26
26
|
isOptional: false;
|
|
27
27
|
};
|
|
28
28
|
category: {
|
|
29
|
-
type:
|
|
29
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string, string, string]>;
|
|
30
30
|
isOptional: false;
|
|
31
31
|
};
|
|
32
32
|
status: {
|
|
33
|
-
type:
|
|
33
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
34
34
|
isOptional: false;
|
|
35
35
|
};
|
|
36
36
|
parametersSchema: {
|
|
37
|
-
type:
|
|
37
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
38
38
|
isOptional: false;
|
|
39
39
|
};
|
|
40
40
|
outputSchema: {
|
|
41
|
-
type:
|
|
41
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
42
42
|
isOptional: true;
|
|
43
43
|
};
|
|
44
44
|
implementationType: {
|
|
45
|
-
type:
|
|
45
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string]>;
|
|
46
46
|
isOptional: false;
|
|
47
47
|
};
|
|
48
48
|
implementationConfig: {
|
|
49
|
-
type:
|
|
49
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
50
50
|
isOptional: false;
|
|
51
51
|
};
|
|
52
52
|
maxInvocationsPerMinute: {
|
|
53
|
-
type:
|
|
53
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
54
54
|
isOptional: true;
|
|
55
55
|
};
|
|
56
56
|
timeoutMs: {
|
|
57
|
-
type:
|
|
57
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
58
58
|
isOptional: false;
|
|
59
59
|
defaultValue: number;
|
|
60
60
|
};
|
|
61
61
|
version: {
|
|
62
|
-
type:
|
|
62
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
63
63
|
isOptional: false;
|
|
64
64
|
};
|
|
65
65
|
tags: {
|
|
66
|
-
type:
|
|
66
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
67
67
|
isArray: true;
|
|
68
68
|
isOptional: true;
|
|
69
69
|
};
|
|
70
70
|
createdAt: {
|
|
71
|
-
type:
|
|
71
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
72
72
|
isOptional: false;
|
|
73
73
|
};
|
|
74
74
|
updatedAt: {
|
|
75
|
-
type:
|
|
75
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
76
76
|
isOptional: false;
|
|
77
77
|
};
|
|
78
78
|
}>;
|
|
79
79
|
/**
|
|
80
80
|
* Summary of a tool for list views.
|
|
81
81
|
*/
|
|
82
|
-
declare const ToolSummaryModel:
|
|
82
|
+
declare const ToolSummaryModel: _contractspec_lib_schema0.SchemaModel<{
|
|
83
83
|
id: {
|
|
84
|
-
type:
|
|
84
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
85
85
|
isOptional: false;
|
|
86
86
|
};
|
|
87
87
|
name: {
|
|
88
|
-
type:
|
|
88
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
89
89
|
isOptional: false;
|
|
90
90
|
};
|
|
91
91
|
slug: {
|
|
92
|
-
type:
|
|
92
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
93
93
|
isOptional: false;
|
|
94
94
|
};
|
|
95
95
|
description: {
|
|
96
|
-
type:
|
|
96
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
97
97
|
isOptional: false;
|
|
98
98
|
};
|
|
99
99
|
category: {
|
|
100
|
-
type:
|
|
100
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string, string, string]>;
|
|
101
101
|
isOptional: false;
|
|
102
102
|
};
|
|
103
103
|
status: {
|
|
104
|
-
type:
|
|
104
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
105
105
|
isOptional: false;
|
|
106
106
|
};
|
|
107
107
|
version: {
|
|
108
|
-
type:
|
|
108
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
109
109
|
isOptional: false;
|
|
110
110
|
};
|
|
111
111
|
createdAt: {
|
|
112
|
-
type:
|
|
112
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
113
113
|
isOptional: false;
|
|
114
114
|
};
|
|
115
115
|
}>;
|
|
116
116
|
/**
|
|
117
117
|
* Input for creating a tool.
|
|
118
118
|
*/
|
|
119
|
-
declare const CreateToolInputModel:
|
|
119
|
+
declare const CreateToolInputModel: _contractspec_lib_schema0.SchemaModel<{
|
|
120
120
|
organizationId: {
|
|
121
|
-
type:
|
|
121
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
122
122
|
isOptional: false;
|
|
123
123
|
};
|
|
124
124
|
name: {
|
|
125
|
-
type:
|
|
125
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
126
126
|
isOptional: false;
|
|
127
127
|
};
|
|
128
128
|
slug: {
|
|
129
|
-
type:
|
|
129
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
130
130
|
isOptional: false;
|
|
131
131
|
};
|
|
132
132
|
description: {
|
|
133
|
-
type:
|
|
133
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
134
134
|
isOptional: false;
|
|
135
135
|
};
|
|
136
136
|
category: {
|
|
137
|
-
type:
|
|
137
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string, string, string]>;
|
|
138
138
|
isOptional: true;
|
|
139
139
|
};
|
|
140
140
|
parametersSchema: {
|
|
141
|
-
type:
|
|
141
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
142
142
|
isOptional: false;
|
|
143
143
|
};
|
|
144
144
|
outputSchema: {
|
|
145
|
-
type:
|
|
145
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
146
146
|
isOptional: true;
|
|
147
147
|
};
|
|
148
148
|
implementationType: {
|
|
149
|
-
type:
|
|
149
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string]>;
|
|
150
150
|
isOptional: false;
|
|
151
151
|
};
|
|
152
152
|
implementationConfig: {
|
|
153
|
-
type:
|
|
153
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
154
154
|
isOptional: false;
|
|
155
155
|
};
|
|
156
156
|
maxInvocationsPerMinute: {
|
|
157
|
-
type:
|
|
157
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
158
158
|
isOptional: true;
|
|
159
159
|
};
|
|
160
160
|
timeoutMs: {
|
|
161
|
-
type:
|
|
161
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
162
162
|
isOptional: true;
|
|
163
163
|
};
|
|
164
164
|
tags: {
|
|
165
|
-
type:
|
|
165
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
166
166
|
isArray: true;
|
|
167
167
|
isOptional: true;
|
|
168
168
|
};
|
|
@@ -170,45 +170,45 @@ declare const CreateToolInputModel: _contractspec_lib_schema821.SchemaModel<{
|
|
|
170
170
|
/**
|
|
171
171
|
* Input for updating a tool.
|
|
172
172
|
*/
|
|
173
|
-
declare const UpdateToolInputModel:
|
|
173
|
+
declare const UpdateToolInputModel: _contractspec_lib_schema0.SchemaModel<{
|
|
174
174
|
toolId: {
|
|
175
|
-
type:
|
|
175
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
176
176
|
isOptional: false;
|
|
177
177
|
};
|
|
178
178
|
name: {
|
|
179
|
-
type:
|
|
179
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
180
180
|
isOptional: true;
|
|
181
181
|
};
|
|
182
182
|
description: {
|
|
183
|
-
type:
|
|
183
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
184
184
|
isOptional: true;
|
|
185
185
|
};
|
|
186
186
|
status: {
|
|
187
|
-
type:
|
|
187
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
188
188
|
isOptional: true;
|
|
189
189
|
};
|
|
190
190
|
parametersSchema: {
|
|
191
|
-
type:
|
|
191
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
192
192
|
isOptional: true;
|
|
193
193
|
};
|
|
194
194
|
outputSchema: {
|
|
195
|
-
type:
|
|
195
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
196
196
|
isOptional: true;
|
|
197
197
|
};
|
|
198
198
|
implementationConfig: {
|
|
199
|
-
type:
|
|
199
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
200
200
|
isOptional: true;
|
|
201
201
|
};
|
|
202
202
|
maxInvocationsPerMinute: {
|
|
203
|
-
type:
|
|
203
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
204
204
|
isOptional: true;
|
|
205
205
|
};
|
|
206
206
|
timeoutMs: {
|
|
207
|
-
type:
|
|
207
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
208
208
|
isOptional: true;
|
|
209
209
|
};
|
|
210
210
|
tags: {
|
|
211
|
-
type:
|
|
211
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
212
212
|
isArray: true;
|
|
213
213
|
isOptional: true;
|
|
214
214
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool.schema.d.ts","names":[],"sources":["../../src/tool/tool.schema.ts"],"
|
|
1
|
+
{"version":3,"file":"tool.schema.d.ts","names":[],"sources":["../../src/tool/tool.schema.ts"],"mappings":";;;;;;cAUa,SAAA,4BAAS,WAAA;;UAuCpB,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,gBAAA,4BAAgB,WAAA;;UAa3B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,oBAAA,4BAAoB,WAAA;;UA8B/B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA9BF;;;AAAA,cAmCa,oBAAA,4BAAoB,WAAA;;UAyB/B,yBAAA,CAAA,SAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/tool/tool.test-spec.d.ts
|
|
4
|
-
declare const toolListTest:
|
|
5
|
-
declare const toolGetTest:
|
|
4
|
+
declare const toolListTest: _contractspec_lib_contracts0.TestSpec;
|
|
5
|
+
declare const toolGetTest: _contractspec_lib_contracts0.TestSpec;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { toolGetTest, toolListTest };
|
|
8
8
|
//# sourceMappingURL=tool.test-spec.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool.test-spec.d.ts","names":[],"sources":["../../src/tool/tool.test-spec.ts"],"
|
|
1
|
+
{"version":3,"file":"tool.test-spec.d.ts","names":[],"sources":["../../src/tool/tool.test-spec.ts"],"mappings":";;;cAEa,YAAA,EAyBX,4BAAA,CAzBuB,QAAA;AAAA,cA2BZ,WAAA,EAyBX,4BAAA,CAzBsB,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentDashboard.d.ts","names":[],"sources":["../../src/ui/AgentDashboard.tsx"],"
|
|
1
|
+
{"version":3,"file":"AgentDashboard.d.ts","names":[],"sources":["../../src/ui/AgentDashboard.tsx"],"mappings":";;;iBA8BgB,cAAA,CAAA,GAAc,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAgentList.d.ts","names":[],"sources":["../../../src/ui/hooks/useAgentList.ts"],"
|
|
1
|
+
{"version":3,"file":"useAgentList.d.ts","names":[],"sources":["../../../src/ui/hooks/useAgentList.ts"],"mappings":";;;KAcY,KAAA,GAAQ,OAAA;AAAA,KACR,gBAAA,GAAmB,kBAAA;AAAA,UAEd,mBAAA;EACf,MAAA;EACA,MAAA;EACA,KAAA;AAAA;AAAA,iBAGc,YAAA,CAAa,OAAA,GAAS,mBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAgentMutations.d.ts","names":[],"sources":["../../../src/ui/hooks/useAgentMutations.ts"],"
|
|
1
|
+
{"version":3,"file":"useAgentMutations.d.ts","names":[],"sources":["../../../src/ui/hooks/useAgentMutations.ts"],"mappings":";;;UAgBiB,aAAA;EACf,OAAA;EACA,KAAA,EAAO,KAAA;EACP,IAAA,EAAM,CAAA;AAAA;AAAA,UAGS,wBAAA;EACf,SAAA;EACA,OAAA,IAAW,KAAA,EAAO,KAAA;AAAA;AAAA,iBAGJ,iBAAA,CAAkB,OAAA,GAAS,wBAAA;uBAsBzB,gBAAA,KAAmB,OAAA,CAAQ,KAAA;uBAyB3B,gBAAA,KAAmB,OAAA,CAAQ,KAAA;sCAsBhB,OAAA,CAAQ,KAAA;mCAUR,OAAA,CAAQ,KAAA;qCAUR,OAAA,CAAQ,KAAA;;IAWjB,OAAA;IAAiB,OAAA;EAAA,MAAoB,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRunList.d.ts","names":[],"sources":["../../../src/ui/hooks/useRunList.ts"],"
|
|
1
|
+
{"version":3,"file":"useRunList.d.ts","names":[],"sources":["../../../src/ui/hooks/useRunList.ts"],"mappings":";;;KAeY,GAAA,GAAM,KAAA;AAAA,KACN,cAAA,GAAiB,gBAAA;AAAA,KACjB,UAAA,GAAa,YAAA;AAAA,UAER,iBAAA;EACf,OAAA;EACA,MAAA,GAAS,GAAA;EACT,KAAA;AAAA;AAAA,iBAGc,UAAA,CAAW,OAAA,GAAS,iBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useToolList.d.ts","names":[],"sources":["../../../src/ui/hooks/useToolList.ts"],"
|
|
1
|
+
{"version":3,"file":"useToolList.d.ts","names":[],"sources":["../../../src/ui/hooks/useToolList.ts"],"mappings":";;;KAcY,IAAA,GAAO,MAAA;AAAA,KACP,eAAA,GAAkB,iBAAA;AAAA,KAElB,YAAA,GAAe,IAAA;AAAA,KACf,UAAA,GAAa,IAAA;AAAA,UAER,kBAAA;EACf,MAAA;EACA,QAAA,GAAW,YAAA;EACX,MAAA,GAAS,UAAA;EACT,KAAA;AAAA;AAAA,iBAGc,WAAA,CAAY,OAAA,GAAS,kBAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Agent } from "../hooks/useAgentList.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/ui/modals/AgentActionsModal.d.ts
|
|
5
5
|
interface AgentActionsModalProps {
|
|
@@ -21,7 +21,7 @@ declare function AgentActionsModal({
|
|
|
21
21
|
onArchive,
|
|
22
22
|
onExecute,
|
|
23
23
|
isLoading
|
|
24
|
-
}: AgentActionsModalProps):
|
|
24
|
+
}: AgentActionsModalProps): react_jsx_runtime0.JSX.Element | null;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { AgentActionsModal };
|
|
27
27
|
//# sourceMappingURL=AgentActionsModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentActionsModal.d.ts","names":[],"sources":["../../../src/ui/modals/AgentActionsModal.tsx"],"
|
|
1
|
+
{"version":3,"file":"AgentActionsModal.d.ts","names":[],"sources":["../../../src/ui/modals/AgentActionsModal.tsx"],"mappings":";;;;UAaU,sBAAA;EACR,MAAA;EACA,KAAA,EAAO,KAAA;EACP,OAAA;EACA,UAAA,GAAa,OAAA,aAAoB,OAAA;EACjC,OAAA,GAAU,OAAA,aAAoB,OAAA;EAC9B,SAAA,GAAY,OAAA,aAAoB,OAAA;EAChC,SAAA,GAAY,OAAA,UAAiB,OAAA,aAAoB,OAAA;EACjD,SAAA;AAAA;AAAA,iBAkBc,iBAAA,CAAA;EACd,MAAA;EACA,KAAA;EACA,OAAA;EACA,UAAA;EACA,OAAA;EACA,SAAA;EACA,SAAA;EACA;AAAA,GACC,sBAAA,GAAsB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/ui/modals/CreateAgentModal.d.ts
|
|
4
4
|
interface CreateAgentInput {
|
|
@@ -19,7 +19,7 @@ declare function CreateAgentModal({
|
|
|
19
19
|
onClose,
|
|
20
20
|
onSubmit,
|
|
21
21
|
isLoading
|
|
22
|
-
}: CreateAgentModalProps):
|
|
22
|
+
}: CreateAgentModalProps): react_jsx_runtime0.JSX.Element | null;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { CreateAgentInput, CreateAgentModal };
|
|
25
25
|
//# sourceMappingURL=CreateAgentModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateAgentModal.d.ts","names":[],"sources":["../../../src/ui/modals/CreateAgentModal.tsx"],"
|
|
1
|
+
{"version":3,"file":"CreateAgentModal.d.ts","names":[],"sources":["../../../src/ui/modals/CreateAgentModal.tsx"],"mappings":";;;UAWiB,gBAAA;EACf,IAAA;EACA,WAAA;EACA,aAAA;EACA,SAAA;EACA,YAAA;AAAA;AAAA,UAGQ,qBAAA;EACR,MAAA;EACA,OAAA;EACA,QAAA,GAAW,KAAA,EAAO,gBAAA,KAAqB,OAAA;EACvC,SAAA;AAAA;AAAA,iBAwBc,gBAAA,CAAA;EACd,MAAA;EACA,OAAA;EACA,QAAA;EACA;AAAA,GACC,qBAAA,GAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"demo-overlays.d.ts","names":[],"sources":["../../../src/ui/overlays/demo-overlays.ts"],"
|
|
1
|
+
{"version":3,"file":"demo-overlays.d.ts","names":[],"sources":["../../../src/ui/overlays/demo-overlays.ts"],"mappings":";;;;AA+CA;;cApCa,uBAAA,EAAyB,iBAAA;;;AA8DtC;cA1Ba,2BAAA,EAA6B,iBAAA;;;;cA0B7B,oBAAA,EAAsB,iBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-list.markdown.d.ts","names":[],"sources":["../../../src/ui/renderers/agent-list.markdown.ts"],"
|
|
1
|
+
{"version":3,"file":"agent-list.markdown.d.ts","names":[],"sources":["../../../src/ui/renderers/agent-list.markdown.ts"],"mappings":";;;;;;;cAoBa,yBAAA,EAA2B,oBAAA;EACtC,QAAA;EACA,IAAA;AAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-list.renderer.d.ts","names":[],"sources":["../../../src/ui/renderers/agent-list.renderer.tsx"],"
|
|
1
|
+
{"version":3,"file":"agent-list.renderer.d.ts","names":[],"sources":["../../../src/ui/renderers/agent-list.renderer.tsx"],"mappings":";;;;;;cAYa,sBAAA,EAAwB,oBAAA,CAAqB,KAAA,CAAM,YAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.markdown.d.ts","names":[],"sources":["../../../src/ui/renderers/dashboard.markdown.ts"],"
|
|
1
|
+
{"version":3,"file":"dashboard.markdown.d.ts","names":[],"sources":["../../../src/ui/renderers/dashboard.markdown.ts"],"mappings":";;;;;;;cAyBa,8BAAA,EAAgC,oBAAA;EAC3C,QAAA;EACA,IAAA;AAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run-list.markdown.d.ts","names":[],"sources":["../../../src/ui/renderers/run-list.markdown.ts"],"
|
|
1
|
+
{"version":3,"file":"run-list.markdown.d.ts","names":[],"sources":["../../../src/ui/renderers/run-list.markdown.ts"],"mappings":";;;;;;;cA4Ba,uBAAA,EAAyB,oBAAA;EACpC,QAAA;EACA,IAAA;AAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool-registry.markdown.d.ts","names":[],"sources":["../../../src/ui/renderers/tool-registry.markdown.ts"],"
|
|
1
|
+
{"version":3,"file":"tool-registry.markdown.d.ts","names":[],"sources":["../../../src/ui/renderers/tool-registry.markdown.ts"],"mappings":";;;;;;;cAwBa,4BAAA,EAA8B,oBAAA;EACzC,QAAA;EACA,IAAA;AAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentListView.d.ts","names":[],"sources":["../../../src/ui/views/AgentListView.tsx"],"
|
|
1
|
+
{"version":3,"file":"AgentListView.d.ts","names":[],"sources":["../../../src/ui/views/AgentListView.tsx"],"mappings":";;;iBAoCgB,aAAA,CAAA,GAAa,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/ui/views/RunListView.d.ts
|
|
4
4
|
interface RunListViewProps {
|
|
@@ -8,7 +8,7 @@ interface RunListViewProps {
|
|
|
8
8
|
declare function RunListView({
|
|
9
9
|
agentId,
|
|
10
10
|
onRunClick
|
|
11
|
-
}: RunListViewProps):
|
|
11
|
+
}: RunListViewProps): react_jsx_runtime0.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { RunListView };
|
|
14
14
|
//# sourceMappingURL=RunListView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunListView.d.ts","names":[],"sources":["../../../src/ui/views/RunListView.tsx"],"
|
|
1
|
+
{"version":3,"file":"RunListView.d.ts","names":[],"sources":["../../../src/ui/views/RunListView.tsx"],"mappings":";;;UAeU,gBAAA;EACR,OAAA;EACA,UAAA,IAAc,KAAA;AAAA;AAAA,iBAuCA,WAAA,CAAA;EAAc,OAAA;EAAS;AAAA,GAAc,gBAAA,GAAgB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/ui/views/ToolRegistryView.d.ts
|
|
4
4
|
interface ToolRegistryViewProps {
|
|
@@ -8,7 +8,7 @@ interface ToolRegistryViewProps {
|
|
|
8
8
|
declare function ToolRegistryView({
|
|
9
9
|
onToolClick,
|
|
10
10
|
onCreateTool
|
|
11
|
-
}: ToolRegistryViewProps):
|
|
11
|
+
}: ToolRegistryViewProps): react_jsx_runtime0.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { ToolRegistryView };
|
|
14
14
|
//# sourceMappingURL=ToolRegistryView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolRegistryView.d.ts","names":[],"sources":["../../../src/ui/views/ToolRegistryView.tsx"],"
|
|
1
|
+
{"version":3,"file":"ToolRegistryView.d.ts","names":[],"sources":["../../../src/ui/views/ToolRegistryView.tsx"],"mappings":";;;UAiBU,qBAAA;EACR,WAAA,IAAe,MAAA;EACf,YAAA;AAAA;AAAA,iBA6Bc,gBAAA,CAAA;EACd,WAAA;EACA;AAAA,GACC,qBAAA,GAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.agent-console",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.57.0",
|
|
4
4
|
"description": "Agent Console example - AI agent orchestration with tools, runs, and logs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -87,20 +87,20 @@
|
|
|
87
87
|
"test": "bun test"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@contractspec/lib.schema": "1.
|
|
91
|
-
"@contractspec/lib.contracts": "1.
|
|
92
|
-
"@contractspec/lib.example-shared-ui": "1.
|
|
93
|
-
"@contractspec/lib.design-system": "1.
|
|
94
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
90
|
+
"@contractspec/lib.schema": "1.57.0",
|
|
91
|
+
"@contractspec/lib.contracts": "1.57.0",
|
|
92
|
+
"@contractspec/lib.example-shared-ui": "1.11.0",
|
|
93
|
+
"@contractspec/lib.design-system": "1.57.0",
|
|
94
|
+
"@contractspec/lib.runtime-sandbox": "0.12.0",
|
|
95
95
|
"react": "19.2.4",
|
|
96
96
|
"react-dom": "19.2.4"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@contractspec/tool.tsdown": "1.
|
|
100
|
-
"@contractspec/tool.typescript": "1.
|
|
101
|
-
"tsdown": "^0.
|
|
99
|
+
"@contractspec/tool.tsdown": "1.57.0",
|
|
100
|
+
"@contractspec/tool.typescript": "1.57.0",
|
|
101
|
+
"tsdown": "^0.20.3",
|
|
102
102
|
"typescript": "^5.9.3",
|
|
103
|
-
"@types/react": "^19.2.
|
|
103
|
+
"@types/react": "^19.2.13",
|
|
104
104
|
"@types/react-dom": "^19.2.2"
|
|
105
105
|
},
|
|
106
106
|
"publishConfig": {
|