@contractspec/example.agent-console 1.56.1 → 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.
Files changed (90) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +86 -81
  2. package/.turbo/turbo-build.log +84 -82
  3. package/CHANGELOG.md +20 -0
  4. package/dist/agent/agent.entity.d.ts +36 -36
  5. package/dist/agent/agent.entity.d.ts.map +1 -1
  6. package/dist/agent/agent.enum.d.ts +4 -4
  7. package/dist/agent/agent.enum.d.ts.map +1 -1
  8. package/dist/agent/agent.event.d.ts +31 -31
  9. package/dist/agent/agent.event.d.ts.map +1 -1
  10. package/dist/agent/agent.handler.d.ts.map +1 -1
  11. package/dist/agent/agent.operation.d.ts +117 -117
  12. package/dist/agent/agent.operation.d.ts.map +1 -1
  13. package/dist/agent/agent.presentation.d.ts +4 -4
  14. package/dist/agent/agent.presentation.d.ts.map +1 -1
  15. package/dist/agent/agent.schema.d.ts +95 -95
  16. package/dist/agent/agent.schema.d.ts.map +1 -1
  17. package/dist/agent/agent.test-spec.d.ts +3 -3
  18. package/dist/agent/agent.test-spec.d.ts.map +1 -1
  19. package/dist/agent.capability.d.ts.map +1 -1
  20. package/dist/agent.feature.d.ts +0 -1
  21. package/dist/agent.feature.d.ts.map +1 -1
  22. package/dist/example.d.ts.map +1 -1
  23. package/dist/example.js +1 -2
  24. package/dist/example.js.map +1 -1
  25. package/dist/handlers/agent.handlers.d.ts +0 -1
  26. package/dist/handlers/agent.handlers.d.ts.map +1 -1
  27. package/dist/index.js +2 -2
  28. package/dist/run/run.entity.d.ts.map +1 -1
  29. package/dist/run/run.enum.d.ts +5 -5
  30. package/dist/run/run.enum.d.ts.map +1 -1
  31. package/dist/run/run.event.d.ts +71 -71
  32. package/dist/run/run.event.d.ts.map +1 -1
  33. package/dist/run/run.handler.d.ts.map +1 -1
  34. package/dist/run/run.operation.d.ts +175 -175
  35. package/dist/run/run.operation.d.ts.map +1 -1
  36. package/dist/run/run.presentation.d.ts +3 -3
  37. package/dist/run/run.presentation.d.ts.map +1 -1
  38. package/dist/run/run.schema.d.ts +99 -99
  39. package/dist/run/run.schema.d.ts.map +1 -1
  40. package/dist/run/run.test-spec.d.ts +3 -3
  41. package/dist/run/run.test-spec.d.ts.map +1 -1
  42. package/dist/seeders/index.d.ts.map +1 -1
  43. package/dist/shared/mock-agents.d.ts.map +1 -1
  44. package/dist/shared/mock-runs.d.ts.map +1 -1
  45. package/dist/shared/mock-tools.d.ts.map +1 -1
  46. package/dist/shared/overlay-types.d.ts.map +1 -1
  47. package/dist/tool/tool.entity.d.ts +24 -24
  48. package/dist/tool/tool.entity.d.ts.map +1 -1
  49. package/dist/tool/tool.enum.d.ts +4 -4
  50. package/dist/tool/tool.enum.d.ts.map +1 -1
  51. package/dist/tool/tool.event.d.ts +25 -25
  52. package/dist/tool/tool.event.d.ts.map +1 -1
  53. package/dist/tool/tool.handler.d.ts +1 -1
  54. package/dist/tool/tool.handler.d.ts.map +1 -1
  55. package/dist/tool/tool.operation.d.ts +101 -101
  56. package/dist/tool/tool.operation.d.ts.map +1 -1
  57. package/dist/tool/tool.presentation.d.ts +3 -3
  58. package/dist/tool/tool.presentation.d.ts.map +1 -1
  59. package/dist/tool/tool.schema.d.ts +52 -52
  60. package/dist/tool/tool.schema.d.ts.map +1 -1
  61. package/dist/tool/tool.test-spec.d.ts +3 -3
  62. package/dist/tool/tool.test-spec.d.ts.map +1 -1
  63. package/dist/ui/AgentDashboard.d.ts +2 -2
  64. package/dist/ui/AgentDashboard.d.ts.map +1 -1
  65. package/dist/ui/hooks/useAgentList.d.ts.map +1 -1
  66. package/dist/ui/hooks/useAgentMutations.d.ts.map +1 -1
  67. package/dist/ui/hooks/useRunList.d.ts.map +1 -1
  68. package/dist/ui/hooks/useToolList.d.ts.map +1 -1
  69. package/dist/ui/modals/AgentActionsModal.d.ts.map +1 -1
  70. package/dist/ui/modals/CreateAgentModal.d.ts.map +1 -1
  71. package/dist/ui/overlays/demo-overlays.d.ts +0 -1
  72. package/dist/ui/overlays/demo-overlays.d.ts.map +1 -1
  73. package/dist/ui/renderers/agent-list.markdown.d.ts +0 -1
  74. package/dist/ui/renderers/agent-list.markdown.d.ts.map +1 -1
  75. package/dist/ui/renderers/agent-list.renderer.d.ts +0 -1
  76. package/dist/ui/renderers/agent-list.renderer.d.ts.map +1 -1
  77. package/dist/ui/renderers/dashboard.markdown.d.ts +0 -1
  78. package/dist/ui/renderers/dashboard.markdown.d.ts.map +1 -1
  79. package/dist/ui/renderers/run-list.markdown.d.ts +0 -1
  80. package/dist/ui/renderers/run-list.markdown.d.ts.map +1 -1
  81. package/dist/ui/renderers/tool-registry.markdown.d.ts +0 -1
  82. package/dist/ui/renderers/tool-registry.markdown.d.ts.map +1 -1
  83. package/dist/ui/views/AgentListView.d.ts +2 -2
  84. package/dist/ui/views/AgentListView.d.ts.map +1 -1
  85. package/dist/ui/views/RunListView.d.ts +2 -2
  86. package/dist/ui/views/RunListView.d.ts.map +1 -1
  87. package/dist/ui/views/ToolRegistryView.d.ts +2 -2
  88. package/dist/ui/views/ToolRegistryView.d.ts.map +1 -1
  89. package/package.json +10 -10
  90. package/tsconfig.tsbuildinfo +1 -1
@@ -1,5 +1,5 @@
1
1
  $ tsdown
