@hazeljs/agent 0.2.0-beta.61 → 0.2.0-beta.65

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 (32) hide show
  1. package/README.md +364 -256
  2. package/coverage/clover.xml +192 -150
  3. package/coverage/lcov-report/index.html +35 -20
  4. package/coverage/lcov.info +293 -224
  5. package/dist/executor/agent.executor.d.ts +1 -0
  6. package/dist/executor/agent.executor.d.ts.map +1 -1
  7. package/dist/executor/agent.executor.js +14 -5
  8. package/dist/executor/agent.executor.js.map +1 -1
  9. package/dist/graph/agent-graph.js.map +1 -1
  10. package/dist/prompts/agent-system.prompt.d.ts +10 -0
  11. package/dist/prompts/agent-system.prompt.d.ts.map +1 -0
  12. package/dist/prompts/agent-system.prompt.js +18 -0
  13. package/dist/prompts/agent-system.prompt.js.map +1 -0
  14. package/dist/prompts/index.d.ts +4 -0
  15. package/dist/prompts/index.d.ts.map +1 -0
  16. package/dist/prompts/index.js +20 -0
  17. package/dist/prompts/index.js.map +1 -0
  18. package/dist/prompts/supervisor-routing.prompt.d.ts +9 -0
  19. package/dist/prompts/supervisor-routing.prompt.d.ts.map +1 -0
  20. package/dist/prompts/supervisor-routing.prompt.js +22 -0
  21. package/dist/prompts/supervisor-routing.prompt.js.map +1 -0
  22. package/dist/prompts/supervisor-system.prompt.d.ts +9 -0
  23. package/dist/prompts/supervisor-system.prompt.d.ts.map +1 -0
  24. package/dist/prompts/supervisor-system.prompt.js +21 -0
  25. package/dist/prompts/supervisor-system.prompt.js.map +1 -0
  26. package/dist/supervisor/supervisor.d.ts +2 -0
  27. package/dist/supervisor/supervisor.d.ts.map +1 -1
  28. package/dist/supervisor/supervisor.js +10 -17
  29. package/dist/supervisor/supervisor.js.map +1 -1
  30. package/logs/combined.log +1 -1
  31. package/package.json +6 -5
  32. package/tsconfig.tsbuildinfo +1 -1
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1772735980729" clover="3.2.0">
3
- <project timestamp="1772735980730" name="All files">
4
- <metrics statements="1343" coveredstatements="1268" conditionals="491" coveredconditionals="396" methods="288" coveredmethods="273" elements="2122" coveredelements="1937" complexity="0" loc="1343" ncloc="1343" packages="12" files="27" classes="27"/>
2
+ <coverage generated="1772753732004" clover="3.2.0">
3
+ <project timestamp="1772753732004" name="All files">
4
+ <metrics statements="1370" coveredstatements="1292" conditionals="497" coveredconditionals="402" methods="288" coveredmethods="273" elements="2155" coveredelements="1967" complexity="0" loc="1370" ncloc="1370" packages="13" files="31" classes="31"/>
5
5
  <package name="src">
6
6
  <metrics statements="24" coveredstatements="22" conditionals="8" coveredconditionals="6" methods="12" coveredmethods="12"/>
7
7
  <file name="agent.module.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/agent.module.ts">
@@ -164,121 +164,125 @@
164
164
  </file>
165
165
  </package>
166
166
  <package name="src.executor">
167
- <metrics statements="214" coveredstatements="202" conditionals="68" coveredconditionals="56" methods="25" coveredmethods="24"/>
167
+ <metrics statements="218" coveredstatements="206" conditionals="74" coveredconditionals="62" methods="25" coveredmethods="24"/>
168
168
  <file name="agent.executor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/agent.executor.ts">
169
- <metrics statements="112" coveredstatements="106" conditionals="35" coveredconditionals="28" methods="10" coveredmethods="9"/>
169
+ <metrics statements="116" coveredstatements="110" conditionals="41" coveredconditionals="34" methods="10" coveredmethods="9"/>
170
170
  <line num="6" count="5" type="stmt"/>
