II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:paperclip-activity-log
Paperclip Activity Log json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:paperclip-activity-log",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/paperclip-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Paperclip Activity Log",
"description": "Mutation activity logging primitive. Every state-changing action\n(task creation, agent assignment, approval decision, budget\nadjustment, task completion) is recorded in an append-only\nactivity log. Provides a complete audit trail for compliance,\ndebugging, and operational review of agent actions.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:observability",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:paperclip-activity-log",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:paperclip.ui@current",
"to": "interaction-primitive:paperclip-activity-log",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}