Add _PLANNING_SYSTEM_PROMPT to prompts.py #8

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

Add _PLANNING_SYSTEM_PROMPT for the planning pass. Input: survey output + full directory tree. Agent produces a plan via submit_plan tool:

{
    "priority_dirs": [{"path": str, "reason": str, "suggested_turns": int}],
    "shallow_dirs": [{"path": str, "reason": str}],
    "skip_dirs": [{"path": str, "reason": str}],
    "investigation_order": str,  # leaf-first | priority-first | breadth-first
    "notes": str,
}
Add `_PLANNING_SYSTEM_PROMPT` for the planning pass. Input: survey output + full directory tree. Agent produces a plan via `submit_plan` tool: ```python { "priority_dirs": [{"path": str, "reason": str, "suggested_turns": int}], "shallow_dirs": [{"path": str, "reason": str}], "skip_dirs": [{"path": str, "reason": str}], "investigation_order": str, # leaf-first | priority-first | breadth-first "notes": str, } ```
archeious added this to the Phase 3: Investigation Planning milestone 2026-04-06 22:27:24 +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#8
No description provided.