171
171
  <line num="7" count="5" type="stmt"/>
172
172
  <line num="20" count="5" type="stmt"/>
173
- <line num="27" count="5" type="stmt"/>
174
- <line num="29" count="113" type="stmt"/>
175
- <line num="30" count="113" type="stmt"/>
176
- <line num="31" count="113" type="stmt"/>
173
+ <line num="22" count="5" type="stmt"/>
174
+ <line num="23" count="5" type="stmt"/>
175
+ <line num="24" count="5" type="stmt"/>
176
+ <line num="30" count="5" type="stmt"/>
177
177
  <line num="32" count="113" type="stmt"/>
178
178
  <line num="33" count="113" type="stmt"/>
179
179
  <line num="34" count="113" type="stmt"/>
180
- <line num="41" count="86" type="cond" truecount="1" falsecount="1"/>
181
- <line num="48" count="15" type="stmt"/>
182
- <line num="50" count="15" type="stmt"/>
180
+ <line num="35" count="113" type="stmt"/>
181
+ <line num="36" count="113" type="stmt"/>
182
+ <line num="37" count="113" type="stmt"/>
183
+ <line num="44" count="86" type="cond" truecount="1" falsecount="1"/>
183
184
  <line num="51" count="15" type="stmt"/>
184
- <line num="58" count="15" type="stmt"/>
185
- <line num="60" count="15" type="stmt"/>
185
+ <line num="53" count="15" type="stmt"/>
186
+ <line num="54" count="15" type="stmt"/>
187
+ <line num="61" count="15" type="stmt"/>
186
188
  <line num="63" count="15" type="stmt"/>
187
- <line num="64" count="22" type="stmt"/>
188
- <line num="66" count="22" type="stmt"/>
189
- <line num="67" count="21" type="stmt"/>
190
- <line num="69" count="21" type="cond" truecount="1" falsecount="0"/>
191
- <line num="70" count="8" type="stmt"/>
192
- <line num="71" count="8" type="stmt"/>
193
- <line num="74" count="13" type="cond" truecount="1" falsecount="0"/>
194
- <line num="75" count="1" type="cond" truecount="1" falsecount="1"/>
195
- <line num="78" count="12" type="cond" truecount="1" falsecount="0"/>
196
- <line num="79" count="1" type="stmt"/>
189
+ <line num="66" count="15" type="stmt"/>
190
+ <line num="67" count="22" type="stmt"/>
191
+ <line num="69" count="22" type="stmt"/>
192
+ <line num="70" count="21" type="stmt"/>
193
+ <line num="72" count="21" type="cond" truecount="1" falsecount="0"/>
194
+ <line num="73" count="8" type="stmt"/>
195
+ <line num="74" count="8" type="stmt"/>
196
+ <line num="77" count="13" type="cond" truecount="1" falsecount="0"/>
197
+ <line num="78" count="1" type="cond" truecount="1" falsecount="1"/>
198
+ <line num="81" count="12" type="cond" truecount="1" falsecount="0"/>
197
199
  <line num="82" count="1" type="stmt"/>
198
- <line num="85" count="11" type="cond" truecount="1" falsecount="0"/>
199
- <line num="86" count="1" type="stmt"/>
200
+ <line num="85" count="1" type="stmt"/>
201
+ <line num="88" count="11" type="cond" truecount="1" falsecount="0"/>
200
202
  <line num="89" count="1" type="stmt"/>