2
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
2
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/agent-console/tsdown.config.js
4
4
  ℹ entry: src/agent.capability.ts, src/agent.feature.ts, src/example.ts, src/index.ts, src/agent/agent.entity.ts, src/agent/agent.enum.ts, src/agent/agent.event.ts, src/agent/agent.handler.ts, src/agent/agent.operation.ts, src/agent/agent.presentation.ts, src/agent/agent.schema.ts, src/agent/agent.test-spec.ts, src/agent/index.ts, src/docs/agent-console.docblock.ts, src/docs/index.ts, src/handlers/agent.handlers.ts, src/handlers/index.ts, src/presentations/index.ts, src/run/index.ts, src/run/run.entity.ts, src/run/run.enum.ts, src/run/run.event.ts, src/run/run.handler.ts, src/run/run.operation.ts, src/run/run.presentation.ts, src/run/run.schema.ts, src/run/run.test-spec.ts, src/seeders/index.ts, src/shared/index.ts, src/shared/mock-agents.ts, src/shared/mock-runs.ts, src/shared/mock-tools.ts, src/shared/overlay-types.ts, src/tool/index.ts, src/tool/tool.entity.ts, src/tool/tool.enum.ts, src/tool/tool.event.ts, src/tool/tool.handler.ts, src/tool/tool.operation.ts, src/tool/tool.presentation.ts, src/tool/tool.schema.ts, src/tool/tool.test-spec.ts, src/ui/AgentDashboard.tsx, src/ui/AgentRunList.tsx, src/ui/AgentToolRegistry.tsx, src/ui/index.ts, src/ui/hooks/index.ts, src/ui/hooks/useAgentList.ts, src/ui/hooks/useAgentMutations.ts, src/ui/hooks/useRunList.ts, src/ui/hooks/useToolList.ts, src/ui/modals/AgentActionsModal.tsx, src/ui/modals/CreateAgentModal.tsx, src/ui/modals/index.ts, src/ui/overlays/demo-overlays.ts, src/ui/overlays/index.ts, src/ui/renderers/agent-list.markdown.ts, src/ui/renderers/agent-list.renderer.tsx, src/ui/renderers/dashboard.markdown.ts, src/ui/renderers/index.ts, src/ui/renderers/run-list.markdown.ts, src/ui/renderers/tool-registry.markdown.ts, src/ui/views/AgentListView.tsx, src/ui/views/RunListView.tsx, src/ui/views/ToolRegistryView.tsx, src/ui/views/index.ts
5
5
  ℹ target: esnext
@@ -16,7 +16,7 @@ $ tsdown
16
16
  ℹ dist/handlers/agent.handlers.js  7.85 kB │ gzip: 1.96 kB
17
17
  ℹ dist/ui/modals/CreateAgentModal.js  7.09 kB │ gzip: 2.03 kB
18
18
  ℹ dist/run/run.schema.js  6.71 kB │ gzip: 0.98 kB
19
- ℹ dist/index.js  6.67 kB │ gzip: 1.36 kB
19
+ ℹ dist/index.js  6.64 kB │ gzip: 1.35 kB
20
20
  ℹ dist/ui/views/RunListView.js  5.36 kB │ gzip: 1.46 kB
21
21
  ℹ dist/run/run.entity.js  5.25 kB │ gzip: 1.39 kB
22
22
  ℹ dist/agent.feature.js  4.88 kB │ gzip: 0.88 kB
@@ -53,7 +53,7 @@ $ tsdown
53
53
  ℹ dist/tool/tool.test-spec.js  1.33 kB │ gzip: 0.42 kB
54
54
  ℹ dist/run/run.test-spec.js  1.32 kB │ gzip: 0.42 kB
55
55
  ℹ dist/tool/index.js  1.30 kB │ gzip: 0.34 kB
56
- ℹ dist/example.js  1.28 kB │ gzip: 0.60 kB
56
+ ℹ dist/example.js  1.24 kB │ gzip: 0.59 kB
57
57
  ℹ dist/run/run.enum.js  0.75 kB │ gzip: 0.39 kB
58
58
  ℹ dist/ui/renderers/agent-list.renderer.js  0.69 kB │ gzip: 0.36 kB
59
59
  ℹ dist/tool/tool.enum.js  0.65 kB │ gzip: 0.34 kB
@@ -114,82 +114,82 @@ $ tsdown
114
114
  ℹ dist/agent/agent.test-spec.js.map  2.44 kB │ gzip: 0.65 kB
115
115
  ℹ dist/tool/tool.test-spec.js.map  2.35 kB │ gzip: 0.65 kB
116
116
  ℹ dist/run/run.test-spec.js.map  2.34 kB │ gzip: 0.65 kB
117
- ℹ dist/run/run.operation.d.ts.map  1.86 kB │ gzip: 0.51 kB
118
- ℹ dist/example.js.map  1.82 kB │ gzip: 0.83 kB
119
- ℹ dist/agent/agent.operation.d.ts.map  1.54 kB │ gzip: 0.47 kB
120
- ℹ dist/handlers/agent.handlers.d.ts.map  1.48 kB │ gzip: 0.60 kB
121
- ℹ dist/tool/tool.operation.d.ts.map  1.41 kB │ gzip: 0.45 kB
122
- ℹ dist/run/run.event.d.ts.map  1.31 kB │ gzip: 0.42 kB
123
- ℹ dist/run/run.schema.d.ts.map  1.30 kB │ gzip: 0.42 kB
117
+ ℹ dist/example.js.map  1.80 kB │ gzip: 0.82 kB
118
+ ℹ dist/handlers/agent.handlers.d.ts.map  1.77 kB │ gzip: 0.48 kB
119
+ ℹ dist/run/run.operation.d.ts.map  1.32 kB │ gzip: 0.30 kB
124
120
  ℹ dist/ui/renderers/agent-list.renderer.js.map  1.17 kB │ gzip: 0.56 kB
125
121
  ℹ dist/seeders/index.js.map  1.11 kB │ gzip: 0.66 kB
126
- ℹ dist/agent/agent.schema.d.ts.map  1.10 kB │ gzip: 0.36 kB
127
122
  ℹ dist/run/run.enum.js.map  1.08 kB │ gzip: 0.47 kB
128
- ℹ dist/agent/agent.handler.d.ts.map  0.95 kB │ gzip: 0.42 kB
129
- ℹ dist/ui/hooks/useAgentMutations.d.ts.map  0.91 kB │ gzip: 0.38 kB
123
+ ℹ dist/agent/agent.handler.d.ts.map  1.08 kB │ gzip: 0.33 kB
124
+ ℹ dist/agent/agent.operation.d.ts.map  1.05 kB │ gzip: 0.28 kB
125
+ ℹ dist/tool/tool.handler.d.ts.map  0.98 kB │ gzip: 0.32 kB
130
126
  ℹ dist/tool/tool.enum.js.map  0.89 kB │ gzip: 0.44 kB
131
- ℹ dist/tool/tool.handler.d.ts.map  0.89 kB │ gzip: 0.35 kB
127
+ ℹ dist/tool/tool.operation.d.ts.map  0.89 kB │ gzip: 0.25 kB
128
+ ℹ dist/run/run.handler.d.ts.map  0.86 kB │ gzip: 0.32 kB
132
129
  ℹ dist/agent/agent.enum.js.map  0.84 kB │ gzip: 0.42 kB
133
- ℹ dist/run/run.handler.d.ts.map  0.78 kB │ gzip: 0.34 kB
134
- ℹ dist/agent/agent.event.d.ts.map  0.78 kB │ gzip: 0.29 kB
135
- ℹ dist/tool/tool.schema.d.ts.map  0.75 kB │ gzip: 0.30 kB
130
+ ℹ dist/run/run.event.d.ts.map  0.83 kB │ gzip: 0.24 kB
131
+ ℹ dist/run/run.schema.d.ts.map  0.80 kB │ gzip: 0.24 kB
132
+ ℹ dist/agent/agent.schema.d.ts.map  0.71 kB │ gzip: 0.21 kB
136
133
  ℹ dist/agent.capability.js.map  0.69 kB │ gzip: 0.41 kB
