@contractspec/example.agent-console 3.7.0 → 3.7.3
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 +18 -18
- package/CHANGELOG.md +37 -0
- package/dist/browser/index.js +6 -1
- package/dist/browser/ui/AgentDashboard.js +6 -1
- package/dist/browser/ui/index.js +6 -1
- package/dist/browser/ui/modals/CreateAgentModal.js +6 -1
- package/dist/browser/ui/modals/index.js +6 -1
- package/dist/index.js +6 -1
- package/dist/node/index.js +6 -1
- package/dist/node/ui/AgentDashboard.js +6 -1
- package/dist/node/ui/index.js +6 -1
- package/dist/node/ui/modals/CreateAgentModal.js +6 -1
- package/dist/node/ui/modals/index.js +6 -1
- package/dist/ui/AgentDashboard.js +6 -1
- package/dist/ui/index.js +6 -1
- package/dist/ui/modals/CreateAgentModal.js +6 -1
- package/dist/ui/modals/index.js +6 -1
- package/package.json +128 -324
- package/src/ui/modals/CreateAgentModal.tsx +6 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,15 +3,15 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=66 noBundle=false
|
|
6
|
-
Bundled 66 modules in
|
|
6
|
+
Bundled 66 modules in 102ms
|
|
7
7
|
|
|
8
8
|
./agent.capability.js 442 bytes (entry point)
|
|
9
9
|
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
10
10
|
shared/overlay-types.js 8 bytes (entry point)
|
|
11
11
|
run/run.test-spec.js 1.37 KB (entry point)
|
|
12
12
|
seeders/index.js 0.64 KB (entry point)
|
|
13
|
-
./index.js 202.
|
|
14
|
-
ui/index.js 78.
|
|
13
|
+
./index.js 202.99 KB (entry point)
|
|
14
|
+
ui/index.js 78.23 KB (entry point)
|
|
15
15
|
ui/views/index.js 22.0 KB (entry point)
|
|
16
16
|
ui/renderers/index.js 14.75 KB (entry point)
|
|
17
17
|
ui/renderers/agent-list.markdown.js 1.49 KB (entry point)
|
|
@@ -20,12 +20,12 @@ Bundled 66 modules in 77ms
|
|
|
20
20
|
ui/renderers/run-list.markdown.js 1.39 KB (entry point)
|
|
21
21
|
ui/renderers/tool-registry.markdown.js 1.64 KB (entry point)
|
|
22
22
|
ui/views/AgentListView.js 5.35 KB (entry point)
|
|
23
|
-
ui/modals/index.js 22.
|
|
23
|
+
ui/modals/index.js 22.57 KB (entry point)
|
|
24
24
|
ui/overlays/index.js 1.46 KB (entry point)
|
|
25
25
|
ui/overlays/demo-overlays.js 1.46 KB (entry point)
|
|
26
|
-
ui/AgentDashboard.js 63.
|
|
26
|
+
ui/AgentDashboard.js 63.20 KB (entry point)
|
|
27
27
|
ui/modals/AgentActionsModal.js 12.32 KB (entry point)
|
|
28
|
-
ui/modals/CreateAgentModal.js 10.
|
|
28
|
+
ui/modals/CreateAgentModal.js 10.18 KB (entry point)
|
|
29
29
|
ui/AgentRunList.js 9.39 KB (entry point)
|
|
30
30
|
ui/views/RunListView.js 9.33 KB (entry point)
|
|
31
31
|
ui/AgentToolRegistry.js 6.99 KB (entry point)
|
|
@@ -73,15 +73,15 @@ Bundled 66 modules in 77ms
|
|
|
73
73
|
agent/agent.enum.js 467 bytes (entry point)
|
|
74
74
|
|
|
75
75
|
[contractspec-bun-build] transpile target=node root=src entries=66 noBundle=false
|
|
76
|
-
Bundled 66 modules in
|
|
76
|
+
Bundled 66 modules in 81ms
|
|
77
77
|
|
|
78
78
|
./agent.capability.js 434 bytes (entry point)
|
|
79
79
|
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
80
80
|
shared/overlay-types.js 0 KB (entry point)
|
|
81
81
|
run/run.test-spec.js 1.36 KB (entry point)
|
|
82
82
|
seeders/index.js 0.63 KB (entry point)
|
|
83
|
-
./index.js 202.
|
|
84
|
-
ui/index.js 78.
|
|
83
|
+
./index.js 202.92 KB (entry point)
|
|
84
|
+
ui/index.js 78.18 KB (entry point)
|
|
85
85
|
ui/views/index.js 22.00 KB (entry point)
|
|
86
86
|
ui/renderers/index.js 14.73 KB (entry point)
|
|
87
87
|
ui/renderers/agent-list.markdown.js 1.48 KB (entry point)
|
|
@@ -90,12 +90,12 @@ Bundled 66 modules in 101ms
|
|
|
90
90
|
ui/renderers/run-list.markdown.js 1.39 KB (entry point)
|
|
91
91
|
ui/renderers/tool-registry.markdown.js 1.62 KB (entry point)
|
|
92
92
|
ui/views/AgentListView.js 5.34 KB (entry point)
|
|
93
|
-
ui/modals/index.js 22.
|
|
93
|
+
ui/modals/index.js 22.54 KB (entry point)
|
|
94
94
|
ui/overlays/index.js 1.45 KB (entry point)
|
|
95
95
|
ui/overlays/demo-overlays.js 1.45 KB (entry point)
|
|
96
|
-
ui/AgentDashboard.js 63.
|
|
96
|
+
ui/AgentDashboard.js 63.16 KB (entry point)
|
|
97
97
|
ui/modals/AgentActionsModal.js 12.29 KB (entry point)
|
|
98
|
-
ui/modals/CreateAgentModal.js 10.
|
|
98
|
+
ui/modals/CreateAgentModal.js 10.17 KB (entry point)
|
|
99
99
|
ui/AgentRunList.js 9.38 KB (entry point)
|
|
100
100
|
ui/views/RunListView.js 9.32 KB (entry point)
|
|
101
101
|
ui/AgentToolRegistry.js 6.97 KB (entry point)
|
|
@@ -143,15 +143,15 @@ Bundled 66 modules in 101ms
|
|
|
143
143
|
agent/agent.enum.js 459 bytes (entry point)
|
|
144
144
|
|
|
145
145
|
[contractspec-bun-build] transpile target=browser root=src entries=66 noBundle=false
|
|
146
|
-
Bundled 66 modules in
|
|
146
|
+
Bundled 66 modules in 99ms
|
|
147
147
|
|
|
148
148
|
./agent.capability.js 434 bytes (entry point)
|
|
149
149
|
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
150
150
|
shared/overlay-types.js 0 KB (entry point)
|
|
151
151
|
run/run.test-spec.js 1.36 KB (entry point)
|
|
152
152
|
seeders/index.js 0.63 KB (entry point)
|
|
153
|
-
./index.js 202.
|
|
154
|
-
ui/index.js 78.
|
|
153
|
+
./index.js 202.92 KB (entry point)
|
|
154
|
+
ui/index.js 78.18 KB (entry point)
|
|
155
155
|
ui/views/index.js 22.00 KB (entry point)
|
|
156
156
|
ui/renderers/index.js 14.73 KB (entry point)
|
|
157
157
|
ui/renderers/agent-list.markdown.js 1.48 KB (entry point)
|
|
@@ -160,12 +160,12 @@ Bundled 66 modules in 139ms
|
|
|
160
160
|
ui/renderers/run-list.markdown.js 1.39 KB (entry point)
|
|
161
161
|
ui/renderers/tool-registry.markdown.js 1.62 KB (entry point)
|
|
162
162
|
ui/views/AgentListView.js 5.34 KB (entry point)
|
|
163
|
-
ui/modals/index.js 22.
|
|
163
|
+
ui/modals/index.js 22.54 KB (entry point)
|
|
164
164
|
ui/overlays/index.js 1.45 KB (entry point)
|
|
165
165
|
ui/overlays/demo-overlays.js 1.45 KB (entry point)
|
|
166
|
-
ui/AgentDashboard.js 63.
|
|
166
|
+
ui/AgentDashboard.js 63.16 KB (entry point)
|
|
167
167
|
ui/modals/AgentActionsModal.js 12.29 KB (entry point)
|
|
168
|
-
ui/modals/CreateAgentModal.js 10.
|
|
168
|
+
ui/modals/CreateAgentModal.js 10.17 KB (entry point)
|
|
169
169
|
ui/AgentRunList.js 9.38 KB (entry point)
|
|
170
170
|
ui/views/RunListView.js 9.32 KB (entry point)
|
|
171
171
|
ui/AgentToolRegistry.js 6.97 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 3.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: release
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @contractspec/lib.example-shared-ui@6.0.3
|
|
10
|
+
- @contractspec/lib.runtime-sandbox@2.7.3
|
|
11
|
+
- @contractspec/lib.contracts-spec@3.7.3
|
|
12
|
+
- @contractspec/lib.design-system@3.7.3
|
|
13
|
+
- @contractspec/lib.schema@3.7.3
|
|
14
|
+
|
|
15
|
+
## 3.7.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 8cd229b: fix: release
|
|
20
|
+
- Updated dependencies [8cd229b]
|
|
21
|
+
- Updated dependencies [04bc555]
|
|
22
|
+
- @contractspec/lib.example-shared-ui@6.0.2
|
|
23
|
+
- @contractspec/lib.runtime-sandbox@2.7.2
|
|
24
|
+
- @contractspec/lib.contracts-spec@3.7.2
|
|
25
|
+
- @contractspec/lib.design-system@3.7.2
|
|
26
|
+
- @contractspec/lib.schema@3.7.2
|
|
27
|
+
|
|
28
|
+
## 3.7.1
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- 5eb8626: fix: package exports
|
|
33
|
+
- Updated dependencies [5eb8626]
|
|
34
|
+
- @contractspec/lib.example-shared-ui@6.0.1
|
|
35
|
+
- @contractspec/lib.runtime-sandbox@2.7.1
|
|
36
|
+
- @contractspec/lib.contracts-spec@3.7.1
|
|
37
|
+
- @contractspec/lib.design-system@3.7.1
|
|
38
|
+
- @contractspec/lib.schema@3.7.1
|
|
39
|
+
|
|
3
40
|
## 3.7.0
|
|
4
41
|
|
|
5
42
|
### Minor Changes
|
package/dist/browser/index.js
CHANGED
|
@@ -4369,7 +4369,12 @@ var MODEL_PROVIDERS = [
|
|
|
4369
4369
|
{
|
|
4370
4370
|
value: "google",
|
|
4371
4371
|
label: "Google",
|
|
4372
|
-
models: [
|
|
4372
|
+
models: [
|
|
4373
|
+
"gemini-2.5-flash",
|
|
4374
|
+
"gemini-2.5-pro",
|
|
4375
|
+
"gemini-pro",
|
|
4376
|
+
"gemini-ultra"
|
|
4377
|
+
]
|
|
4373
4378
|
},
|
|
4374
4379
|
{
|
|
4375
4380
|
value: "mistral",
|
|
@@ -615,7 +615,12 @@ var MODEL_PROVIDERS = [
|
|
|
615
615
|
{
|
|
616
616
|
value: "google",
|
|
617
617
|
label: "Google",
|
|
618
|
-
models: [
|
|
618
|
+
models: [
|
|
619
|
+
"gemini-2.5-flash",
|
|
620
|
+
"gemini-2.5-pro",
|
|
621
|
+
"gemini-pro",
|
|
622
|
+
"gemini-ultra"
|
|
623
|
+
]
|
|
619
624
|
},
|
|
620
625
|
{
|
|
621
626
|
value: "mistral",
|
package/dist/browser/ui/index.js
CHANGED
|
@@ -615,7 +615,12 @@ var MODEL_PROVIDERS = [
|
|
|
615
615
|
{
|
|
616
616
|
value: "google",
|
|
617
617
|
label: "Google",
|
|
618
|
-
models: [
|
|
618
|
+
models: [
|
|
619
|
+
"gemini-2.5-flash",
|
|
620
|
+
"gemini-2.5-pro",
|
|
621
|
+
"gemini-pro",
|
|
622
|
+
"gemini-ultra"
|
|
623
|
+
]
|
|
619
624
|
},
|
|
620
625
|
{
|
|
621
626
|
value: "mistral",
|
|
@@ -17,7 +17,12 @@ var MODEL_PROVIDERS = [
|
|
|
17
17
|
{
|
|
18
18
|
value: "google",
|
|
19
19
|
label: "Google",
|
|
20
|
-
models: [
|
|
20
|
+
models: [
|
|
21
|
+
"gemini-2.5-flash",
|
|
22
|
+
"gemini-2.5-pro",
|
|
23
|
+
"gemini-pro",
|
|
24
|
+
"gemini-ultra"
|
|
25
|
+
]
|
|
21
26
|
},
|
|
22
27
|
{
|
|
23
28
|
value: "mistral",
|
|
@@ -17,7 +17,12 @@ var MODEL_PROVIDERS = [
|
|
|
17
17
|
{
|
|
18
18
|
value: "google",
|
|
19
19
|
label: "Google",
|
|
20
|
-
models: [
|
|
20
|
+
models: [
|
|
21
|
+
"gemini-2.5-flash",
|
|
22
|
+
"gemini-2.5-pro",
|
|
23
|
+
"gemini-pro",
|
|
24
|
+
"gemini-ultra"
|
|
25
|
+
]
|
|
21
26
|
},
|
|
22
27
|
{
|
|
23
28
|
value: "mistral",
|
package/dist/index.js
CHANGED
|
@@ -4370,7 +4370,12 @@ var MODEL_PROVIDERS = [
|
|
|
4370
4370
|
{
|
|
4371
4371
|
value: "google",
|
|
4372
4372
|
label: "Google",
|
|
4373
|
-
models: [
|
|
4373
|
+
models: [
|
|
4374
|
+
"gemini-2.5-flash",
|
|
4375
|
+
"gemini-2.5-pro",
|
|
4376
|
+
"gemini-pro",
|
|
4377
|
+
"gemini-ultra"
|
|
4378
|
+
]
|
|
4374
4379
|
},
|
|
4375
4380
|
{
|
|
4376
4381
|
value: "mistral",
|
package/dist/node/index.js
CHANGED
|
@@ -4369,7 +4369,12 @@ var MODEL_PROVIDERS = [
|
|
|
4369
4369
|
{
|
|
4370
4370
|
value: "google",
|
|
4371
4371
|
label: "Google",
|
|
4372
|
-
models: [
|
|
4372
|
+
models: [
|
|
4373
|
+
"gemini-2.5-flash",
|
|
4374
|
+
"gemini-2.5-pro",
|
|
4375
|
+
"gemini-pro",
|
|
4376
|
+
"gemini-ultra"
|
|
4377
|
+
]
|
|
4373
4378
|
},
|
|
4374
4379
|
{
|
|
4375
4380
|
value: "mistral",
|
|
@@ -615,7 +615,12 @@ var MODEL_PROVIDERS = [
|
|
|
615
615
|
{
|
|
616
616
|
value: "google",
|
|
617
617
|
label: "Google",
|
|
618
|
-
models: [
|
|
618
|
+
models: [
|
|
619
|
+
"gemini-2.5-flash",
|
|
620
|
+
"gemini-2.5-pro",
|
|
621
|
+
"gemini-pro",
|
|
622
|
+
"gemini-ultra"
|
|
623
|
+
]
|
|
619
624
|
},
|
|
620
625
|
{
|
|
621
626
|
value: "mistral",
|
package/dist/node/ui/index.js
CHANGED
|
@@ -615,7 +615,12 @@ var MODEL_PROVIDERS = [
|
|
|
615
615
|
{
|
|
616
616
|
value: "google",
|
|
617
617
|
label: "Google",
|
|
618
|
-
models: [
|
|
618
|
+
models: [
|
|
619
|
+
"gemini-2.5-flash",
|
|
620
|
+
"gemini-2.5-pro",
|
|
621
|
+
"gemini-pro",
|
|
622
|
+
"gemini-ultra"
|
|
623
|
+
]
|
|
619
624
|
},
|
|
620
625
|
{
|
|
621
626
|
value: "mistral",
|
|
@@ -17,7 +17,12 @@ var MODEL_PROVIDERS = [
|
|
|
17
17
|
{
|
|
18
18
|
value: "google",
|
|
19
19
|
label: "Google",
|
|
20
|
-
models: [
|
|
20
|
+
models: [
|
|
21
|
+
"gemini-2.5-flash",
|
|
22
|
+
"gemini-2.5-pro",
|
|
23
|
+
"gemini-pro",
|
|
24
|
+
"gemini-ultra"
|
|
25
|
+
]
|
|
21
26
|
},
|
|
22
27
|
{
|
|
23
28
|
value: "mistral",
|
|
@@ -17,7 +17,12 @@ var MODEL_PROVIDERS = [
|
|
|
17
17
|
{
|
|
18
18
|
value: "google",
|
|
19
19
|
label: "Google",
|
|
20
|
-
models: [
|
|
20
|
+
models: [
|
|
21
|
+
"gemini-2.5-flash",
|
|
22
|
+
"gemini-2.5-pro",
|
|
23
|
+
"gemini-pro",
|
|
24
|
+
"gemini-ultra"
|
|
25
|
+
]
|
|
21
26
|
},
|
|
22
27
|
{
|
|
23
28
|
value: "mistral",
|
|
@@ -616,7 +616,12 @@ var MODEL_PROVIDERS = [
|
|
|
616
616
|
{
|
|
617
617
|
value: "google",
|
|
618
618
|
label: "Google",
|
|
619
|
-
models: [
|
|
619
|
+
models: [
|
|
620
|
+
"gemini-2.5-flash",
|
|
621
|
+
"gemini-2.5-pro",
|
|
622
|
+
"gemini-pro",
|
|
623
|
+
"gemini-ultra"
|
|
624
|
+
]
|
|
620
625
|
},
|
|
621
626
|
{
|
|
622
627
|
value: "mistral",
|
package/dist/ui/index.js
CHANGED
|
@@ -616,7 +616,12 @@ var MODEL_PROVIDERS = [
|
|
|
616
616
|
{
|
|
617
617
|
value: "google",
|
|
618
618
|
label: "Google",
|
|
619
|
-
models: [
|
|
619
|
+
models: [
|
|
620
|
+
"gemini-2.5-flash",
|
|
621
|
+
"gemini-2.5-pro",
|
|
622
|
+
"gemini-pro",
|
|
623
|
+
"gemini-ultra"
|
|
624
|
+
]
|
|
620
625
|
},
|
|
621
626
|
{
|
|
622
627
|
value: "mistral",
|
|
@@ -18,7 +18,12 @@ var MODEL_PROVIDERS = [
|
|
|
18
18
|
{
|
|
19
19
|
value: "google",
|
|
20
20
|
label: "Google",
|
|
21
|
-
models: [
|
|
21
|
+
models: [
|
|
22
|
+
"gemini-2.5-flash",
|
|
23
|
+
"gemini-2.5-pro",
|
|
24
|
+
"gemini-pro",
|
|
25
|
+
"gemini-ultra"
|
|
26
|
+
]
|
|
22
27
|
},
|
|
23
28
|
{
|
|
24
29
|
value: "mistral",
|
package/dist/ui/modals/index.js
CHANGED
|
@@ -18,7 +18,12 @@ var MODEL_PROVIDERS = [
|
|
|
18
18
|
{
|
|
19
19
|
value: "google",
|
|
20
20
|
label: "Google",
|
|
21
|
-
models: [
|
|
21
|
+
models: [
|
|
22
|
+
"gemini-2.5-flash",
|
|
23
|
+
"gemini-2.5-pro",
|
|
24
|
+
"gemini-pro",
|
|
25
|
+
"gemini-ultra"
|
|
26
|
+
]
|
|
22
27
|
},
|
|
23
28
|
{
|
|
24
29
|
value: "mistral",
|