Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@haz haz released this 05 Jun 15:35
cd4cb27

What's Changed

This PR introduces major refactors and feature additions across the L2P library. Renamed (and added new) extract_* to formalize_* functions in DomainBuilder and TaskBuilder for generating PDDL components with relaxed input requirements and enhanced syntax validation. FeedbackBuilder now provides string-based feedback without auto-regeneration and enforces a JUDGMENT header for LLM outputs. Utility functions are modularized, and the syntax validator is fully refactored to use a function-name-based interface. The LLM module adopts YAML-based configuration and removes llm_builder.py. Test cases are completed, the paper recreation code is updated, and documentation is moved to a separate repo for GitHub Pages.

Full Changelog: v0.2.2...v0.3.0