@contractspec/example.agent-console 3.8.9 → 3.8.10

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.
Files changed (228) hide show
  1. package/.turbo/turbo-build.log +225 -222
  2. package/CHANGELOG.md +18 -0
  3. package/dist/agent/agent.entity.js +1 -127
  4. package/dist/agent/agent.enum.js +1 -25
  5. package/dist/agent/agent.event.js +1 -116
  6. package/dist/agent/agent.handler.js +1 -1030
  7. package/dist/agent/agent.operation.js +1 -735
  8. package/dist/agent/agent.presentation.js +1 -282
  9. package/dist/agent/agent.schema.js +1 -215
  10. package/dist/agent/agent.test-spec.js +1 -58
  11. package/dist/agent/index.js +1 -1248
  12. package/dist/agent.capability.js +1 -19
  13. package/dist/agent.feature.js +1 -305
  14. package/dist/browser/agent/agent.entity.js +1 -127
  15. package/dist/browser/agent/agent.enum.js +1 -25
  16. package/dist/browser/agent/agent.event.js +1 -116
  17. package/dist/browser/agent/agent.handler.js +1 -1030
  18. package/dist/browser/agent/agent.operation.js +1 -735
  19. package/dist/browser/agent/agent.presentation.js +1 -282
  20. package/dist/browser/agent/agent.schema.js +1 -215
  21. package/dist/browser/agent/agent.test-spec.js +1 -58
  22. package/dist/browser/agent/index.js +1 -1248
  23. package/dist/browser/agent.capability.js +1 -19
  24. package/dist/browser/agent.feature.js +1 -305
  25. package/dist/browser/docs/agent-console.docblock.js +5 -49
  26. package/dist/browser/docs/index.js +5 -49
  27. package/dist/browser/example.js +1 -41
  28. package/dist/browser/handlers/agent.handlers.js +6 -2143
  29. package/dist/browser/handlers/index.js +6 -2943
  30. package/dist/browser/index.js +14 -6828
  31. package/dist/browser/presentations/index.js +1 -693
  32. package/dist/browser/run/index.js +1 -1363
  33. package/dist/browser/run/run.entity.js +1 -160
  34. package/dist/browser/run/run.enum.js +1 -34
  35. package/dist/browser/run/run.event.js +1 -217
  36. package/dist/browser/run/run.handler.js +1 -919
  37. package/dist/browser/run/run.operation.js +1 -667
  38. package/dist/browser/run/run.presentation.js +1 -223
  39. package/dist/browser/run/run.schema.js +1 -179
  40. package/dist/browser/run/run.test-spec.js +1 -58
  41. package/dist/browser/seeders/index.js +2 -21
  42. package/dist/browser/shared/index.js +1 -626
  43. package/dist/browser/shared/mock-agents.js +1 -82
  44. package/dist/browser/shared/mock-runs.js +1 -113
  45. package/dist/browser/shared/mock-tools.js +1 -146
  46. package/dist/browser/tool/index.js +1 -949
  47. package/dist/browser/tool/tool.entity.js +1 -90
  48. package/dist/browser/tool/tool.enum.js +1 -26
  49. package/dist/browser/tool/tool.event.js +1 -99
  50. package/dist/browser/tool/tool.handler.js +1 -699
  51. package/dist/browser/tool/tool.operation.js +1 -482
  52. package/dist/browser/tool/tool.presentation.js +1 -188
  53. package/dist/browser/tool/tool.schema.js +1 -141
  54. package/dist/browser/tool/tool.test-spec.js +1 -58
  55. package/dist/browser/ui/AgentDashboard.js +1 -2527
  56. package/dist/browser/ui/AgentDashboard.visualizations.js +1 -217
  57. package/dist/browser/ui/AgentRunList.js +1 -482
  58. package/dist/browser/ui/AgentToolRegistry.js +1 -212
  59. package/dist/browser/ui/ExecutionConsoleHost.js +1 -0
  60. package/dist/browser/ui/hooks/index.js +1 -740
  61. package/dist/browser/ui/hooks/useAgentList.js +1 -55
  62. package/dist/browser/ui/hooks/useAgentMutations.js +1 -530
  63. package/dist/browser/ui/hooks/useRunList.js +1 -70
  64. package/dist/browser/ui/hooks/useToolList.js +1 -85
  65. package/dist/browser/ui/index.js +5 -3018
  66. package/dist/browser/ui/modals/AgentActionsModal.js +1 -304
  67. package/dist/browser/ui/modals/CreateAgentModal.js +1 -243
  68. package/dist/browser/ui/modals/index.js +1 -546
  69. package/dist/browser/ui/overlays/demo-overlays.js +1 -64
  70. package/dist/browser/ui/overlays/index.js +1 -64
  71. package/dist/browser/ui/renderers/agent-list.markdown.js +2 -64
  72. package/dist/browser/ui/renderers/agent-list.renderer.js +1 -180
  73. package/dist/browser/ui/renderers/dashboard.markdown.js +2 -288
  74. package/dist/browser/ui/renderers/index.js +5 -642
  75. package/dist/browser/ui/renderers/run-list.markdown.js +2 -50
  76. package/dist/browser/ui/renderers/tool-registry.markdown.js +2 -64
  77. package/dist/browser/ui/views/AgentListView.js +1 -165
  78. package/dist/browser/ui/views/RunDataTable.js +1 -326
  79. package/dist/browser/ui/views/RunListView.js +1 -479
  80. package/dist/browser/ui/views/ToolRegistryView.js +1 -209
  81. package/dist/browser/ui/views/index.js +1 -851
  82. package/dist/browser/ui/views/run-data-table.columns.js +1 -271
  83. package/dist/browser/ui/views/run-list.shared.js +1 -177
  84. package/dist/browser/visualizations/catalog.js +1 -134
  85. package/dist/browser/visualizations/index.js +1 -187
  86. package/dist/browser/visualizations/selectors.js +1 -181
  87. package/dist/docs/agent-console.docblock.js +5 -49
  88. package/dist/docs/index.js +5 -49
  89. package/dist/example.js +1 -41
  90. package/dist/handlers/agent.handlers.js +6 -2143
  91. package/dist/handlers/index.js +6 -2943
  92. package/dist/index.js +14 -6828
  93. package/dist/node/agent/agent.entity.js +1 -127
  94. package/dist/node/agent/agent.enum.js +1 -25
  95. package/dist/node/agent/agent.event.js +1 -116
  96. package/dist/node/agent/agent.handler.js +1 -1030
  97. package/dist/node/agent/agent.operation.js +1 -735
  98. package/dist/node/agent/agent.presentation.js +1 -282
  99. package/dist/node/agent/agent.schema.js +1 -215
  100. package/dist/node/agent/agent.test-spec.js +1 -58
  101. package/dist/node/agent/index.js +1 -1248
  102. package/dist/node/agent.capability.js +1 -19
  103. package/dist/node/agent.feature.js +1 -305
  104. package/dist/node/docs/agent-console.docblock.js +5 -49
  105. package/dist/node/docs/index.js +5 -49
  106. package/dist/node/example.js +1 -41
  107. package/dist/node/handlers/agent.handlers.js +6 -2143
  108. package/dist/node/handlers/index.js +6 -2943
  109. package/dist/node/index.js +14 -6828
  110. package/dist/node/presentations/index.js +1 -693
  111. package/dist/node/run/index.js +1 -1363
  112. package/dist/node/run/run.entity.js +1 -160
  113. package/dist/node/run/run.enum.js +1 -34
  114. package/dist/node/run/run.event.js +1 -217
  115. package/dist/node/run/run.handler.js +1 -919
  116. package/dist/node/run/run.operation.js +1 -667
  117. package/dist/node/run/run.presentation.js +1 -223
  118. package/dist/node/run/run.schema.js +1 -179
  119. package/dist/node/run/run.test-spec.js +1 -58
  120. package/dist/node/seeders/index.js +2 -21
  121. package/dist/node/shared/index.js +1 -626
  122. package/dist/node/shared/mock-agents.js +1 -82
  123. package/dist/node/shared/mock-runs.js +1 -113
  124. package/dist/node/shared/mock-tools.js +1 -146
  125. package/dist/node/tool/index.js +1 -949
  126. package/dist/node/tool/tool.entity.js +1 -90
  127. package/dist/node/tool/tool.enum.js +1 -26
  128. package/dist/node/tool/tool.event.js +1 -99
  129. package/dist/node/tool/tool.handler.js +1 -699
  130. package/dist/node/tool/tool.operation.js +1 -482
  131. package/dist/node/tool/tool.presentation.js +1 -188
  132. package/dist/node/tool/tool.schema.js +1 -141
  133. package/dist/node/tool/tool.test-spec.js +1 -58
  134. package/dist/node/ui/AgentDashboard.js +1 -2527
  135. package/dist/node/ui/AgentDashboard.visualizations.js +1 -217
  136. package/dist/node/ui/AgentRunList.js +1 -482
  137. package/dist/node/ui/AgentToolRegistry.js +1 -212
  138. package/dist/node/ui/ExecutionConsoleHost.js +1 -0
  139. package/dist/node/ui/hooks/index.js +1 -740
  140. package/dist/node/ui/hooks/useAgentList.js +1 -55
  141. package/dist/node/ui/hooks/useAgentMutations.js +1 -530
  142. package/dist/node/ui/hooks/useRunList.js +1 -70
  143. package/dist/node/ui/hooks/useToolList.js +1 -85
  144. package/dist/node/ui/index.js +5 -3018
  145. package/dist/node/ui/modals/AgentActionsModal.js +1 -304
  146. package/dist/node/ui/modals/CreateAgentModal.js +1 -243
  147. package/dist/node/ui/modals/index.js +1 -546
  148. package/dist/node/ui/overlays/demo-overlays.js +1 -64
  149. package/dist/node/ui/overlays/index.js +1 -64
  150. package/dist/node/ui/renderers/agent-list.markdown.js +2 -64
  151. package/dist/node/ui/renderers/agent-list.renderer.js +1 -180
  152. package/dist/node/ui/renderers/dashboard.markdown.js +2 -288
  153. package/dist/node/ui/renderers/index.js +5 -642
  154. package/dist/node/ui/renderers/run-list.markdown.js +2 -50
  155. package/dist/node/ui/renderers/tool-registry.markdown.js +2 -64
  156. package/dist/node/ui/views/AgentListView.js +1 -165
  157. package/dist/node/ui/views/RunDataTable.js +1 -326
  158. package/dist/node/ui/views/RunListView.js +1 -479
  159. package/dist/node/ui/views/ToolRegistryView.js +1 -209
  160. package/dist/node/ui/views/index.js +1 -851
  161. package/dist/node/ui/views/run-data-table.columns.js +1 -271
  162. package/dist/node/ui/views/run-list.shared.js +1 -177
  163. package/dist/node/visualizations/catalog.js +1 -134
  164. package/dist/node/visualizations/index.js +1 -187
  165. package/dist/node/visualizations/selectors.js +1 -181
  166. package/dist/presentations/index.js +1 -693
  167. package/dist/run/index.js +1 -1363
  168. package/dist/run/run.entity.js +1 -160
  169. package/dist/run/run.enum.js +1 -34
  170. package/dist/run/run.event.js +1 -217
  171. package/dist/run/run.handler.js +1 -919
  172. package/dist/run/run.operation.js +1 -667
  173. package/dist/run/run.presentation.js +1 -223
  174. package/dist/run/run.schema.js +1 -179
  175. package/dist/run/run.test-spec.js +1 -58
  176. package/dist/seeders/index.js +2 -21
  177. package/dist/shared/index.js +1 -626
  178. package/dist/shared/mock-agents.js +1 -82
  179. package/dist/shared/mock-runs.js +1 -113
  180. package/dist/shared/mock-tools.js +1 -146
  181. package/dist/tool/index.js +1 -949
  182. package/dist/tool/tool.entity.js +1 -90
  183. package/dist/tool/tool.enum.js +1 -26
  184. package/dist/tool/tool.event.js +1 -99
  185. package/dist/tool/tool.handler.js +1 -699
  186. package/dist/tool/tool.operation.js +1 -482
  187. package/dist/tool/tool.presentation.js +1 -188
  188. package/dist/tool/tool.schema.js +1 -141
  189. package/dist/tool/tool.test-spec.js +1 -58
  190. package/dist/ui/AgentDashboard.js +1 -2527
  191. package/dist/ui/AgentDashboard.visualizations.js +1 -217
  192. package/dist/ui/AgentRunList.js +1 -482
  193. package/dist/ui/AgentToolRegistry.js +1 -212
  194. package/dist/ui/ExecutionConsoleHost.d.ts +1 -0
  195. package/dist/ui/ExecutionConsoleHost.js +2 -0
  196. package/dist/ui/ExecutionConsoleHost.test.d.ts +1 -0
  197. package/dist/ui/hooks/index.js +1 -740
  198. package/dist/ui/hooks/useAgentList.js +1 -55
  199. package/dist/ui/hooks/useAgentMutations.js +1 -530
  200. package/dist/ui/hooks/useRunList.js +1 -70
  201. package/dist/ui/hooks/useToolList.js +1 -85
  202. package/dist/ui/index.d.ts +1 -0
  203. package/dist/ui/index.js +5 -3018
  204. package/dist/ui/modals/AgentActionsModal.js +1 -304
  205. package/dist/ui/modals/CreateAgentModal.js +1 -243
  206. package/dist/ui/modals/index.js +1 -546
  207. package/dist/ui/overlays/demo-overlays.js +1 -64
  208. package/dist/ui/overlays/index.js +1 -64
  209. package/dist/ui/renderers/agent-list.markdown.js +2 -64
  210. package/dist/ui/renderers/agent-list.renderer.js +1 -180
  211. package/dist/ui/renderers/dashboard.markdown.js +2 -288
  212. package/dist/ui/renderers/index.js +5 -642
  213. package/dist/ui/renderers/run-list.markdown.js +2 -50
  214. package/dist/ui/renderers/tool-registry.markdown.js +2 -64
  215. package/dist/ui/views/AgentListView.js +1 -165
  216. package/dist/ui/views/RunDataTable.js +1 -326
  217. package/dist/ui/views/RunListView.js +1 -479
  218. package/dist/ui/views/ToolRegistryView.js +1 -209
  219. package/dist/ui/views/index.js +1 -851
  220. package/dist/ui/views/run-data-table.columns.js +1 -271
  221. package/dist/ui/views/run-list.shared.js +1 -177
  222. package/dist/visualizations/catalog.js +1 -134
  223. package/dist/visualizations/index.js +1 -187
  224. package/dist/visualizations/selectors.js +1 -181
  225. package/package.json +26 -10
  226. package/src/ui/ExecutionConsoleHost.test.tsx +110 -0
  227. package/src/ui/ExecutionConsoleHost.tsx +14 -0
  228. package/src/ui/index.ts +1 -1