137
- ℹ dist/ui/modals/AgentActionsModal.d.ts.map  0.68 kB │ gzip: 0.29 kB
138
- ℹ dist/tool/tool.event.d.ts.map  0.59 kB │ gzip: 0.26 kB
139
- ℹ dist/run/run.entity.d.ts.map  0.52 kB │ gzip: 0.31 kB
140
- ℹ dist/shared/overlay-types.d.ts.map  0.48 kB │ gzip: 0.27 kB
141
- ℹ dist/ui/modals/CreateAgentModal.d.ts.map  0.46 kB │ gzip: 0.27 kB
142
- ℹ dist/ui/hooks/useToolList.d.ts.map  0.40 kB │ gzip: 0.26 kB
143
- ℹ dist/agent/agent.entity.d.ts.map  0.38 kB │ gzip: 0.24 kB
144
- ℹ dist/ui/hooks/useRunList.d.ts.map  0.34 kB │ gzip: 0.23 kB
145
- ℹ dist/run/run.enum.d.ts.map  0.33 kB │ gzip: 0.19 kB
146
- ℹ dist/ui/hooks/useAgentList.d.ts.map  0.33 kB │ gzip: 0.21 kB
147
- ℹ dist/tool/tool.entity.d.ts.map  0.33 kB │ gzip: 0.23 kB
148
- ℹ dist/tool/tool.enum.d.ts.map  0.30 kB │ gzip: 0.19 kB
149
- ℹ dist/agent/agent.enum.d.ts.map  0.29 kB │ gzip: 0.19 kB
150
- ℹ dist/ui/views/ToolRegistryView.d.ts.map  0.27 kB │ gzip: 0.19 kB
151
- ℹ dist/agent/agent.presentation.d.ts.map  0.26 kB │ gzip: 0.19 kB
152
- ℹ dist/ui/views/RunListView.d.ts.map  0.26 kB │ gzip: 0.19 kB
153
- ℹ dist/tool/tool.presentation.d.ts.map  0.22 kB │ gzip: 0.17 kB
154
- ℹ dist/run/run.presentation.d.ts.map  0.22 kB │ gzip: 0.17 kB
155
- ℹ dist/ui/overlays/demo-overlays.d.ts.map  0.19 kB │ gzip: 0.15 kB
156
- ℹ dist/ui/renderers/agent-list.renderer.d.ts.map  0.19 kB │ gzip: 0.15 kB
134
+ ℹ dist/shared/overlay-types.d.ts.map  0.49 kB │ gzip: 0.22 kB
135
+ ℹ dist/ui/modals/AgentActionsModal.d.ts.map  0.48 kB │ gzip: 0.24 kB
136
+ ℹ dist/agent/agent.event.d.ts.map  0.47 kB │ gzip: 0.18 kB
137
+ ℹ dist/ui/hooks/useAgentMutations.d.ts.map  0.47 kB │ gzip: 0.25 kB
138
+ ℹ dist/tool/tool.schema.d.ts.map  0.47 kB │ gzip: 0.19 kB
139
+ ℹ dist/run/run.entity.d.ts.map  0.41 kB │ gzip: 0.23 kB
140
+ ℹ dist/ui/modals/CreateAgentModal.d.ts.map  0.40 kB │ gzip: 0.22 kB
141
+ ℹ dist/tool/tool.event.d.ts.map  0.38 kB │ gzip: 0.18 kB
142
+ ℹ dist/ui/hooks/useToolList.d.ts.map  0.33 kB │ gzip: 0.21 kB
143
+ ℹ dist/agent/agent.entity.d.ts.map  0.31 kB │ gzip: 0.20 kB
144
+ ℹ dist/ui/hooks/useRunList.d.ts.map  0.29 kB │ gzip: 0.19 kB
145
+ ℹ dist/tool/tool.entity.d.ts.map  0.28 kB │ gzip: 0.20 kB
146
+ ℹ dist/ui/views/ToolRegistryView.d.ts.map  0.26 kB │ gzip: 0.19 kB
147
+ ℹ dist/run/run.enum.d.ts.map  0.26 kB │ gzip: 0.18 kB
148
+ ℹ dist/agent/agent.presentation.d.ts.map  0.26 kB │ gzip: 0.18 kB
149
+ ℹ dist/ui/hooks/useAgentList.d.ts.map  0.26 kB │ gzip: 0.19 kB
150
+ ℹ dist/ui/views/RunListView.d.ts.map  0.25 kB │ gzip: 0.18 kB
151
+ ℹ dist/agent/agent.enum.d.ts.map  0.23 kB │ gzip: 0.17 kB
152
+ ℹ dist/tool/tool.enum.d.ts.map  0.22 kB │ gzip: 0.17 kB
153
+ ℹ dist/ui/overlays/demo-overlays.d.ts.map  0.22 kB │ gzip: 0.17 kB
154
+ ℹ dist/tool/tool.presentation.d.ts.map  0.20 kB │ gzip: 0.15 kB
155
+ ℹ dist/run/run.presentation.d.ts.map  0.20 kB │ gzip: 0.15 kB
156
+ ℹ dist/ui/renderers/tool-registry.markdown.d.ts.map  0.20 kB │ gzip: 0.16 kB
157
157
  ℹ dist/agent/agent.test-spec.d.ts.map  0.19 kB │ gzip: 0.15 kB
158
- ℹ dist/ui/views/AgentListView.d.ts.map  0.19 kB │ gzip: 0.15 kB
159
- ℹ dist/tool/tool.test-spec.d.ts.map  0.18 kB │ gzip: 0.15 kB
160
- ℹ dist/run/run.test-spec.d.ts.map  0.18 kB │ gzip: 0.15 kB
161
- ℹ dist/ui/renderers/tool-registry.markdown.d.ts.map  0.18 kB │ gzip: 0.14 kB
162
- ℹ dist/ui/AgentDashboard.d.ts.map  0.18 kB │ gzip: 0.15 kB
163
- ℹ dist/ui/renderers/agent-list.markdown.d.ts.map  0.17 kB │ gzip: 0.14 kB
164
- ℹ dist/ui/renderers/dashboard.markdown.d.ts.map  0.17 kB │ gzip: 0.14 kB
165
- ℹ dist/ui/renderers/run-list.markdown.d.ts.map  0.17 kB │ gzip: 0.14 kB
166
- ℹ dist/seeders/index.d.ts.map  0.16 kB │ gzip: 0.14 kB
167
- ℹ dist/agent.capability.d.ts.map  0.15 kB │ gzip: 0.14 kB
168
- ℹ dist/agent.feature.d.ts.map  0.14 kB │ gzip: 0.13 kB
169
- ℹ dist/shared/mock-agents.d.ts.map  0.14 kB │ gzip: 0.13 kB
170
- ℹ dist/shared/mock-tools.d.ts.map  0.14 kB │ gzip: 0.13 kB
171
- ℹ dist/shared/mock-runs.d.ts.map  0.14 kB │ gzip: 0.13 kB
172
- ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
173
- ℹ dist/run/run.operation.d.ts 21.40 kB │ gzip: 1.56 kB
174
- ℹ dist/agent/agent.operation.d.ts 13.78 kB │ gzip: 1.21 kB
175
- ℹ dist/tool/tool.operation.d.ts 12.33 kB │ gzip: 1.08 kB
176
- ℹ dist/run/run.schema.d.ts 11.87 kB │ gzip: 1.06 kB
177
- ℹ dist/agent/agent.schema.d.ts 11.14 kB │ gzip: 0.83 kB
178
- ℹ dist/run/run.event.d.ts  8.36 kB │ gzip: 0.78 kB
158
+ ℹ dist/ui/renderers/agent-list.markdown.d.ts.map  0.19 kB │ gzip: 0.16 kB
159
+ ℹ dist/tool/tool.test-spec.d.ts.map  0.19 kB │ gzip: 0.15 kB
160
+ ℹ dist/ui/renderers/dashboard.markdown.d.ts.map  0.19 kB │ gzip: 0.15 kB
161
+ ℹ dist/run/run.test-spec.d.ts.map  0.19 kB │ gzip: 0.15 kB
162
+ ℹ dist/ui/renderers/run-list.markdown.d.ts.map  0.19 kB │ gzip: 0.15 kB
163
+ ℹ dist/ui/renderers/agent-list.renderer.d.ts.map  0.18 kB │ gzip: 0.15 kB
164
+ ℹ dist/seeders/index.d.ts.map  0.17 kB │ gzip: 0.15 kB
165
+ ℹ dist/ui/views/AgentListView.d.ts.map  0.17 kB │ gzip: 0.15 kB
166
+ ℹ dist/ui/AgentDashboard.d.ts.map  0.16 kB │ gzip: 0.14 kB
167
+ ℹ dist/agent.capability.d.ts.map  0.14 kB │ gzip: 0.14 kB
168
+ ℹ dist/agent.feature.d.ts.map  0.13 kB │ gzip: 0.12 kB
169
+ ℹ dist/example.d.ts.map  0.13 kB │ gzip: 0.13 kB
170
+ ℹ dist/shared/mock-agents.d.ts.map  0.13 kB │ gzip: 0.12 kB
171
+ ℹ dist/shared/mock-tools.d.ts.map  0.13 kB │ gzip: 0.12 kB
172
+ ℹ dist/shared/mock-runs.d.ts.map  0.12 kB │ gzip: 0.12 kB
173
+ ℹ dist/run/run.operation.d.ts 21.05 kB │ gzip: 1.55 kB
174
+ ℹ dist/agent/agent.operation.d.ts 13.55 kB │ gzip: 1.19 kB
175
+ ℹ dist/tool/tool.operation.d.ts 12.13 kB │ gzip: 1.07 kB
176
+ ℹ dist/run/run.schema.d.ts 11.67 kB │ gzip: 1.05 kB
177
+ ℹ dist/agent/agent.schema.d.ts 10.95 kB │ gzip: 0.82 kB
178
+ ℹ dist/run/run.event.d.ts  8.29 kB │ gzip: 0.78 kB
179
179
  ℹ dist/index.d.ts  7.26 kB │ gzip: 1.47 kB
180
180
  ℹ dist/tool/tool.handler.d.ts  6.76 kB │ gzip: 1.09 kB
181
- ℹ dist/tool/tool.schema.d.ts  6.38 kB │ gzip: 0.64 kB
181
+ ℹ dist/tool/tool.schema.d.ts  6.28 kB │ gzip: 0.63 kB
182
182
  ℹ dist/shared/mock-tools.d.ts  4.89 kB │ gzip: 0.70 kB
183
183
  ℹ dist/run/run.handler.d.ts  4.51 kB │ gzip: 0.89 kB
184
184
  ℹ dist/run/run.entity.d.ts  3.77 kB │ gzip: 0.60 kB
185
- ℹ dist/agent/agent.event.d.ts  3.76 kB │ gzip: 0.51 kB
185
+ ℹ dist/agent/agent.event.d.ts  3.70 kB │ gzip: 0.51 kB
186
186
  ℹ dist/handlers/agent.handlers.d.ts  3.47 kB │ gzip: 1.01 kB
187
- ℹ dist/tool/tool.event.d.ts  3.00 kB │ gzip: 0.46 kB
187
+ ℹ dist/tool/tool.event.d.ts  2.95 kB │ gzip: 0.45 kB
188
188
  ℹ dist/agent/agent.handler.d.ts  2.67 kB │ gzip: 0.76 kB
189
- ℹ dist/agent/agent.entity.d.ts  2.59 kB │ gzip: 0.54 kB
189
+ ℹ dist/agent/agent.entity.d.ts  2.55 kB │ gzip: 0.54 kB
190
190
  ℹ dist/shared/mock-runs.d.ts  2.41 kB │ gzip: 0.50 kB
191
191
  ℹ dist/ui/index.d.ts  2.03 kB │ gzip: 0.46 kB
192
- ℹ dist/tool/tool.entity.d.ts  1.93 kB │ gzip: 0.46 kB
192
+ ℹ dist/tool/tool.entity.d.ts  1.89 kB │ gzip: 0.45 kB
193
193
  ℹ dist/agent/index.d.ts  1.75 kB │ gzip: 0.44 kB
194
194
  ℹ dist/shared/mock-agents.d.ts  1.73 kB │ gzip: 0.41 kB
195
195
  ℹ dist/run/index.d.ts  1.68 kB │ gzip: 0.46 kB
@@ -200,19 +200,19 @@ $ tsdown
200
200
  ℹ dist/shared/overlay-types.d.ts  1.00 kB │ gzip: 0.40 kB
201
201
  ℹ dist/ui/hooks/useAgentList.d.ts  0.83 kB │ gzip: 0.42 kB
202
202
  ℹ dist/ui/modals/AgentActionsModal.d.ts  0.78 kB │ gzip: 0.36 kB
203
- ℹ dist/run/run.enum.d.ts  0.78 kB │ gzip: 0.28 kB
203
+ ℹ dist/run/run.enum.d.ts  0.77 kB │ gzip: 0.28 kB
204
204
  ℹ dist/ui/hooks/useRunList.d.ts  0.77 kB │ gzip: 0.40 kB
205
205
  ℹ dist/agent/agent.presentation.d.ts  0.74 kB │ gzip: 0.29 kB
206
206
  ℹ dist/ui/modals/CreateAgentModal.d.ts  0.66 kB │ gzip: 0.34 kB
207
- ℹ dist/tool/tool.enum.d.ts  0.65 kB │ gzip: 0.26 kB
208
- ℹ dist/agent/agent.enum.d.ts  0.63 kB │ gzip: 0.27 kB
207
+ ℹ dist/tool/tool.enum.d.ts  0.64 kB │ gzip: 0.26 kB
208
+ ℹ dist/agent/agent.enum.d.ts  0.62 kB │ gzip: 0.26 kB
209
209
  ℹ dist/ui/overlays/demo-overlays.d.ts  0.61 kB │ gzip: 0.29 kB
210
210
  ℹ dist/ui/hooks/index.d.ts  0.60 kB │ gzip: 0.20 kB
211
211
  ℹ dist/presentations/index.d.ts  0.60 kB │ gzip: 0.18 kB
212
- ℹ dist/tool/tool.presentation.d.ts  0.51 kB │ gzip: 0.24 kB
213
- ℹ dist/run/run.presentation.d.ts  0.51 kB │ gzip: 0.24 kB
212
+ ℹ dist/tool/tool.presentation.d.ts  0.51 kB │ gzip: 0.23 kB
213
+ ℹ dist/run/run.presentation.d.ts  0.50 kB │ gzip: 0.24 kB
214
214
  ℹ dist/ui/renderers/index.d.ts  0.50 kB │ gzip: 0.16 kB
215
- ℹ dist/ui/renderers/tool-registry.markdown.d.ts  0.46 kB │ gzip: 0.26 kB
215
+ ℹ dist/ui/renderers/tool-registry.markdown.d.ts  0.45 kB │ gzip: 0.26 kB
216
216
  ℹ dist/ui/renderers/dashboard.markdown.d.ts  0.45 kB │ gzip: 0.26 kB
217
217
  ℹ dist/ui/renderers/agent-list.markdown.d.ts  0.44 kB │ gzip: 0.26 kB
218
218
  ℹ dist/ui/renderers/run-list.markdown.d.ts  0.42 kB │ gzip: 0.26 kB
@@ -221,7 +221,7 @@ $ tsdown
221
221
  ℹ dist/ui/views/RunListView.d.ts  0.38 kB │ gzip: 0.25 kB
222
222
  ℹ dist/ui/renderers/agent-list.renderer.d.ts  0.37 kB │ gzip: 0.22 kB
223
223
  ℹ dist/agent/agent.test-spec.d.ts  0.35 kB │ gzip: 0.19 kB
