Commit 296fe6a
committed
fix(core): complete goal-driver API sync started in eeeac7e
Adapt the remaining desynced consumers to the restructured goal driver:
- goal-tick-port: inline the single-tick body (pause/stop checks + one
loop.tick + status publish); the goal-steer relay (makeGoalSteerRelay,
GOAL_STEER_DELIVERY, pendingSteer/markSteerConsumed ports) was removed
from goal-driver/goal-loop-wiring/core goal-loop, so drop its wiring
here and in v4-event-runtime (steerBuffer no longer needed).
- multi-agent-runtime: drop the §C1 maxFilesChanged and §E2
maxTokensPerHour gates plus the token-budget tracker — both limit
fields were removed from the agent limits schema, making the gates
dead code.
- Delete test files pinning removed APIs: goal-steer (steer relay),
overflow (soft-landing state machine), plan-status-cache (volatile-tail
cache design abandoned by the restructure), httpapi-webhook (webhook
API dropped in 1db089f); trim removed-API cases from steer,
multi-agent-runtime and model-discovery tests; adapt
goal-tick-cold-recovery to the single-tick port.
typecheck in packages/deepagent-code goes from 75 errors to 0. Four
runtime test failures in steer/multi-agent-runtime predate this change
(baseline: 8 failures on the same two files) and remain as restructure
follow-up.1 parent 3a530d3 commit 296fe6a
11 files changed
Lines changed: 26 additions & 1701 deletions
File tree
- packages/deepagent-code
- src/session
- test
- deepagent
- provider
- server
- session
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
182 | 180 | | |
183 | 181 | | |
184 | 182 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 183 | | |
189 | 184 | | |
190 | 185 | | |
| |||
193 | 188 | | |
194 | 189 | | |
195 | 190 | | |
196 | | - | |
197 | 191 | | |
198 | 192 | | |
199 | 193 | | |
| |||
213 | 207 | | |
214 | 208 | | |
215 | 209 | | |
216 | | - | |
217 | | - | |
| 210 | + | |
218 | 211 | | |
219 | 212 | | |
220 | 213 | | |
221 | 214 | | |
222 | 215 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | 216 | | |
233 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
234 | 221 | | |
235 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
Lines changed: 0 additions & 57 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | 115 | | |
118 | | - | |
119 | | - | |
120 | 116 | | |
121 | 117 | | |
122 | 118 | | |
| |||
131 | 127 | | |
132 | 128 | | |
133 | 129 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 130 | | |
158 | 131 | | |
159 | 132 | | |
| |||
294 | 267 | | |
295 | 268 | | |
296 | 269 | | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | 270 | | |
311 | 271 | | |
312 | 272 | | |
| |||
389 | 349 | | |
390 | 350 | | |
391 | 351 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | 352 | | |
405 | 353 | | |
406 | 354 | | |
| |||
488 | 436 | | |
489 | 437 | | |
490 | 438 | | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | 439 | | |
497 | 440 | | |
498 | 441 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
697 | 696 | | |
698 | 697 | | |
699 | 698 | | |
700 | | - | |
701 | | - | |
| 699 | + | |
| 700 | + | |
702 | 701 | | |
703 | 702 | | |
704 | 703 | | |
| |||
711 | 710 | | |
712 | 711 | | |
713 | 712 | | |
714 | | - | |
715 | 713 | | |
716 | 714 | | |
717 | 715 | | |
| |||
723 | 721 | | |
724 | 722 | | |
725 | 723 | | |
726 | | - | |
727 | 724 | | |
728 | 725 | | |
729 | 726 | | |
| |||
0 commit comments