chore: applied feedback

This commit is contained in:
Pim Hutting
2026-01-27 17:03:36 +01:00
parent 1e7c2ba229
commit bc9045c977

View File

@@ -252,8 +252,6 @@ class UserInterruptAgent(BaseAgent):
self._goal_map[str(goal.id)] = slug
self._goal_reverse_map[slug] = str(goal.id)
# Recursively check steps for subgoals
if goal.plan and goal.plan.steps:
for step in goal.plan.steps:
if isinstance(step, Goal):
_register_goal(step)