224
- ℹ dist/tool/tool.test-spec.d.ts  0.35 kB │ gzip: 0.19 kB
224
+ ℹ dist/tool/tool.test-spec.d.ts  0.34 kB │ gzip: 0.19 kB
225
225
  ℹ dist/run/run.test-spec.d.ts  0.34 kB │ gzip: 0.19 kB
226
226
  ℹ dist/seeders/index.d.ts  0.28 kB │ gzip: 0.22 kB
227
227
  ℹ dist/agent.capability.d.ts  0.28 kB │ gzip: 0.17 kB
@@ -236,7 +236,17 @@ $ tsdown
236
236
  ℹ dist/ui/AgentRunList.d.ts  0.09 kB │ gzip: 0.08 kB
237
237
  ℹ dist/docs/agent-console.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
238
238
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
239
- ℹ 230 files, total: 711.62 kB
239
+ ℹ 230 files, total: 705.44 kB
240
+ src/ui/renderers/run-list.markdown.ts (11:36) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/run-list.markdown.ts
241
+ ╭─[ src/ui/renderers/run-list.markdown.ts:11:37 ]
242
+ │
243
+ 11 │ import { mockListRunsHandler } from '@contractspec/example.agent-console/handlers';
244
+  │ ───────────────────────┬──────────────────────
245
+  │ ╰──────────────────────── Module not found, treating it as an external dependency
246
+  │
247
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
248
+ ────╯
249
+
240
250
  src/ui/renderers/tool-registry.markdown.ts (10:37) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/tool-registry.markdown.ts
241
251
  â•­─[ src/ui/renderers/tool-registry.markdown.ts:10:38 ]
242
252
  │
@@ -267,14 +277,9 @@ src/ui/renderers/dashboard.markdown.ts (14:7) [UNRESOLVED_IMPORT] Warning:
267
277
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
268
278
  ────╯
269
279
 
270
- src/ui/renderers/run-list.markdown.ts (11:36) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/run-list.markdown.ts
271
- ╭─[ src/ui/renderers/run-list.markdown.ts:11:37 ]
272
- │
273
- 11 │ import { mockListRunsHandler } from '@contractspec/example.agent-console/handlers';
274
-  │ ───────────────────────┬──────────────────────
275
-  │ ╰──────────────────────── Module not found, treating it as an external dependency
276
-  │
277
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
278
- ────╯
280
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
281
+ - tsdown:external (64%)
282
+ - rolldown-plugin-dts:generate (21%)
283
+ See https://rolldown.rs/options/checks#plugintimings for more details.
279
284
 
280
- ✔ Build complete in 39433ms
285
+ ✔ Build complete in 39879ms
@@ -1,7 +1,7 @@
1
1
  $ bun build:types && bun build:bundle
2
2
  $ tsc --noEmit
3
3
  $ tsdown
4
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
4
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
5
5
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/agent-console/tsdown.config.js
6
6
  ℹ entry: src/agent.capability.ts, src/agent.feature.ts, src/example.ts, src/index.ts, src/agent/agent.entity.ts, src/agent/agent.enum.ts, src/agent/agent.event.ts, src/agent/agent.handler.ts, src/agent/agent.operation.ts, src/agent/agent.presentation.ts, src/agent/agent.schema.ts, src/agent/agent.test-spec.ts, src/agent/index.ts, src/docs/agent-console.docblock.ts, src/docs/index.ts, src/handlers/agent.handlers.ts, src/handlers/index.ts, src/presentations/index.ts, src/run/index.ts, src/run/run.entity.ts, src/run/run.enum.ts, src/run/run.event.ts, src/run/run.handler.ts, src/run/run.operation.ts, src/run/run.presentation.ts, src/run/run.schema.ts, src/run/run.test-spec.ts, src/seeders/index.ts, src/shared/index.ts, src/shared/mock-agents.ts, src/shared/mock-runs.ts, src/shared/mock-tools.ts, src/shared/overlay-types.ts, src/tool/index.ts, src/tool/tool.entity.ts, src/tool/tool.enum.ts, src/tool/tool.event.ts, src/tool/tool.handler.ts, src/tool/tool.operation.ts, src/tool/tool.presentation.ts, src/tool/tool.schema.ts, src/tool/tool.test-spec.ts, src/ui/AgentDashboard.tsx, src/ui/AgentRunList.tsx, src/ui/AgentToolRegistry.tsx, src/ui/index.ts, src/ui/hooks/index.ts, src/ui/hooks/useAgentList.ts, src/ui/hooks/useAgentMutations.ts, src/ui/hooks/useRunList.ts, src/ui/hooks/useToolList.ts, src/ui/modals/AgentActionsModal.tsx, src/ui/modals/CreateAgentModal.tsx, src/ui/modals/index.ts, src/ui/overlays/demo-overlays.ts, src/ui/overlays/index.ts, src/ui/renderers/agent-list.markdown.ts, src/ui/renderers/agent-list.renderer.tsx, src/ui/renderers/dashboard.markdown.ts, src/ui/renderers/index.ts, src/ui/renderers/run-list.markdown.ts, src/ui/renderers/tool-registry.markdown.ts, src/ui/views/AgentListView.tsx, src/ui/views/RunListView.tsx, src/ui/views/ToolRegistryView.tsx, src/ui/views/index.ts
7
7
  ℹ target: esnext
@@ -17,7 +17,7 @@ $ tsdown
17
17
  ℹ dist/handlers/agent.handlers.js  7.85 kB │ gzip: 1.96 kB
18
18
  ℹ dist/ui/modals/CreateAgentModal.js  7.09 kB │ gzip: 2.03 kB
19
19
  ℹ dist/run/run.schema.js  6.71 kB │ gzip: 0.98 kB
20
- ℹ dist/index.js  6.67 kB │ gzip: 1.36 kB
20
+ ℹ dist/index.js  6.64 kB │ gzip: 1.35 kB
21
21
  ℹ dist/ui/views/RunListView.js  5.36 kB │ gzip: 1.46 kB
22
22
  ℹ dist/run/run.entity.js  5.25 kB │ gzip: 1.39 kB
23
23
  ℹ dist/agent.feature.js  4.88 kB │ gzip: 0.88 kB
@@ -54,7 +54,7 @@ $ tsdown
54
54
  ℹ dist/tool/tool.test-spec.js  1.33 kB │ gzip: 0.42 kB
55
55
  ℹ dist/run/run.test-spec.js  1.32 kB │ gzip: 0.42 kB
56
56
  ℹ dist/tool/index.js  1.30 kB │ gzip: 0.34 kB
57
- ℹ dist/example.js  1.28 kB │ gzip: 0.60 kB
57
+ ℹ dist/example.js  1.24 kB │ gzip: 0.59 kB
58
58
  ℹ dist/run/run.enum.js  0.75 kB │ gzip: 0.39 kB
59
59
  ℹ dist/ui/renderers/agent-list.renderer.js  0.69 kB │ gzip: 0.36 kB
60
60
  ℹ dist/tool/tool.enum.js  0.65 kB │ gzip: 0.34 kB
@@ -115,82 +115,82 @@ $ tsdown
115
115
  ℹ dist/agent/agent.test-spec.js.map  2.44 kB │ gzip: 0.65 kB
116
116
  ℹ dist/tool/tool.test-spec.js.map  2.35 kB │ gzip: 0.65 kB
117
117
  ℹ dist/run/run.test-spec.js.map  2.34 kB │ gzip: 0.65 kB
118
- ℹ dist/run/run.operation.d.ts.map  1.86 kB │ gzip: 0.51 kB
119
- ℹ dist/example.js.map  1.82 kB │ gzip: 0.83 kB
120
- ℹ dist/agent/agent.operation.d.ts.map  1.54 kB │ gzip: 0.47 kB
121
- ℹ dist/handlers/agent.handlers.d.ts.map  1.48 kB │ gzip: 0.60 kB
122
- ℹ dist/tool/tool.operation.d.ts.map  1.41 kB │ gzip: 0.45 kB
123
- ℹ dist/run/run.event.d.ts.map  1.31 kB │ gzip: 0.42 kB
124
- ℹ dist/run/run.schema.d.ts.map  1.30 kB │ gzip: 0.42 kB
118
+ ℹ dist/example.js.map  1.80 kB │ gzip: 0.82 kB
119
+ ℹ dist/handlers/agent.handlers.d.ts.map  1.77 kB │ gzip: 0.48 kB
120
+ ℹ dist/run/run.operation.d.ts.map  1.32 kB │ gzip: 0.30 kB
125
121
  ℹ dist/ui/renderers/agent-list.renderer.js.map  1.17 kB │ gzip: 0.56 kB
126
122
  ℹ dist/seeders/index.js.map  1.11 kB │ gzip: 0.66 kB
127
- ℹ dist/agent/agent.schema.d.ts.map  1.10 kB │ gzip: 0.36 kB
128
123
  ℹ dist/run/run.enum.js.map  1.08 kB │ gzip: 0.47 kB
129
- ℹ dist/agent/agent.handler.d.ts.map  0.95 kB │ gzip: 0.42 kB
130
- ℹ dist/ui/hooks/useAgentMutations.d.ts.map  0.91 kB │ gzip: 0.38 kB
124
+ ℹ dist/agent/agent.handler.d.ts.map  1.08 kB │ gzip: 0.33 kB
125
+ ℹ dist/agent/agent.operation.d.ts.map  1.05 kB │ gzip: 0.28 kB
126
+ ℹ dist/tool/tool.handler.d.ts.map  0.98 kB │ gzip: 0.32 kB
131
127
  ℹ dist/tool/tool.enum.js.map  0.89 kB │ gzip: 0.44 kB
132
- ℹ dist/tool/tool.handler.d.ts.map  0.89 kB │ gzip: 0.35 kB
128
+ ℹ dist/tool/tool.operation.d.ts.map  0.89 kB │ gzip: 0.25 kB
129
+ ℹ dist/run/run.handler.d.ts.map  0.86 kB │ gzip: 0.32 kB
133
130
  ℹ dist/agent/agent.enum.js.map  0.84 kB │ gzip: 0.42 kB
134
- ℹ dist/run/run.handler.d.ts.map  0.78 kB │ gzip: 0.34 kB
135
- ℹ dist/agent/agent.event.d.ts.map  0.78 kB │ gzip: 0.30 kB
136
- ℹ dist/tool/tool.schema.d.ts.map  0.75 kB │ gzip: 0.30 kB
131
+ ℹ dist/run/run.event.d.ts.map  0.83 kB │ gzip: 0.24 kB
132
+ ℹ dist/run/run.schema.d.ts.map  0.80 kB │ gzip: 0.24 kB
133
+ ℹ dist/agent/agent.schema.d.ts.map  0.71 kB │ gzip: 0.21 kB
137
134
  ℹ dist/agent.capability.js.map  0.69 kB │ gzip: 0.41 kB
138
- ℹ dist/ui/modals/AgentActionsModal.d.ts.map  0.68 kB │ gzip: 0.29 kB
139
- ℹ dist/tool/tool.event.d.ts.map  0.59 kB │ gzip: 0.26 kB
140
- ℹ dist/run/run.entity.d.ts.map  0.52 kB │ gzip: 0.31 kB
141
- ℹ dist/shared/overlay-types.d.ts.map  0.48 kB │ gzip: 0.27 kB
142
- ℹ dist/ui/modals/CreateAgentModal.d.ts.map  0.46 kB │ gzip: 0.27 kB
143
- ℹ dist/ui/hooks/useToolList.d.ts.map  0.40 kB │ gzip: 0.26 kB
144
- ℹ dist/agent/agent.entity.d.ts.map  0.38 kB │ gzip: 0.24 kB
145
- ℹ dist/ui/hooks/useRunList.d.ts.map  0.34 kB │ gzip: 0.23 kB
146
- ℹ dist/run/run.enum.d.ts.map  0.33 kB │ gzip: 0.19 kB
147
- ℹ dist/ui/hooks/useAgentList.d.ts.map  0.33 kB │ gzip: 0.21 kB
148
- ℹ dist/tool/tool.entity.d.ts.map  0.33 kB │ gzip: 0.23 kB
149
- ℹ dist/tool/tool.enum.d.ts.map  0.30 kB │ gzip: 0.19 kB
150
- ℹ dist/agent/agent.enum.d.ts.map  0.29 kB │ gzip: 0.19 kB
151
- ℹ dist/ui/views/ToolRegistryView.d.ts.map  0.27 kB │ gzip: 0.19 kB
152
- ℹ dist/agent/agent.presentation.d.ts.map  0.26 kB │ gzip: 0.19 kB
153
- ℹ dist/ui/views/RunListView.d.ts.map  0.26 kB │ gzip: 0.19 kB
154
- ℹ dist/tool/tool.presentation.d.ts.map  0.22 kB │ gzip: 0.17 kB
155
- ℹ dist/run/run.presentation.d.ts.map  0.22 kB │ gzip: 0.17 kB
156
- ℹ dist/ui/overlays/demo-overlays.d.ts.map  0.19 kB │ gzip: 0.15 kB
157
- ℹ dist/ui/renderers/agent-list.renderer.d.ts.map  0.19 kB │ gzip: 0.15 kB
135
+ ℹ dist/shared/overlay-types.d.ts.map  0.49 kB │ gzip: 0.22 kB
136
+ ℹ dist/ui/modals/AgentActionsModal.d.ts.map  0.48 kB │ gzip: 0.24 kB
137
+ ℹ dist/agent/agent.event.d.ts.map  0.47 kB │ gzip: 0.18 kB
138
+ ℹ dist/ui/hooks/useAgentMutations.d.ts.map  0.47 kB │ gzip: 0.25 kB
139
+ ℹ dist/tool/tool.schema.d.ts.map  0.47 kB │ gzip: 0.19 kB
140
+ ℹ dist/run/run.entity.d.ts.map  0.41 kB │ gzip: 0.23 kB
141
+ ℹ dist/ui/modals/CreateAgentModal.d.ts.map  0.40 kB │ gzip: 0.22 kB
142
+ ℹ dist/tool/tool.event.d.ts.map  0.38 kB │ gzip: 0.18 kB
143
+ ℹ dist/ui/hooks/useToolList.d.ts.map  0.33 kB │ gzip: 0.21 kB
144
+ ℹ dist/agent/agent.entity.d.ts.map  0.31 kB │ gzip: 0.20 kB
145
+ ℹ dist/ui/hooks/useRunList.d.ts.map  0.29 kB │ gzip: 0.19 kB
146
+ ℹ dist/tool/tool.entity.d.ts.map  0.28 kB │ gzip: 0.20 kB
147
+ ℹ dist/ui/views/ToolRegistryView.d.ts.map  0.26 kB │ gzip: 0.19 kB
148
+ ℹ dist/run/run.enum.d.ts.map  0.26 kB │ gzip: 0.18 kB
149
+ ℹ dist/agent/agent.presentation.d.ts.map  0.26 kB │ gzip: 0.18 kB
150
+ ℹ dist/ui/hooks/useAgentList.d.ts.map  0.26 kB │ gzip: 0.19 kB
151
+ ℹ dist/ui/views/RunListView.d.ts.map  0.25 kB │ gzip: 0.18 kB
152
+ ℹ dist/agent/agent.enum.d.ts.map  0.23 kB │ gzip: 0.17 kB
153
+ ℹ dist/tool/tool.enum.d.ts.map  0.22 kB │ gzip: 0.17 kB
154
+ ℹ dist/ui/overlays/demo-overlays.d.ts.map  0.22 kB │ gzip: 0.17 kB
155
+ ℹ dist/tool/tool.presentation.d.ts.map  0.20 kB │ gzip: 0.15 kB
156
+ ℹ dist/run/run.presentation.d.ts.map  0.20 kB │ gzip: 0.15 kB
157
+ ℹ dist/ui/renderers/tool-registry.markdown.d.ts.map  0.20 kB │ gzip: 0.16 kB
158
158
  ℹ dist/agent/agent.test-spec.d.ts.map  0.19 kB │ gzip: 0.15 kB
