A Hierarchical Task Network planner utilizing LLMs like OpenAI's GPT-4 to create complex plans from natural language that can be converted into an executable form.
Stars
100
Forks
15
Watchers
100
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Adds plan_evolver, adds generation safeguards, moves around prompts
eaf3bbcView on GitHubFixes parsing errors when utilizing the guidance "select" function
c5afabbView on GitHubMoves all htn_planner prompts to htn_prompts and restructures them to use guidance
8c7873eView on GitHubRefactors a couple prompts to use Microsoft's Guidance, ignores logs
1e6427fView on GitHubAdds prompt evolver in an attempt to automate prompt generation for specific problems
b227e5bView on GitHubUpdates README, changes some things to use code blocks instead of quotes for clarity
35d48e6View on GitHubAdds initial working implementation of the HTN Planner and its frontend
483ca1fView on GitHub