201
- <line num="93" count="12" type="cond" truecount="1" falsecount="0"/>
202
- <line num="94" count="2" type="stmt"/>
203
- <line num="95" count="2" type="stmt"/>
204
- <line num="98" count="10" type="stmt"/>
205
- <line num="100" count="10" type="stmt"/>
206
- <line num="102" count="10" type="stmt"/>
207
- <line num="108" count="10" type="stmt"/>
208
- <line num="119" count="5" type="stmt"/>
209
- <line num="121" count="5" type="stmt"/>
210
- <line num="123" count="5" type="stmt"/>
211
- <line num="129" count="5" type="stmt"/>
212
- <line num="146" count="9" type="stmt"/>
213
- <line num="147" count="9" type="stmt"/>
203
+ <line num="92" count="1" type="stmt"/>
204
+ <line num="96" count="12" type="cond" truecount="1" falsecount="0"/>
205
+ <line num="97" count="2" type="stmt"/>
206
+ <line num="98" count="2" type="stmt"/>
207
+ <line num="101" count="10" type="stmt"/>
208
+ <line num="103" count="10" type="stmt"/>
209
+ <line num="105" count="10" type="stmt"/>
210
+ <line num="111" count="10" type="stmt"/>
211
+ <line num="122" count="5" type="stmt"/>
212
+ <line num="124" count="5" type="stmt"/>
213
+ <line num="126" count="5" type="stmt"/>
214
+ <line num="132" count="5" type="stmt"/>
214
215
  <line num="149" count="9" type="stmt"/>
215
- <line num="158" count="9" type="stmt"/>
216
- <line num="163" count="9" type="stmt"/>
217
- <line num="164" count="9" type="stmt"/>
218
- <line num="165" count="8" type="stmt"/>
219
- <line num="167" count="8" type="cond" truecount="3" falsecount="3"/>
220
- <line num="169" count="1" type="stmt"/>
221
- <line num="170" count="1" type="stmt"/>
222
- <line num="171" count="1" type="stmt"/>
216
+ <line num="150" count="9" type="stmt"/>
217
+ <line num="152" count="9" type="stmt"/>
218
+ <line num="161" count="9" type="stmt"/>
219
+ <line num="166" count="9" type="stmt"/>
220
+ <line num="167" count="9" type="stmt"/>
221
+ <line num="168" count="8" type="stmt"/>
222
+ <line num="170" count="8" type="cond" truecount="3" falsecount="3"/>
223
+ <line num="172" count="1" type="stmt"/>
224
+ <line num="173" count="1" type="stmt"/>
223
225
  <line num="174" count="1" type="stmt"/>
224
- <line num="175" count="1" type="stmt"/>
226
+ <line num="177" count="1" type="stmt"/>
225
227
  <line num="178" count="1" type="stmt"/>
226
- <line num="181" count="6" type="stmt"/>
227
- <line num="182" count="6" type="stmt"/>
228
- <line num="186" count="6" type="stmt"/>
229
- <line num="189" count="0" type="stmt"/>
230
- <line num="190" count="0" type="stmt"/>
228
+ <line num="181" count="1" type="stmt"/>
229
+ <line num="184" count="6" type="stmt"/>
230
+ <line num="185" count="6" type="stmt"/>
231
+ <line num="189" count="6" type="stmt"/>
232
+ <line num="192" count="0" type="stmt"/>
231
233
  <line num="193" count="0" type="stmt"/>
232
- <line num="194" count="0" type="stmt"/>
233
- <line num="198" count="0" type="stmt"/>
234
+ <line num="196" count="0" type="stmt"/>
235
+ <line num="197" count="0" type="stmt"/>
234
236
  <line num="201" count="0" type="stmt"/>
235
- <line num="204" count="8" type="stmt"/>
236
- <line num="206" count="8" type="stmt"/>
237
- <line num="213" count="8" type="stmt"/>
238
- <line num="215" count="1" type="stmt"/>
239
- <line num="216" count="1" type="stmt"/>
240
- <line num="217" count="1" type="stmt"/>
237
+ <line num="204" count="0" type="stmt"/>
238
+ <line num="207" count="8" type="stmt"/>
239
+ <line num="209" count="8" type="stmt"/>
240
+ <line num="216" count="8" type="stmt"/>
241
+ <line num="218" count="1" type="stmt"/>
241
242
  <line num="219" count="1" type="stmt"/>
