iggyray / llms-planning

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

refactor: store llm plan as list #31

Closed iggyray closed 3 weeks ago

iggyray commented 3 weeks ago

This PR refactors the pipeline to store the llm plan as a list to ease (possible) backtracking implementation.

resolves #29