pddl_init
Initialize a PDDL planning session by providing a domain and problem definition. Must be called first to enable action execution, state inspection, and goal checking.
Instructions
Initialize a PDDL exploration session with a domain and problem. Must be called first before using other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | PDDL domain definition string | |
| problem | Yes | PDDL problem definition string |