159
- ℹ dist/ui/views/AgentListView.d.ts.map  0.19 kB │ gzip: 0.15 kB
160
- ℹ dist/tool/tool.test-spec.d.ts.map  0.18 kB │ gzip: 0.15 kB
161
- ℹ dist/run/run.test-spec.d.ts.map  0.18 kB │ gzip: 0.15 kB
162
- ℹ dist/ui/renderers/tool-registry.markdown.d.ts.map  0.18 kB │ gzip: 0.14 kB
163
- ℹ dist/ui/AgentDashboard.d.ts.map  0.18 kB │ gzip: 0.15 kB
164
- ℹ dist/ui/renderers/agent-list.markdown.d.ts.map  0.17 kB │ gzip: 0.14 kB
165
- ℹ dist/ui/renderers/dashboard.markdown.d.ts.map  0.17 kB │ gzip: 0.14 kB
166
- ℹ dist/ui/renderers/run-list.markdown.d.ts.map  0.17 kB │ gzip: 0.14 kB
167
- ℹ dist/seeders/index.d.ts.map  0.16 kB │ gzip: 0.14 kB
168
- ℹ dist/agent.capability.d.ts.map  0.15 kB │ gzip: 0.14 kB
169
- ℹ dist/agent.feature.d.ts.map  0.14 kB │ gzip: 0.13 kB
170
- ℹ dist/shared/mock-agents.d.ts.map  0.14 kB │ gzip: 0.13 kB
171
- ℹ dist/shared/mock-tools.d.ts.map  0.14 kB │ gzip: 0.13 kB
172
- ℹ dist/shared/mock-runs.d.ts.map  0.14 kB │ gzip: 0.13 kB
173
- ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
174
- ℹ dist/run/run.operation.d.ts 21.40 kB │ gzip: 1.56 kB
175
- ℹ dist/agent/agent.operation.d.ts 13.66 kB │ gzip: 1.20 kB
176
- ℹ dist/tool/tool.operation.d.ts 12.33 kB │ gzip: 1.08 kB
177
- ℹ dist/run/run.schema.d.ts 11.87 kB │ gzip: 1.06 kB
178
- ℹ dist/agent/agent.schema.d.ts 11.14 kB │ gzip: 0.83 kB
179
- ℹ dist/run/run.event.d.ts  8.44 kB │ gzip: 0.79 kB
159
+ ℹ dist/ui/renderers/agent-list.markdown.d.ts.map  0.19 kB │ gzip: 0.16 kB
160
+ ℹ dist/tool/tool.test-spec.d.ts.map  0.19 kB │ gzip: 0.15 kB
161
+ ℹ dist/ui/renderers/dashboard.markdown.d.ts.map  0.19 kB │ gzip: 0.15 kB
162
+ ℹ dist/run/run.test-spec.d.ts.map  0.19 kB │ gzip: 0.15 kB
163
+ ℹ dist/ui/renderers/run-list.markdown.d.ts.map  0.19 kB │ gzip: 0.15 kB
164
+ ℹ dist/ui/renderers/agent-list.renderer.d.ts.map  0.18 kB │ gzip: 0.15 kB
165
+ ℹ dist/seeders/index.d.ts.map  0.17 kB │ gzip: 0.15 kB
166
+ ℹ dist/ui/views/AgentListView.d.ts.map  0.17 kB │ gzip: 0.15 kB
167
+ ℹ dist/ui/AgentDashboard.d.ts.map  0.16 kB │ gzip: 0.14 kB
168
+ ℹ dist/agent.capability.d.ts.map  0.14 kB │ gzip: 0.14 kB
169
+ ℹ dist/agent.feature.d.ts.map  0.13 kB │ gzip: 0.12 kB
170
+ ℹ dist/example.d.ts.map  0.13 kB │ gzip: 0.13 kB
171
+ ℹ dist/shared/mock-agents.d.ts.map  0.13 kB │ gzip: 0.12 kB
172
+ ℹ dist/shared/mock-tools.d.ts.map  0.13 kB │ gzip: 0.12 kB
173
+ ℹ dist/shared/mock-runs.d.ts.map  0.12 kB │ gzip: 0.12 kB
174
+ ℹ dist/run/run.operation.d.ts 21.05 kB │ gzip: 1.55 kB
175
+ ℹ dist/agent/agent.operation.d.ts 13.55 kB │ gzip: 1.19 kB
176
+ ℹ dist/tool/tool.operation.d.ts 12.13 kB │ gzip: 1.07 kB
177
+ ℹ dist/run/run.schema.d.ts 11.67 kB │ gzip: 1.05 kB
178
+ ℹ dist/agent/agent.schema.d.ts 10.95 kB │ gzip: 0.82 kB
179
+ ℹ dist/run/run.event.d.ts  8.29 kB │ gzip: 0.78 kB
180
180
  ℹ dist/index.d.ts  7.26 kB │ gzip: 1.47 kB
181
181
  ℹ dist/tool/tool.handler.d.ts  6.76 kB │ gzip: 1.09 kB
182
- ℹ dist/tool/tool.schema.d.ts  6.38 kB │ gzip: 0.64 kB
182
+ ℹ dist/tool/tool.schema.d.ts  6.28 kB │ gzip: 0.63 kB
183
183
  ℹ dist/shared/mock-tools.d.ts  4.89 kB │ gzip: 0.70 kB
184
184
  ℹ dist/run/run.handler.d.ts  4.51 kB │ gzip: 0.89 kB
185
- ℹ dist/run/run.entity.d.ts  3.88 kB │ gzip: 0.60 kB
186
- ℹ dist/agent/agent.event.d.ts  3.73 kB │ gzip: 0.51 kB
185
+ ℹ dist/run/run.entity.d.ts  3.77 kB │ gzip: 0.60 kB
186
+ ℹ dist/agent/agent.event.d.ts  3.70 kB │ gzip: 0.51 kB
187
187
  ℹ dist/handlers/agent.handlers.d.ts  3.47 kB │ gzip: 1.01 kB
188
- ℹ dist/tool/tool.event.d.ts  3.00 kB │ gzip: 0.46 kB
188
+ ℹ dist/tool/tool.event.d.ts  2.95 kB │ gzip: 0.45 kB
189
189
  ℹ dist/agent/agent.handler.d.ts  2.67 kB │ gzip: 0.76 kB
190
190
  ℹ dist/agent/agent.entity.d.ts  2.55 kB │ gzip: 0.54 kB
191
191
  ℹ dist/shared/mock-runs.d.ts  2.41 kB │ gzip: 0.50 kB
