OntologyOrchestration
Agent Pipeline Core
The base vocabulary for describing any dark factory as a typed graph: the node kinds, the edge kinds, and what a valid pipeline is.
#core#typing#grading
About this ontology
Before you can score a factory you have to agree on what its parts are called. Agent Pipeline Core is the reference ontology the DarkPrint analyzers read: it defines the canonical node kinds (planner, executor, verifier, gate, …) and the edge kinds (control, data-flow, fallback), plus the well-formedness rules that let a blueprint be graded automatically. Every blueprint in the gallery types against this.
Node types8 kinds
Planner- Decomposes a goal into an ordered set of sub-tasks.
Executor- Performs a unit of work, usually via a model or tool.
Verifier- Checks output against acceptance criteria.
Router- Dispatches to one of several typed lanes.
Negotiator- Reconciles competing proposals into one result.
Gate- A human-approval checkpoint — caps autonomy.
Memory- Persists and recalls state across stages.
Ship- Delivers the final artifact out of the factory.
Edge types3 kinds
- any—data-flow→any
Passes a produced artifact downstream.
- any—control→any
Directs execution without carrying a payload.
- verifier—fallback→any
Failure path taken when a check does not pass.