project_executable
Runs real ngspice simulations to validate circuit specimens, then projects them onto a knowledge graph with additive nodes and resolved links. Supports dry-run preview or apply mode.
Instructions
Build + project the validated executable-circuit specimens (two-stage Miller OTA, simple NMOS current mirror) onto the knowledge graph. Runs REAL ngspice (sky130) to produce verdicted specimens, then ADDS Specimen/ClaimCard nodes + REALIZES/GROUNDS links to existing graph nodes — additive (existing nodes never modified) and NO-PHANTOM (a link forms only to a resolved existing node). LONG-RUNNING: simulations take minutes. Dry-run by default (apply=False simulates + reports verdicts but writes nothing); apply=True writes.
Args:
apply: True to write the projection; False (default) for a dry-run preview.
Returns:
JSON {apply, specimens:[{topology_class, spec_id, verdicts:{claim_id: verdict},
written?:{nodes, internal_edges, links_resolved, links_total}}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |