Skip to main content

Module llm_planner

Module llm_planner 

Source
Expand description

LLM-powered planning logic

Provides intelligent plan generation, goal extraction, and achievement evaluation by sending structured prompts to an LLM and parsing JSON responses. Falls back to heuristic logic when no LLM client is available.

Structsยง

AchievementResult
Result of evaluating goal achievement
LlmPlanner
LLM-powered planner that generates plans, extracts goals, and evaluates achievement