Implement dynamic turn allocation from plan output #10

Open
opened 2026-04-06 22:27:26 +00:00 by archeious · 0 comments
Owner

Replace fixed max_turns=14 per directory with turn allocation from the planning pass.

Global budget = base_turns_per_dir * dir_count. Planning pass distributes:

  • Priority dirs: 15–20 turns
  • Shallow dirs: 5 turns
  • Skip dirs: 0 turns

Include a hard ceiling (global max) as a backstop against runaway investigation.

Replace fixed `max_turns=14` per directory with turn allocation from the planning pass. Global budget = `base_turns_per_dir * dir_count`. Planning pass distributes: - Priority dirs: 15–20 turns - Shallow dirs: 5 turns - Skip dirs: 0 turns Include a hard ceiling (global max) as a backstop against runaway investigation.
archeious added this to the Phase 3: Investigation Planning milestone 2026-04-06 22:27:26 +00:00
archeious added this to the Agentic Investigation Engine project 2026-04-06 22:33:54 +00:00
Sign in to join this conversation.
No labels
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: archeious/luminos#10
No description provided.