@@ -1,235 +1,238 @@
1
1
  $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
- [contractspec-bun-build] transpile target=bun root=src entries=73 noBundle=false
5
- Bundled 79 modules in 104ms
4
+ [contractspec-bun-build] transpile target=bun root=src entries=74 noBundle=false
5
+ Bundled 80 modules in 92ms
6
6
 
7
- ./agent.capability.js 442 bytes (entry point)
8
- tool/tool.test-spec.js 1.38 KB (entry point)
7
+ ./agent.capability.js 318 bytes (entry point)
8
+ tool/tool.test-spec.js 0.97 KB (entry point)
9
9
  shared/overlay-types.js 8 bytes (entry point)
10
- run/run.test-spec.js 1.37 KB (entry point)
11
- seeders/index.js 0.64 KB (entry point)
12
- ./index.js 233.69 KB (entry point)
13
- ui/index.js 105.42 KB (entry point)
14
- ui/views/index.js 27.89 KB (entry point)
15
- ui/overlays/index.js 1.46 KB (entry point)
16
- ui/renderers/index.js 21.0 KB (entry point)
17
- ui/renderers/agent-list.markdown.js 1.83 KB (entry point)
18
- ui/renderers/agent-list.renderer.js 5.91 KB (entry point)
19
- ui/renderers/dashboard.markdown.js 9.57 KB (entry point)
20
- ui/renderers/run-list.markdown.js 1.62 KB (entry point)
21
- ui/renderers/tool-registry.markdown.js 1.98 KB (entry point)
22
- ui/views/AgentListView.js 5.35 KB (entry point)
23
- ui/modals/index.js 22.55 KB (entry point)
24
- ui/overlays/demo-overlays.js 1.46 KB (entry point)
25
- ui/AgentDashboard.js 89.30 KB (entry point)
26
- ui/modals/AgentActionsModal.js 12.32 KB (entry point)
27
- ui/modals/CreateAgentModal.js 10.18 KB (entry point)
28
- ui/AgentDashboard.visualizations.js 6.67 KB (entry point)
29
- ui/AgentRunList.js 15.25 KB (entry point)
30
- ui/views/RunListView.js 15.20 KB (entry point)
31
- ui/views/RunDataTable.js 10.33 KB (entry point)
32
- ui/views/run-data-table.columns.js 8.65 KB (entry point)
33
- ui/views/run-list.shared.js 5.85 KB (entry point)
34
- ui/AgentToolRegistry.js 6.99 KB (entry point)
35
- ui/views/ToolRegistryView.js 6.92 KB (entry point)
36
- ui/hooks/index.js 23.1 KB (entry point)
37
- ui/hooks/useAgentMutations.js 16.48 KB (entry point)
38
- ui/hooks/useRunList.js 2.15 KB (entry point)
39
- ui/hooks/useToolList.js 2.52 KB (entry point)
40
- ui/hooks/useAgentList.js 1.69 KB (entry point)
41
- tool/index.js 28.61 KB (entry point)
42
- tool/tool.entity.js 2.65 KB (entry point)
43
- tool/tool.event.js 3.25 KB (entry point)
44
- shared/index.js 21.25 KB (entry point)
45
- presentations/index.js 25.20 KB (entry point)
46
- tool/tool.presentation.js 6.41 KB (entry point)
47
- run/index.js 43.70 KB (entry point)
48
- run/run.presentation.js 8.0 KB (entry point)
49
- run/run.entity.js 5.11 KB (entry point)
50
- run/run.event.js 8.26 KB (entry point)
51
- agent/agent.test-spec.js 1.46 KB (entry point)
52
- agent/index.js 39.74 KB (entry point)
53
- docs/index.js 4.20 KB (entry point)
54
- docs/agent-console.docblock.js 4.20 KB (entry point)
55
- ./example.js 1.22 KB (entry point)
56
- handlers/index.js 95.78 KB (entry point)
57
- tool/tool.handler.js 20.88 KB (entry point)
58
- run/run.handler.js 28.35 KB (entry point)
59
- shared/mock-runs.js 3.18 KB (entry point)
60
- handlers/agent.handlers.js 69.20 KB (entry point)
61
- tool/tool.operation.js 14.62 KB (entry point)
62
- tool/tool.schema.js 4.94 KB (entry point)
63
- tool/tool.enum.js 0.52 KB (entry point)
64
- run/run.operation.js 20.69 KB (entry point)
65
- run/run.schema.js 6.62 KB (entry point)
66
- run/run.enum.js 0.60 KB (entry point)
67
- ./agent.feature.js 10.0 KB (entry point)
68
- visualizations/index.js 5.52 KB (entry point)
69
- visualizations/selectors.js 5.33 KB (entry point)
70
- visualizations/catalog.js 3.79 KB (entry point)
71
- agent/agent.entity.js 3.92 KB (entry point)
72
- agent/agent.handler.js 33.1 KB (entry point)
73
- shared/mock-tools.js 4.15 KB (entry point)
74
- shared/mock-agents.js 2.54 KB (entry point)
75
- agent/agent.operation.js 24.28 KB (entry point)
76
- agent/agent.event.js 4.1 KB (entry point)
77
- agent/agent.presentation.js 10.36 KB (entry point)
78
- agent/agent.schema.js 8.13 KB (entry point)
79
- agent/agent.enum.js 467 bytes (entry point)
10
+ run/run.test-spec.js 0.96 KB (entry point)
11
+ seeders/index.js 471 bytes (entry point)
12
+ ./index.js 137.16 KB (entry point)
13
+ ui/index.js 52.83 KB (entry point)
14
+ ui/views/index.js 13.11 KB (entry point)
15
+ ui/overlays/index.js 0.98 KB (entry point)
16
+ ui/overlays/demo-overlays.js 0.98 KB (entry point)
17
+ ui/renderers/index.js 12.0 KB (entry point)
18
+ ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
19
+ ui/renderers/agent-list.renderer.js 2.81 KB (entry point)
20
+ ui/views/AgentListView.js 2.49 KB (entry point)
21
+ ui/renderers/dashboard.markdown.js 6.1 KB (entry point)
22
+ ui/renderers/run-list.markdown.js 1.1 KB (entry point)
23
+ ui/renderers/tool-registry.markdown.js 1.13 KB (entry point)
24
+ ui/modals/index.js 9.25 KB (entry point)
25
+ ui/AgentRunList.js 7.26 KB (entry point)
26
+ ui/AgentToolRegistry.js 3.30 KB (entry point)
27
+ ui/ExecutionConsoleHost.js 43.73 KB (entry point)
28
+ ui/AgentDashboard.js 43.44 KB (entry point)
29
+ ui/modals/AgentActionsModal.js 4.93 KB (entry point)
30
+ ui/modals/CreateAgentModal.js 4.34 KB (entry point)
31
+ ui/AgentDashboard.visualizations.js 3.93 KB (entry point)
32
+ ui/views/RunListView.js 7.26 KB (entry point)
33
+ ui/views/RunDataTable.js 5.14 KB (entry point)
34
+ ui/views/run-data-table.columns.js 4.14 KB (entry point)
35
+ ui/views/run-list.shared.js 2.71 KB (entry point)
36
+ ui/views/ToolRegistryView.js 3.30 KB (entry point)
37
+ ui/hooks/index.js 14.44 KB (entry point)
38
+ ui/hooks/useAgentList.js 0.94 KB (entry point)
39
+ ui/hooks/useAgentMutations.js 11.22 KB (entry point)
40
+ ui/hooks/useRunList.js 0.96 KB (entry point)
41
+ ui/hooks/useToolList.js 1.36 KB (entry point)
42
+ tool/index.js 18.91 KB (entry point)
43
+ tool/tool.entity.js 1.89 KB (entry point)
44
+ tool/tool.event.js 2.1 KB (entry point)
45
+ shared/index.js 13.92 KB (entry point)
46
+ presentations/index.js 16.0 KB (entry point)
47
+ tool/tool.presentation.js 4.13 KB (entry point)
48
+ run/index.js 29.00 KB (entry point)
49
+ run/run.presentation.js 5.19 KB (entry point)
50
+ run/run.entity.js 3.69 KB (entry point)
51
+ run/run.event.js 5.32 KB (entry point)
52
+ agent/agent.test-spec.js 1.0 KB (entry point)
53
+ agent/index.js 26.77 KB (entry point)
54
+ docs/index.js 3.88 KB (entry point)
55
+ docs/agent-console.docblock.js 3.88 KB (entry point)
56
+ ./example.js 0.93 KB (entry point)
57
+ handlers/index.js 60.38 KB (entry point)
58
+ tool/tool.handler.js 13.52 KB (entry point)
59
+ run/run.handler.js 18.43 KB (entry point)
60
+ shared/mock-runs.js 2.49 KB (entry point)
61
+ handlers/agent.handlers.js 43.1 KB (entry point)
62
+ tool/tool.operation.js 9.21 KB (entry point)
63
+ tool/tool.schema.js 3.0 KB (entry point)
64
+ tool/tool.enum.js 360 bytes (entry point)
65
+ run/run.operation.js 12.79 KB (entry point)
66
+ run/run.schema.js 4.14 KB (entry point)
67
+ run/run.enum.js 410 bytes (entry point)
68
+ ./agent.feature.js 7.0 KB (entry point)
69
+ visualizations/index.js 3.56 KB (entry point)
70
+ visualizations/selectors.js 3.36 KB (entry point)
71
+ visualizations/catalog.js 2.56 KB (entry point)
72
+ agent/agent.entity.js 2.88 KB (entry point)
73
+ agent/agent.handler.js 21.64 KB (entry point)
74
+ shared/mock-tools.js 3.11 KB (entry point)
75
+ shared/mock-agents.js 2.1 KB (entry point)
76
+ agent/agent.operation.js 15.31 KB (entry point)
77
+ agent/agent.event.js 2.65 KB (entry point)
78
+ agent/agent.presentation.js 6.67 KB (entry point)
79
+ agent/agent.schema.js 5.0 KB (entry point)
80
+ agent/agent.enum.js 314 bytes (entry point)
80
81
 