242
- <line num="225" count="1" type="stmt"/>
243
- <line num="233" count="10" type="cond" truecount="1" falsecount="0"/>
244
- <line num="234" count="6" type="stmt"/>
245
- <line num="240" count="4" type="stmt"/>
246
- <line num="241" count="4" type="stmt"/>
243
+ <line num="220" count="1" type="stmt"/>
244
+ <line num="222" count="1" type="stmt"/>
245
+ <line num="228" count="1" type="stmt"/>
246
+ <line num="236" count="10" type="cond" truecount="1" falsecount="0"/>
247
+ <line num="237" count="6" type="stmt"/>
247
248
  <line num="243" count="4" type="stmt"/>
248
249
  <line num="244" count="4" type="stmt"/>
249
- <line num="253" count="3" type="cond" truecount="3" falsecount="0"/>
250
- <line num="254" count="1" type="stmt"/>
251
- <line num="255" count="1" type="stmt"/>
252
- <line num="263" count="2" type="stmt"/>
253
- <line num="268" count="1" type="stmt"/>
254
- <line num="279" count="3" type="cond" truecount="3" falsecount="0"/>
255
- <line num="280" count="1" type="stmt"/>
256
- <line num="286" count="2" type="stmt"/>
257
- <line num="287" count="2" type="stmt"/>
258
- <line num="289" count="2" type="cond" truecount="1" falsecount="0"/>
259
- <line num="290" count="1" type="stmt"/>
260
- <line num="296" count="1" type="stmt"/>
261
- <line num="307" count="1" type="stmt"/>
262
- <line num="308" count="1" type="stmt"/>
250
+ <line num="246" count="4" type="stmt"/>
251
+ <line num="247" count="4" type="stmt"/>
252
+ <line num="256" count="3" type="cond" truecount="3" falsecount="0"/>
253
+ <line num="257" count="1" type="stmt"/>
254
+ <line num="258" count="1" type="stmt"/>
255
+ <line num="266" count="2" type="stmt"/>
256
+ <line num="271" count="1" type="stmt"/>
257
+ <line num="282" count="3" type="cond" truecount="3" falsecount="0"/>
258
+ <line num="283" count="1" type="stmt"/>
259
+ <line num="289" count="2" type="stmt"/>
260
+ <line num="290" count="2" type="stmt"/>
261
+ <line num="292" count="2" type="cond" truecount="1" falsecount="0"/>
262
+ <line num="293" count="1" type="stmt"/>
263
+ <line num="299" count="1" type="stmt"/>
263
264
  <line num="310" count="1" type="stmt"/>
264
- <line num="327" count="6" type="cond" truecount="2" falsecount="0"/>
265
- <line num="329" count="6" type="cond" truecount="1" falsecount="0"/>
266
- <line num="330" count="1" type="stmt"/>
267
- <line num="333" count="6" type="cond" truecount="3" falsecount="0"/>
268
- <line num="334" count="1" type="stmt"/>
269
- <line num="337" count="6" type="stmt"/>
270
- <line num="342" count="6" type="stmt"/>
271
- <line num="352" count="4" type="stmt"/>
272
- <line num="353" count="4" type="stmt"/>
273
- <line num="354" count="4" type="cond" truecount="1" falsecount="0"/>
274
- <line num="355" count="3" type="stmt"/>
275
- <line num="358" count="1" type="cond" truecount="1" falsecount="0"/>
276
- <line num="359" count="1" type="stmt"/>
277
- <line num="360" count="1" type="stmt"/>
278
- <line num="365" count="1" type="stmt"/>
279
- <line num="367" count="1" type="stmt"/>
280
- <line num="374" count="50" type="cond" truecount="1" falsecount="0"/>
281
- <line num="375" count="50" type="stmt"/>
265
+ <line num="311" count="1" type="stmt"/>
266
+ <line num="313" count="1" type="stmt"/>
267
+ <line num="330" count="6" type="cond" truecount="2" falsecount="0"/>
268
+ <line num="331" count="6" type="cond" truecount="2" falsecount="0"/>
269
+ <line num="333" count="6" type="cond" truecount="4" falsecount="0"/>
270
+ <line num="337" count="6" type="cond" truecount="4" falsecount="0"/>
271
+ <line num="338" count="2" type="stmt"/>
272
+ <line num="347" count="4" type="stmt"/>
273
+ <line num="350" count="6" type="stmt"/>
274
+ <line num="355" count="6" type="stmt"/>
275
+ <line num="365" count="4" type="stmt"/>
276
+ <line num="366" count="4" type="stmt"/>
277
+ <line num="367" count="4" type="cond" truecount="1" falsecount="0"/>
278
+ <line num="368" count="3" type="stmt"/>
279
+ <line num="371" count="1" type="cond" truecount="1" falsecount="0"/>
280
+ <line num="372" count="1" type="stmt"/>
281
+ <line num="373" count="1" type="stmt"/>
282
+ <line num="378" count="1" type="stmt"/>
283
+ <line num="380" count="1" type="stmt"/>
284
+ <line num="387" count="50" type="cond" truecount="1" falsecount="0"/>
285
+ <line num="388" count="50" type="stmt"/>
282
286
  </file>
