explore_equivalent_states
Discover alternative diagram states reachable via rewrite rules and map structurally unique configurations in a meta-graph.
Instructions
Explore alternative diagram states reachable via rewrite rules.
Constructs a meta-graph of structurally unique diagram configurations.
Args: diagram_id: Starting diagram ID rules: List of serialized RewriteRule dicts max_depth: Maximum BFS depth max_states: Maximum number of unique states to discover
Returns: dict with metadata about discovery and unique states
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rules | Yes | ||
| max_depth | No | ||
| diagram_id | Yes | ||
| max_states | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||