II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:agent-selection
Agent Selection json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:agent-selection",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Agent Selection",
"description": "Select the most appropriate agent or harness for a given task based on\ncapability matching, cost profile, availability, and workflow policy.\nThe primitive evaluates registered agents against the task's required\ncapabilities (tool-use, thinking, specific model tier) and returns the\nbest-fit agent identifier for the downstream dispatch primitive.\n",
"orchestrationKind": "dispatch",
"trigger": "event-driven"
},
"outgoingEdges": [
{
"from": "orch-primitive:agent-selection",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:agent-selection",
"to": "topic:agent-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:agent-selection",
"to": "topic:multi-agent-orchestration",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:agent-selection",
"to": "skill-area:ai-agent-development",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:agent-selection",
"to": "skill-area:multi-agent-coordination",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:agent-selection",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:a5c.core@current",
"to": "orch-primitive:agent-selection",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}