283
287
  <file name="tool.executor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/tool.executor.ts">
284
288
  <metrics statements="102" coveredstatements="96" conditionals="33" coveredconditionals="28" methods="15" coveredmethods="15"/>
@@ -542,6 +546,39 @@
542
546
  <line num="260" count="4" type="stmt"/>
543
547
  </file>
544
548
  </package>
549
+ <package name="src.prompts">
550
+ <metrics statements="18" coveredstatements="15" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
551
+ <file name="agent-system.prompt.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/prompts/agent-system.prompt.ts">
552
+ <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
553
+ <line num="1" count="5" type="stmt"/>
554
+ <line num="3" count="5" type="stmt"/>
555
+ <line num="11" count="5" type="stmt"/>
556
+ <line num="25" count="5" type="stmt"/>
557
+ <line num="27" count="5" type="stmt"/>
558
+ </file>
559
+ <file name="index.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/prompts/index.ts">
560
+ <metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
561
+ <line num="1" count="0" type="stmt"/>
562
+ <line num="2" count="0" type="stmt"/>
563
+ <line num="3" count="0" type="stmt"/>
564
+ </file>
565
+ <file name="supervisor-routing.prompt.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/prompts/supervisor-routing.prompt.ts">
566
+ <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
567
+ <line num="1" count="4" type="stmt"/>
568
+ <line num="3" count="4" type="stmt"/>
569
+ <line num="10" count="4" type="stmt"/>
570
+ <line num="28" count="4" type="stmt"/>
571
+ <line num="30" count="4" type="stmt"/>
572
+ </file>
573
+ <file name="supervisor-system.prompt.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/prompts/supervisor-system.prompt.ts">
574
+ <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
575
+ <line num="1" count="4" type="stmt"/>
576
+ <line num="3" count="4" type="stmt"/>
577
+ <line num="10" count="4" type="stmt"/>
578
+ <line num="27" count="4" type="stmt"/>
579
+ <line num="29" count="4" type="stmt"/>
580
+ </file>
581
+ </package>
545
582
  <package name="src.registry">
546
583
  <metrics statements="77" coveredstatements="74" conditionals="12" coveredconditionals="10" methods="25" coveredmethods="24"/>
547
584
  <file name="agent.registry.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/registry/agent.registry.ts">
@@ -1075,61 +1112,66 @@
1075
1112
  </file>
1076
1113
  </package>
1077
1114
  <package name="src.supervisor">
1078
- <metrics statements="52" coveredstatements="48" conditionals="30" coveredconditionals="22" methods="10" coveredmethods="10"/>
1115
+ <metrics statements="57" coveredstatements="53" conditionals="30" coveredconditionals="22" methods="10" coveredmethods="10"/>
1079
1116
  <file name="supervisor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/supervisor/supervisor.ts">
