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.
| Tool | Effect | Description |
|---|---|---|
goap_benchmark_plan_time | read-only | Time the planner end-to-end. Runs goap_simulate_plan internally iterations times |
goap_export_dot_graph | writes | Export the action graph as a Graphviz .dot file: actions are boxes, world-state |
goap_generate_code | writes | Emit WorldState.cs, GoapAction.cs, GoapPlanner.cs, GoapAgent.cs and |
goap_propose_from_prompt | read-only | Build a GoapSpec skeleton from a natural-language brief like |
goap_simulate_plan | read-only | Run the GOAP A* planner over a given start state and target goal_id (or explicit |
goap_validate_spec | read-only | Validate a GoapSpec. Returns { ok, errors[], action_count, goal_count, |