Expand description
The inbox event kinds the runtime understands.
Constantsยง
- A2A_
CONTROL - A2A control:
{op, args}. - A2A_
MESSAGE - An A2A message:
{context_id, task_id?, principal, role, parts, message_id}. - SIGNAL
- A named signal:
{name, payload, from}. - START_
FIRED - A start node fired:
{workflow, node, payload, inputs}. - WORKFLOW_
RUN - A tool-driven request to run a workflow (
workflow.run):{workflow, inputs, start, requested_by}.