iggyray / llms-planning

A benchmark for evaluating large language models in planning
0 stars 0 forks source link

feat: implement basic node handler #37

Closed iggyray closed 2 weeks ago

iggyray commented 2 weeks ago

This PR implements a basic handler that can store and retrieve nodes. This will allow multiple plans to be stored at once in a more efficient way, easing breadth first search.