1080
- <metrics statements="52" coveredstatements="48" conditionals="30" coveredconditionals="22" methods="10" coveredmethods="10"/>
1081
- <line num="62" count="4" type="stmt"/>
1082
- <line num="71" count="7" type="stmt"/>
1083
- <line num="72" count="7" type="stmt"/>
1084
- <line num="73" count="7" type="stmt"/>
1085
- <line num="75" count="7" type="stmt"/>
1117
+ <metrics statements="57" coveredstatements="53" conditionals="30" coveredconditionals="22" methods="10" coveredmethods="10"/>
1118
+ <line num="47" count="4" type="stmt"/>
1119
+ <line num="48" count="4" type="stmt"/>
1120
+ <line num="49" count="4" type="stmt"/>
1121
+ <line num="50" count="4" type="stmt"/>
1122
+ <line num="51" count="4" type="stmt"/>
1123
+ <line num="67" count="4" type="stmt"/>
1086
1124
  <line num="76" count="7" type="stmt"/>
1087
- <line num="77" count="7" type="cond" truecount="2" falsecount="0"/>
1088
- <line num="78" count="7" type="cond" truecount="2" falsecount="0"/>
1089
- <line num="79" count="7" type="stmt"/>
1090
- <line num="82" count="9" type="stmt"/>
1091
- <line num="87" count="7" type="cond" truecount="1" falsecount="1"/>
1092
- <line num="106" count="5" type="stmt"/>
1093
- <line num="107" count="5" type="stmt"/>
1094
- <line num="110" count="5" type="stmt"/>
1125
+ <line num="77" count="7" type="stmt"/>
1126
+ <line num="78" count="7" type="stmt"/>
1127
+ <line num="80" count="7" type="stmt"/>
1128
+ <line num="81" count="7" type="stmt"/>
1129
+ <line num="82" count="7" type="cond" truecount="2" falsecount="0"/>
1130
+ <line num="83" count="7" type="cond" truecount="2" falsecount="0"/>
1131
+ <line num="84" count="7" type="stmt"/>
1132
+ <line num="87" count="9" type="stmt"/>
1133
+ <line num="92" count="7" type="cond" truecount="1" falsecount="1"/>
1134
+ <line num="111" count="5" type="stmt"/>
1095
1135
  <line num="112" count="5" type="stmt"/>
