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ยง
- Achievement
Result - Result of evaluating goal achievement
- LlmPlanner
- LLM-powered planner that generates plans, extracts goals, and evaluates achievement