compose
Merge two system graphs into a unified model with entity linking to analyze combined topology and dependencies.
Instructions
Merge two EN graphs into one with entity linking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_a | Yes | EN source code for the first system | |
| source_b | Yes | EN source code for the second system | |
| links | Yes | Entity links between the two systems (e.g. 'a.node1=b.node2, a.node3=b.node4') |