log
Record agent-to-agent actions with a signed, hash-chained log entry, including tenant, outcome, and optional context for audit trail.
Instructions
Append a signed, hash-chained log entry.
tenant_id: customer / organisation identifier
from_agent: calling agent id (e.g. "orchestrator")
to_agent: receiving agent id (e.g. "compliance-scorer")
action: what was requested (e.g. "score_dora_compliance")
payload_hash: SHA256 of the payload body (keeps logs small + hides PII)
outcome: success | fail | timeout | blocked
context_csv: optional comma-separated tags (e.g. "high-risk,financial")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | ||
| from_agent | Yes | ||
| to_agent | Yes | ||
| action | Yes | ||
| payload_hash | No | ||
| outcome | No | success | |
| context_csv | No | ||
| api_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |