Skip to main content

GoapAi

6 tools in this family (folder Editor/Tools/GoapAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
goap_benchmark_plan_timeread-onlyTime the planner end-to-end. Runs goap_simulate_plan internally iterations times
goap_export_dot_graphwritesExport the action graph as a Graphviz .dot file: actions are boxes, world-state
goap_generate_codewritesEmit WorldState.cs, GoapAction.cs, GoapPlanner.cs, GoapAgent.cs and
goap_propose_from_promptread-onlyBuild a GoapSpec skeleton from a natural-language brief like
goap_simulate_planread-onlyRun the GOAP A* planner over a given start state and target goal_id (or explicit
goap_validate_specread-onlyValidate a GoapSpec. Returns { ok, errors[], action_count, goal_count,