connect_stages
Combine multiple circuit stages into a single circuit by auto-wiring them in order or specifying custom connections between stages.
Instructions
Compose multiple circuit stages into a single combined circuit.
Each element of stages is {"circuit_id": str, "label": str (optional)}.
If connections is omitted, stages are auto-wired in order
(out of stage N → in of stage N+1).
shared_ports defaults to ["gnd"] — those nodes are never prefixed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stages | Yes | ||
| connections | No | ||
| shared_ports | No |