1096
- <line num="113" count="5" type="stmt"/>
1097
- <line num="114" count="7" type="stmt"/>
1098
- <line num="117" count="7" type="stmt"/>
1099
- <line num="119" count="7" type="cond" truecount="1" falsecount="0"/>
1100
- <line num="120" count="3" type="cond" truecount="1" falsecount="1"/>
1101
- <line num="122" count="3" type="stmt"/>
1102
- <line num="128" count="3" type="stmt"/>
1103
- <line num="138" count="4" type="cond" truecount="4" falsecount="0"/>
1104
- <line num="139" count="4" type="cond" truecount="1" falsecount="0"/>
1105
- <line num="140" count="1" type="stmt"/>
1106
- <line num="146" count="3" type="stmt"/>
1107
- <line num="152" count="3" type="stmt"/>
1108
- <line num="158" count="3" type="stmt"/>
1109
- <line num="165" count="3" type="stmt"/>
1110
- <line num="169" count="0" type="stmt"/>
1111
- <line num="170" count="0" type="stmt"/>
1112
- <line num="175" count="1" type="cond" truecount="1" falsecount="1"/>
1113
- <line num="180" count="1" type="stmt"/>
1114
- <line num="188" count="1" type="stmt"/>
1115
- <line num="208" count="7" type="cond" truecount="2" falsecount="0"/>
1116
- <line num="211" count="7" type="stmt"/>
1117
- <line num="221" count="7" type="stmt"/>
1118
- <line num="222" count="7" type="stmt"/>
1119
- <line num="231" count="7" type="stmt"/>
1120
- <line num="234" count="0" type="stmt"/>
1121
- <line num="244" count="7" type="stmt"/>
1122
- <line num="249" count="7" type="stmt"/>
1123
- <line num="250" count="7" type="stmt"/>
1124
- <line num="252" count="6" type="cond" truecount="2" falsecount="1"/>
1125
- <line num="253" count="0" type="stmt"/>
1126
- <line num="256" count="6" type="stmt"/>
1127
- <line num="259" count="1" type="stmt"/>
1128
- <line num="268" count="7" type="stmt"/>
1129
- <line num="281" count="9" type="stmt"/>
1130
- <line num="282" count="7" type="stmt"/>
1131
- <line num="290" count="2" type="stmt"/>
1132
- <line num="294" count="1" type="stmt"/>
1136
+ <line num="115" count="5" type="stmt"/>
1137
+ <line num="117" count="5" type="stmt"/>
1138
+ <line num="118" count="5" type="stmt"/>
1139
+ <line num="119" count="7" type="stmt"/>
1140
+ <line num="122" count="7" type="stmt"/>
1141
+ <line num="124" count="7" type="cond" truecount="1" falsecount="0"/>
1142
+ <line num="125" count="3" type="cond" truecount="1" falsecount="1"/>
1143
+ <line num="127" count="3" type="stmt"/>
1144
+ <line num="133" count="3" type="stmt"/>
1145
+ <line num="143" count="4" type="cond" truecount="4" falsecount="0"/>
1146
+ <line num="144" count="4" type="cond" truecount="1" falsecount="0"/>
1147
+ <line num="145" count="1" type="stmt"/>
1148
+ <line num="151" count="3" type="stmt"/>
1149
+ <line num="157" count="3" type="stmt"/>
1150
+ <line num="163" count="3" type="stmt"/>
1151
+ <line num="170" count="3" type="stmt"/>
1152
+ <line num="174" count="0" type="stmt"/>
1153
+ <line num="175" count="0" type="stmt"/>
1154
+ <line num="180" count="1" type="cond" truecount="1" falsecount="1"/>
1155
+ <line num="185" count="1" type="stmt"/>
1156
+ <line num="193" count="1" type="stmt"/>
1157
+ <line num="213" count="7" type="cond" truecount="2" falsecount="0"/>
1158
+ <line num="215" count="7" type="stmt"/>
1159
+ <line num="219" count="7" type="stmt"/>
1160
+ <line num="220" count="7" type="stmt"/>
1161
+ <line num="229" count="7" type="stmt"/>
1162
+ <line num="232" count="0" type="stmt"/>
1163
+ <line num="242" count="7" type="stmt"/>
1164
+ <line num="247" count="7" type="stmt"/>
1165
+ <line num="248" count="7" type="stmt"/>
1166
+ <line num="250" count="6" type="cond" truecount="2" falsecount="1"/>
1167
+ <line num="251" count="0" type="stmt"/>
1168
+ <line num="254" count="6" type="stmt"/>
1169
+ <line num="257" count="1" type="stmt"/>
1170
+ <line num="266" count="7" type="stmt"/>
1171
+ <line num="273" count="9" type="stmt"/>
1172
+ <line num="274" count="7" type="stmt"/>
1173
+ <line num="282" count="2" type="stmt"/>
1174
+ <line num="286" count="1" type="stmt"/>
1133
1175
  </file>
1134
1176
  </package>
1135
1177
  <package name="src.types">
@@ -23,16 +23,16 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">94.04% </span>
26
+ <span class="strong">93.94% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>1294/1376</span>
28
+ <span class='fraction'>1318/1403</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">80.65% </span>
33
+ <span class="strong">80.88% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>396/491</span>
35
+ <span class='fraction'>402/497</span>
36
36
  </div>
37
37
 
38
38
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">94.41% </span>
47
+ <span class="strong">94.3% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>1268/1343</span>
49
+ <span class='fraction'>1292/1370</span>
50
50
  </div>
51
51
 
52
52
 
@@ -140,17 +140,17 @@
140
140
 
141
141
  <tr>
142
142
  <td class="file high" data-value="src/executor"><a href="src/executor/index.html">src/executor</a></td>
143
- <td data-value="94" class="pic high">
143
+ <td data-value="94.11" class="pic high">
144
144
  <div class="chart"><div class="cover-fill" style="width: 94%"></div><div class="cover-empty" style="width: 6%"></div></div>
