bt_get_info
Inspect a Behavior Tree graph to verify its structure and Blackboard assignments before or after modifications, proving changes and keeping AI state readable.
Instructions
Inspect a Behavior Tree graph using the native bridge alias.
This read-only wrapper is useful for discovery-before-mutation flows: call it before and after changing BT structure or Blackboard assignment so the IDE companion can prove what changed and keep AI state readable.
Args: behavior_tree_name: Name of the BT asset to inspect
KB: see knowledge_base/04_AI_SYSTEMS.md#overview Example: bt_get_info(behavior_tree_name="BT_EnemyAI")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| behavior_tree_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |