Skip to main content

Module task_planner

Module task_planner 

Source
Expand description

Task Planner: task planning and tracking for agentic loops.

EVO-2: Prompt templates are loaded from ~/.skilllite/chat/prompts/ at runtime. Compiled-in seed data provides the fallback when no external file exists.

Responsibilities:

  • Generate task list from user message using LLM
  • Track task completion status
  • Build execution and task system prompts (from external templates)
  • Planning rules engine (rules loaded from file or seed)

Structsยง

TaskPlanner
Task planner: generates and tracks task lists for the agentic loop.