192
192
  ℹ dist/ui/index.d.ts  2.03 kB │ gzip: 0.46 kB
193
- ℹ dist/tool/tool.entity.d.ts  1.93 kB │ gzip: 0.46 kB
193
+ ℹ dist/tool/tool.entity.d.ts  1.89 kB │ gzip: 0.45 kB
194
194
  ℹ dist/agent/index.d.ts  1.75 kB │ gzip: 0.44 kB
195
195
  ℹ dist/shared/mock-agents.d.ts  1.73 kB │ gzip: 0.41 kB
196
196
  ℹ dist/run/index.d.ts  1.68 kB │ gzip: 0.46 kB
@@ -200,20 +200,20 @@ $ tsdown
200
200
  ℹ dist/handlers/index.d.ts  1.06 kB │ gzip: 0.28 kB
201
201
  ℹ dist/shared/overlay-types.d.ts  1.00 kB │ gzip: 0.40 kB
202
202
  ℹ dist/ui/hooks/useAgentList.d.ts  0.83 kB │ gzip: 0.42 kB
203
- ℹ dist/run/run.enum.d.ts  0.78 kB │ gzip: 0.28 kB
204
203
  ℹ dist/ui/modals/AgentActionsModal.d.ts  0.78 kB │ gzip: 0.36 kB
204
+ ℹ dist/run/run.enum.d.ts  0.77 kB │ gzip: 0.28 kB
205
205
  ℹ dist/ui/hooks/useRunList.d.ts  0.77 kB │ gzip: 0.40 kB
206
206
  ℹ dist/agent/agent.presentation.d.ts  0.74 kB │ gzip: 0.29 kB
207
207
  ℹ dist/ui/modals/CreateAgentModal.d.ts  0.66 kB │ gzip: 0.34 kB
208
- ℹ dist/tool/tool.enum.d.ts  0.65 kB │ gzip: 0.26 kB
209
- ℹ dist/agent/agent.enum.d.ts  0.63 kB │ gzip: 0.26 kB
208
+ ℹ dist/tool/tool.enum.d.ts  0.64 kB │ gzip: 0.26 kB
209
+ ℹ dist/agent/agent.enum.d.ts  0.62 kB │ gzip: 0.26 kB
210
210
  ℹ dist/ui/overlays/demo-overlays.d.ts  0.61 kB │ gzip: 0.29 kB
211
211
  ℹ dist/ui/hooks/index.d.ts  0.60 kB │ gzip: 0.20 kB
212
212
  ℹ dist/presentations/index.d.ts  0.60 kB │ gzip: 0.18 kB
213
- ℹ dist/tool/tool.presentation.d.ts  0.51 kB │ gzip: 0.24 kB
214
- ℹ dist/run/run.presentation.d.ts  0.51 kB │ gzip: 0.24 kB
213
+ ℹ dist/tool/tool.presentation.d.ts  0.51 kB │ gzip: 0.23 kB
214
+ ℹ dist/run/run.presentation.d.ts  0.50 kB │ gzip: 0.24 kB
215
215
  ℹ dist/ui/renderers/index.d.ts  0.50 kB │ gzip: 0.16 kB
216
- ℹ dist/ui/renderers/tool-registry.markdown.d.ts  0.46 kB │ gzip: 0.26 kB
216
+ ℹ dist/ui/renderers/tool-registry.markdown.d.ts  0.45 kB │ gzip: 0.26 kB
217
217
  ℹ dist/ui/renderers/dashboard.markdown.d.ts  0.45 kB │ gzip: 0.26 kB
218
218
  ℹ dist/ui/renderers/agent-list.markdown.d.ts  0.44 kB │ gzip: 0.26 kB
219
219
  ℹ dist/ui/renderers/run-list.markdown.d.ts  0.42 kB │ gzip: 0.26 kB
@@ -222,7 +222,7 @@ $ tsdown
222
222
  ℹ dist/ui/views/RunListView.d.ts  0.38 kB │ gzip: 0.25 kB
223
223
  ℹ dist/ui/renderers/agent-list.renderer.d.ts  0.37 kB │ gzip: 0.22 kB
224
224
  ℹ dist/agent/agent.test-spec.d.ts  0.35 kB │ gzip: 0.19 kB
225
- ℹ dist/tool/tool.test-spec.d.ts  0.35 kB │ gzip: 0.19 kB
225
+ ℹ dist/tool/tool.test-spec.d.ts  0.34 kB │ gzip: 0.19 kB
226
226
  ℹ dist/run/run.test-spec.d.ts  0.34 kB │ gzip: 0.19 kB
227
227
  ℹ dist/seeders/index.d.ts  0.28 kB │ gzip: 0.22 kB
228
228
  ℹ dist/agent.capability.d.ts  0.28 kB │ gzip: 0.17 kB
@@ -237,17 +237,7 @@ $ tsdown
237
237
  ℹ dist/ui/AgentRunList.d.ts  0.09 kB │ gzip: 0.08 kB
238
238
  ℹ dist/docs/agent-console.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
239
239
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
240
- ℹ 230 files, total: 711.62 kB
241
- src/ui/renderers/tool-registry.markdown.ts (10:37) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/tool-registry.markdown.ts
242
- ╭─[ src/ui/renderers/tool-registry.markdown.ts:10:38 ]
243
- │
244
- 10 │ import { mockListToolsHandler } from '@contractspec/example.agent-console/handlers';
245
-  │ ───────────────────────┬──────────────────────
246
-  │ ╰──────────────────────── Module not found, treating it as an external dependency
247
-  │
248
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
249
- ────╯
250
-
240
+ ℹ 230 files, total: 705.44 kB
251
241
  src/ui/renderers/agent-list.markdown.ts (13:7) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/agent-list.markdown.ts
252
242
  â•­─[ src/ui/renderers/agent-list.markdown.ts:13:8 ]
253
243
  │
@@ -278,4 +268,16 @@ src/ui/renderers/run-list.markdown.ts (11:36) [UNRESOLVED_IMPORT] Warning:
278
268
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
269
  ────╯
280
270
 
281
- ✔ Build complete in 27002ms
271
+ src/ui/renderers/tool-registry.markdown.ts (10:37) [UNRESOLVED_IMPORT] Warning: Could not resolve '@contractspec/example.agent-console/handlers' in src/ui/renderers/tool-registry.markdown.ts
272
+ ╭─[ src/ui/renderers/tool-registry.markdown.ts:10:38 ]
273
+ │
274
+ 10 │ import { mockListToolsHandler } from '@contractspec/example.agent-console/handlers';
275
+  │ ───────────────────────┬──────────────────────
276
+  │ ╰──────────────────────── Module not found, treating it as an external dependency
277
+  │
278
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
+ ────╯
280
+
281
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `tsdown:external`. See https://rolldown.rs/options/checks#plugintimings for more details.
282
+
283
+ ✔ Build complete in 41270ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @contractspec/example.agent-console
2
2
 
3
+ ## 1.57.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 11a5a05: feat: improve product intent
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [8ecf3c1]
12
+ - Updated dependencies [47c48c2]
13
+ - Updated dependencies [a119963]
14
+ - Updated dependencies [4651e06]
15
+ - Updated dependencies [ad9d10a]
16
+ - Updated dependencies [11a5a05]
17
+ - @contractspec/lib.contracts@1.57.0
18
+ - @contractspec/lib.example-shared-ui@1.11.0
19
+ - @contractspec/lib.runtime-sandbox@0.12.0
20
+ - @contractspec/lib.design-system@1.57.0
21
+ - @contractspec/lib.schema@1.57.0
22
+
3
23
  ## 1.56.1
4
24
 
5
25
  ### Patch Changes