II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:symphony-poll-tick
Symphony Poll Tick json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:symphony-poll-tick",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/symphony-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Symphony Poll Tick",
"description": "Periodic issue tracker polling primitive. Symphony's main loop polls\nLinear (or other issue trackers) on a configurable interval to discover\nnew actionable issues. Each poll tick evaluates issue labels, assignment,\nand state to determine which issues should be picked up for agent\nprocessing. Implements exponential backoff on failures.\n",
"kind": "automation",
"surface": "headless",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"headless"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:symphony-poll-tick",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:symphony.ui@current",
"to": "interaction-primitive:symphony-poll-tick",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-daemon"
}
}
}
]
}