145
145
  </td>
146
- <td data-value="94" class="pct high">94%</td>
147
- <td data-value="217" class="abs high">204/217</td>
148
- <td data-value="82.35" class="pct high">82.35%</td>
149
- <td data-value="68" class="abs high">56/68</td>
146
+ <td data-value="94.11" class="pct high">94.11%</td>
147
+ <td data-value="221" class="abs high">208/221</td>
148
+ <td data-value="83.78" class="pct high">83.78%</td>
149
+ <td data-value="74" class="abs high">62/74</td>
150
150
  <td data-value="96" class="pct high">96%</td>
151
151
  <td data-value="25" class="abs high">24/25</td>
152
- <td data-value="94.39" class="pct high">94.39%</td>
153
- <td data-value="214" class="abs high">202/214</td>
152
+ <td data-value="94.49" class="pct high">94.49%</td>
153
+ <td data-value="218" class="abs high">206/218</td>
154
154
  </tr>
155
155
 
156
156
  <tr>
@@ -168,6 +168,21 @@
168
168
  <td data-value="147" class="abs high">139/147</td>
169
169
  </tr>
170
170
 
171
+ <tr>
172
+ <td class="file medium" data-value="src/prompts"><a href="src/prompts/index.html">src/prompts</a></td>
173
+ <td data-value="83.33" class="pic medium">
174
+ <div class="chart"><div class="cover-fill" style="width: 83%"></div><div class="cover-empty" style="width: 17%"></div></div>
175
+ </td>
176
+ <td data-value="83.33" class="pct medium">83.33%</td>
177
+ <td data-value="18" class="abs medium">15/18</td>
178
+ <td data-value="100" class="pct high">100%</td>
179
+ <td data-value="0" class="abs high">0/0</td>
180
+ <td data-value="100" class="pct high">100%</td>
181
+ <td data-value="0" class="abs high">0/0</td>
182
+ <td data-value="83.33" class="pct medium">83.33%</td>
183
+ <td data-value="18" class="abs medium">15/18</td>
184
+ </tr>
185
+
171
186
  <tr>
172
187
  <td class="file high" data-value="src/registry"><a href="src/registry/index.html">src/registry</a></td>
173
188
  <td data-value="96.15" class="pic high">
@@ -215,17 +230,17 @@
215
230
 
216
231
  <tr>
217
232
  <td class="file high" data-value="src/supervisor"><a href="src/supervisor/index.html">src/supervisor</a></td>
218
- <td data-value="92.72" class="pic high">
219
- <div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
233
+ <td data-value="93.33" class="pic high">
234
+ <div class="chart"><div class="cover-fill" style="width: 93%"></div><div class="cover-empty" style="width: 7%"></div></div>
220
235
  </td>
221
- <td data-value="92.72" class="pct high">92.72%</td>
222
- <td data-value="55" class="abs high">51/55</td>
236
+ <td data-value="93.33" class="pct high">93.33%</td>
237
+ <td data-value="60" class="abs high">56/60</td>
223
238
  <td data-value="73.33" class="pct medium">73.33%</td>
224
239
  <td data-value="30" class="abs medium">22/30</td>
225
240
  <td data-value="100" class="pct high">100%</td>
226
241
  <td data-value="10" class="abs high">10/10</td>
227
- <td data-value="92.3" class="pct high">92.3%</td>
228
- <td data-value="52" class="abs high">48/52</td>
242
+ <td data-value="92.98" class="pct high">92.98%</td>
243
+ <td data-value="57" class="abs high">53/57</td>
229
244
  </tr>
230
245
 
231
246
  <tr>
@@ -266,7 +281,7 @@
266
281
  <div class='footer quiet pad2 space-top1 center small'>
267
282
  Code coverage generated by
268
283
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
269
- at 2026-03-05T18:39:40.698Z
284
+ at 2026-03-05T23:35:31.969Z
270
285
  </div>
271
286
  <script src="prettify.js"></script>
272
287
  <script>