81
- [contractspec-bun-build] transpile target=node root=src entries=73 noBundle=false
82
- Bundled 79 modules in 139ms
82
+ [contractspec-bun-build] transpile target=node root=src entries=74 noBundle=false
83
+ Bundled 80 modules in 100ms
83
84
 
84
- ./agent.capability.js 434 bytes (entry point)
85
- tool/tool.test-spec.js 1.38 KB (entry point)
85
+ ./agent.capability.js 310 bytes (entry point)
86
+ tool/tool.test-spec.js 0.96 KB (entry point)
86
87
  shared/overlay-types.js 0 KB (entry point)
87
- run/run.test-spec.js 1.36 KB (entry point)
88
- seeders/index.js 0.63 KB (entry point)
89
- ./index.js 233.63 KB (entry point)
90
- ui/index.js 105.37 KB (entry point)
91
- ui/views/index.js 27.88 KB (entry point)
92
- ui/overlays/index.js 1.45 KB (entry point)
93
- ui/renderers/index.js 21.0 KB (entry point)
94
- ui/renderers/agent-list.markdown.js 1.83 KB (entry point)
95
- ui/renderers/agent-list.renderer.js 5.91 KB (entry point)
96
- ui/renderers/dashboard.markdown.js 9.56 KB (entry point)
97
- ui/renderers/run-list.markdown.js 1.61 KB (entry point)
98
- ui/renderers/tool-registry.markdown.js 1.96 KB (entry point)
99
- ui/views/AgentListView.js 5.34 KB (entry point)
100
- ui/modals/index.js 22.53 KB (entry point)
101
- ui/overlays/demo-overlays.js 1.45 KB (entry point)
102
- ui/AgentDashboard.js 89.26 KB (entry point)
103
- ui/modals/AgentActionsModal.js 12.29 KB (entry point)
104
- ui/modals/CreateAgentModal.js 10.17 KB (entry point)
105
- ui/AgentDashboard.visualizations.js 6.66 KB (entry point)
106
- ui/AgentRunList.js 15.25 KB (entry point)
107
- ui/views/RunListView.js 15.19 KB (entry point)
108
- ui/views/RunDataTable.js 10.32 KB (entry point)
109
- ui/views/run-data-table.columns.js 8.64 KB (entry point)
110
- ui/views/run-list.shared.js 5.84 KB (entry point)
111
- ui/AgentToolRegistry.js 6.97 KB (entry point)
112
- ui/views/ToolRegistryView.js 6.91 KB (entry point)
113
- ui/hooks/index.js 23.0 KB (entry point)
114
- ui/hooks/useAgentMutations.js 16.47 KB (entry point)
115
- ui/hooks/useRunList.js 2.14 KB (entry point)
116
- ui/hooks/useToolList.js 2.51 KB (entry point)
117
- ui/hooks/useAgentList.js 1.68 KB (entry point)
118
- tool/index.js 28.60 KB (entry point)
119
- tool/tool.entity.js 2.64 KB (entry point)
120
- tool/tool.event.js 3.24 KB (entry point)
121
- shared/index.js 21.24 KB (entry point)
122
- presentations/index.js 25.19 KB (entry point)
123
- tool/tool.presentation.js 6.40 KB (entry point)
124
- run/index.js 43.69 KB (entry point)
125
- run/run.presentation.js 8.0 KB (entry point)
126
- run/run.entity.js 5.1 KB (entry point)
127
- run/run.event.js 8.25 KB (entry point)
128
- agent/agent.test-spec.js 1.46 KB (entry point)
129
- agent/index.js 39.73 KB (entry point)
130
- docs/index.js 4.18 KB (entry point)
131
- docs/agent-console.docblock.js 4.18 KB (entry point)
132
- ./example.js 1.21 KB (entry point)
133
- handlers/index.js 95.77 KB (entry point)
134
- tool/tool.handler.js 20.88 KB (entry point)
135
- run/run.handler.js 28.34 KB (entry point)
136
- shared/mock-runs.js 3.17 KB (entry point)
137
- handlers/agent.handlers.js 69.19 KB (entry point)
138
- tool/tool.operation.js 14.62 KB (entry point)
139
- tool/tool.schema.js 4.93 KB (entry point)
140
- tool/tool.enum.js 0.51 KB (entry point)
141
- run/run.operation.js 20.68 KB (entry point)
142
- run/run.schema.js 6.61 KB (entry point)
143
- run/run.enum.js 0.59 KB (entry point)
144
- ./agent.feature.js 10.0 KB (entry point)
145
- visualizations/index.js 5.51 KB (entry point)
146
- visualizations/selectors.js 5.33 KB (entry point)
147
- visualizations/catalog.js 3.78 KB (entry point)
148
- agent/agent.entity.js 3.92 KB (entry point)
149
- agent/agent.handler.js 33.1 KB (entry point)
150
- shared/mock-tools.js 4.14 KB (entry point)
151
- shared/mock-agents.js 2.54 KB (entry point)
152
- agent/agent.operation.js 24.28 KB (entry point)
153
- agent/agent.event.js 4.1 KB (entry point)
154
- agent/agent.presentation.js 10.35 KB (entry point)
155
- agent/agent.schema.js 8.13 KB (entry point)
156
- agent/agent.enum.js 459 bytes (entry point)
88
+ run/run.test-spec.js 0.95 KB (entry point)
89
+ seeders/index.js 463 bytes (entry point)
90
+ ./index.js 137.1 KB (entry point)
91
+ ui/index.js 52.78 KB (entry point)
92
+ ui/views/index.js 13.1 KB (entry point)
93
+ ui/overlays/index.js 0.97 KB (entry point)
94
+ ui/overlays/demo-overlays.js 0.97 KB (entry point)
95
+ ui/renderers/index.js 12.0 KB (entry point)
96
+ ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
97
+ ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
98
+ ui/views/AgentListView.js 2.48 KB (entry point)
99
+ ui/renderers/dashboard.markdown.js 6.0 KB (entry point)
100
+ ui/renderers/run-list.markdown.js 1.1 KB (entry point)
101
+ ui/renderers/tool-registry.markdown.js 1.11 KB (entry point)
102
+ ui/modals/index.js 9.23 KB (entry point)
103
+ ui/AgentRunList.js 7.26 KB (entry point)
104
+ ui/AgentToolRegistry.js 3.29 KB (entry point)
105
+ ui/ExecutionConsoleHost.js 43.69 KB (entry point)
106
+ ui/AgentDashboard.js 43.40 KB (entry point)
107
+ ui/modals/AgentActionsModal.js 4.90 KB (entry point)
108
+ ui/modals/CreateAgentModal.js 4.34 KB (entry point)
109
+ ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
110
+ ui/views/RunListView.js 7.26 KB (entry point)
111
+ ui/views/RunDataTable.js 5.13 KB (entry point)
112
+ ui/views/run-data-table.columns.js 4.13 KB (entry point)
113
+ ui/views/run-list.shared.js 2.70 KB (entry point)
114
+ ui/views/ToolRegistryView.js 3.29 KB (entry point)
115
+ ui/hooks/index.js 14.43 KB (entry point)
116
+ ui/hooks/useAgentList.js 0.93 KB (entry point)
117
+ ui/hooks/useAgentMutations.js 11.22 KB (entry point)
118
+ ui/hooks/useRunList.js 0.96 KB (entry point)
119
+ ui/hooks/useToolList.js 1.36 KB (entry point)
120
+ tool/index.js 18.91 KB (entry point)
121
+ tool/tool.entity.js 1.88 KB (entry point)
122
+ tool/tool.event.js 2.1 KB (entry point)
123
+ shared/index.js 13.91 KB (entry point)
124
+ presentations/index.js 16.0 KB (entry point)
125
+ tool/tool.presentation.js 4.12 KB (entry point)
126
+ run/index.js 28.99 KB (entry point)
127
+ run/run.presentation.js 5.18 KB (entry point)
128
+ run/run.entity.js 3.69 KB (entry point)
129
+ run/run.event.js 5.31 KB (entry point)
130
+ agent/agent.test-spec.js 1.0 KB (entry point)
131
+ agent/index.js 26.77 KB (entry point)
132
+ docs/index.js 3.86 KB (entry point)
133
+ docs/agent-console.docblock.js 3.86 KB (entry point)
134
+ ./example.js 0.92 KB (entry point)
135
+ handlers/index.js 60.37 KB (entry point)
136
+ tool/tool.handler.js 13.52 KB (entry point)
137
+ run/run.handler.js 18.42 KB (entry point)
138
+ shared/mock-runs.js 2.49 KB (entry point)
139
+ handlers/agent.handlers.js 43.1 KB (entry point)
140
+ tool/tool.operation.js 9.20 KB (entry point)
141
+ tool/tool.schema.js 3.0 KB (entry point)
142
+ tool/tool.enum.js 352 bytes (entry point)
143
+ run/run.operation.js 12.78 KB (entry point)
144
+ run/run.schema.js 4.13 KB (entry point)
145
+ run/run.enum.js 402 bytes (entry point)
146
+ ./agent.feature.js 7.0 KB (entry point)
147
+ visualizations/index.js 3.55 KB (entry point)
148
+ visualizations/selectors.js 3.36 KB (entry point)
149
+ visualizations/catalog.js 2.55 KB (entry point)
150
+ agent/agent.entity.js 2.87 KB (entry point)
151
+ agent/agent.handler.js 21.63 KB (entry point)
152
+ shared/mock-tools.js 3.1 KB (entry point)
153
+ shared/mock-agents.js 2.0 KB (entry point)
154
+ agent/agent.operation.js 15.30 KB (entry point)
155
+ agent/agent.event.js 2.64 KB (entry point)
156
+ agent/agent.presentation.js 6.66 KB (entry point)
157
+ agent/agent.schema.js 5.0 KB (entry point)
158
+ agent/agent.enum.js 306 bytes (entry point)
157
159
 
158
- [contractspec-bun-build] transpile target=browser root=src entries=73 noBundle=false
159
- Bundled 79 modules in 91ms
160
+ [contractspec-bun-build] transpile target=browser root=src entries=74 noBundle=false
161
+ Bundled 80 modules in 80ms
160
162
 
161
- ./agent.capability.js 434 bytes (entry point)
162
- tool/tool.test-spec.js 1.38 KB (entry point)
163
+ ./agent.capability.js 310 bytes (entry point)
164
+ tool/tool.test-spec.js 0.96 KB (entry point)
163
165
  shared/overlay-types.js 0 KB (entry point)
164
- run/run.test-spec.js 1.36 KB (entry point)
165
- seeders/index.js 0.63 KB (entry point)
166
- ./index.js 233.63 KB (entry point)
167
- ui/index.js 105.37 KB (entry point)
168
- ui/views/index.js 27.88 KB (entry point)
169
- ui/overlays/index.js 1.45 KB (entry point)
170
- ui/renderers/index.js 21.0 KB (entry point)
171
- ui/renderers/agent-list.markdown.js 1.83 KB (entry point)
172
- ui/renderers/agent-list.renderer.js 5.91 KB (entry point)
173
- ui/renderers/dashboard.markdown.js 9.56 KB (entry point)
174
- ui/renderers/run-list.markdown.js 1.61 KB (entry point)
175
- ui/renderers/tool-registry.markdown.js 1.96 KB (entry point)
176
- ui/views/AgentListView.js 5.34 KB (entry point)
177
- ui/modals/index.js 22.53 KB (entry point)
178
- ui/overlays/demo-overlays.js 1.45 KB (entry point)
179
- ui/AgentDashboard.js 89.26 KB (entry point)
180
- ui/modals/AgentActionsModal.js 12.29 KB (entry point)
181
- ui/modals/CreateAgentModal.js 10.17 KB (entry point)
182
- ui/AgentDashboard.visualizations.js 6.66 KB (entry point)
183
- ui/AgentRunList.js 15.25 KB (entry point)
184
- ui/views/RunListView.js 15.19 KB (entry point)
185
- ui/views/RunDataTable.js 10.32 KB (entry point)
186
- ui/views/run-data-table.columns.js 8.64 KB (entry point)
187
- ui/views/run-list.shared.js 5.84 KB (entry point)
188
- ui/AgentToolRegistry.js 6.97 KB (entry point)
189
- ui/views/ToolRegistryView.js 6.91 KB (entry point)
190
- ui/hooks/index.js 23.0 KB (entry point)
191
- ui/hooks/useAgentMutations.js 16.47 KB (entry point)
192
- ui/hooks/useRunList.js 2.14 KB (entry point)
193
- ui/hooks/useToolList.js 2.51 KB (entry point)
194
- ui/hooks/useAgentList.js 1.68 KB (entry point)
195
- tool/index.js 28.60 KB (entry point)
196
- tool/tool.entity.js 2.64 KB (entry point)
197
- tool/tool.event.js 3.24 KB (entry point)
198
- shared/index.js 21.24 KB (entry point)
199
- presentations/index.js 25.19 KB (entry point)
200
- tool/tool.presentation.js 6.40 KB (entry point)
201
- run/index.js 43.69 KB (entry point)
202
- run/run.presentation.js 8.0 KB (entry point)
203
- run/run.entity.js 5.1 KB (entry point)
204
- run/run.event.js 8.25 KB (entry point)
205
- agent/agent.test-spec.js 1.46 KB (entry point)
206
- agent/index.js 39.73 KB (entry point)
207
- docs/index.js 4.18 KB (entry point)
208
- docs/agent-console.docblock.js 4.18 KB (entry point)
209
- ./example.js 1.21 KB (entry point)
210
- handlers/index.js 95.77 KB (entry point)
211
- tool/tool.handler.js 20.88 KB (entry point)
212
- run/run.handler.js 28.34 KB (entry point)
213
- shared/mock-runs.js 3.17 KB (entry point)
214
- handlers/agent.handlers.js 69.19 KB (entry point)
215
- tool/tool.operation.js 14.62 KB (entry point)
216
- tool/tool.schema.js 4.93 KB (entry point)
217
- tool/tool.enum.js 0.51 KB (entry point)
218
- run/run.operation.js 20.68 KB (entry point)
219
- run/run.schema.js 6.61 KB (entry point)
220
- run/run.enum.js 0.59 KB (entry point)
221
- ./agent.feature.js 10.0 KB (entry point)
222
- visualizations/index.js 5.51 KB (entry point)
223
- visualizations/selectors.js 5.33 KB (entry point)
224
- visualizations/catalog.js 3.78 KB (entry point)
225
- agent/agent.entity.js 3.92 KB (entry point)
226
- agent/agent.handler.js 33.1 KB (entry point)
227
- shared/mock-tools.js 4.14 KB (entry point)
228
- shared/mock-agents.js 2.54 KB (entry point)
229
- agent/agent.operation.js 24.28 KB (entry point)
230
- agent/agent.event.js 4.1 KB (entry point)
231
- agent/agent.presentation.js 10.35 KB (entry point)
232
- agent/agent.schema.js 8.13 KB (entry point)
233
- agent/agent.enum.js 459 bytes (entry point)
166
+ run/run.test-spec.js 0.95 KB (entry point)
167
+ seeders/index.js 463 bytes (entry point)
168
+ ./index.js 137.1 KB (entry point)
169
+ ui/index.js 52.78 KB (entry point)
170
+ ui/views/index.js 13.1 KB (entry point)
171
+ ui/overlays/index.js 0.97 KB (entry point)
172
+ ui/overlays/demo-overlays.js 0.97 KB (entry point)
173
+ ui/renderers/index.js 12.0 KB (entry point)
174
+ ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
175
+ ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
176
+ ui/views/AgentListView.js 2.48 KB (entry point)
177
+ ui/renderers/dashboard.markdown.js 6.0 KB (entry point)
178
+ ui/renderers/run-list.markdown.js 1.1 KB (entry point)
179
+ ui/renderers/tool-registry.markdown.js 1.11 KB (entry point)
180
+ ui/modals/index.js 9.23 KB (entry point)
181
+ ui/AgentRunList.js 7.26 KB (entry point)
182
+ ui/AgentToolRegistry.js 3.29 KB (entry point)
183
+ ui/ExecutionConsoleHost.js 43.69 KB (entry point)
184
+ ui/AgentDashboard.js 43.40 KB (entry point)
185
+ ui/modals/AgentActionsModal.js 4.90 KB (entry point)
186
+ ui/modals/CreateAgentModal.js 4.34 KB (entry point)
187
+ ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
188
+ ui/views/RunListView.js 7.26 KB (entry point)
189
+ ui/views/RunDataTable.js 5.13 KB (entry point)
190
+ ui/views/run-data-table.columns.js 4.13 KB (entry point)
191
+ ui/views/run-list.shared.js 2.70 KB (entry point)
192
+ ui/views/ToolRegistryView.js 3.29 KB (entry point)
193
+ ui/hooks/index.js 14.43 KB (entry point)
194
+ ui/hooks/useAgentList.js 0.93 KB (entry point)
195
+ ui/hooks/useAgentMutations.js 11.22 KB (entry point)
196
+ ui/hooks/useRunList.js 0.96 KB (entry point)
197
+ ui/hooks/useToolList.js 1.36 KB (entry point)
198
+ tool/index.js 18.91 KB (entry point)
199
+ tool/tool.entity.js 1.88 KB (entry point)
200
+ tool/tool.event.js 2.1 KB (entry point)
201
+ shared/index.js 13.91 KB (entry point)
202
+ presentations/index.js 16.0 KB (entry point)
203
+ tool/tool.presentation.js 4.12 KB (entry point)
204
+ run/index.js 28.99 KB (entry point)
205
+ run/run.presentation.js 5.18 KB (entry point)
206
+ run/run.entity.js 3.69 KB (entry point)
207
+ run/run.event.js 5.31 KB (entry point)
208
+ agent/agent.test-spec.js 1.0 KB (entry point)
209
+ agent/index.js 26.77 KB (entry point)
210
+ docs/index.js 3.86 KB (entry point)
211
+ docs/agent-console.docblock.js 3.86 KB (entry point)
212
+ ./example.js 0.92 KB (entry point)
213
+ handlers/index.js 60.37 KB (entry point)
214
+ tool/tool.handler.js 13.52 KB (entry point)
215
+ run/run.handler.js 18.42 KB (entry point)
216
+ shared/mock-runs.js 2.49 KB (entry point)
217
+ handlers/agent.handlers.js 43.1 KB (entry point)
218
+ tool/tool.operation.js 9.20 KB (entry point)
219
+ tool/tool.schema.js 3.0 KB (entry point)
220
+ tool/tool.enum.js 352 bytes (entry point)
221
+ run/run.operation.js 12.78 KB (entry point)
222
+ run/run.schema.js 4.13 KB (entry point)
223
+ run/run.enum.js 402 bytes (entry point)
224
+ ./agent.feature.js 7.0 KB (entry point)
225
+ visualizations/index.js 3.55 KB (entry point)
226
+ visualizations/selectors.js 3.36 KB (entry point)
227
+ visualizations/catalog.js 2.55 KB (entry point)
228
+ agent/agent.entity.js 2.87 KB (entry point)
229
+ agent/agent.handler.js 21.63 KB (entry point)
230
+ shared/mock-tools.js 3.1 KB (entry point)
231
+ shared/mock-agents.js 2.0 KB (entry point)
232
+ agent/agent.operation.js 15.30 KB (entry point)
233
+ agent/agent.event.js 2.64 KB (entry point)
234
+ agent/agent.presentation.js 6.66 KB (entry point)
235
+ agent/agent.schema.js 5.0 KB (entry point)
236
+ agent/agent.enum.js 306 bytes (entry point)
234
237
 
235
238
  $ contractspec-bun-build types
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @contractspec/example.agent-console
2
2
 
3
+ ## 3.8.10
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of chore: auto-bump internal dependents
9
+ - Updated dependencies because of Introduce the Builder v3 control plane as a governed authoring layer over external execution providers.
10
+ - Updated dependencies because of Implement ContractSpec Connect as a first-class spec, runtime, and CLI workflow.
11
+ - Updated dependencies because of Pass Bun transpile paths through production JSX mode so published browser bundles stop emitting the dev runtime.
12
+ - @contractspec/lib.presentation-runtime-core@3.9.6
13
+ - @contractspec/lib.contracts-spec@5.2.0
14
+ - @contractspec/lib.design-system@3.8.11
15
+ - @contractspec/lib.example-shared-ui@6.0.18
16
+ - @contractspec/lib.ui-kit-web@3.9.10
17
+ - @contractspec/module.execution-console@0.1.1
18
+ - @contractspec/lib.runtime-sandbox@2.7.14
19
+ - @contractspec/lib.schema@3.7.14
20
+
3
21
  ## 3.8.9
4
22
 
5
23
  ### Patch Changes