Reason

From AERO Framework Wiki

The Reason layer executes agents and rules against artifacts, producing replayable decision traces with full model metadata.

Responsibilities

Decision trace (YAML)

trace_id: <uuid>
inputs: [<artifact_id>]
policy: gdpr.redact.v1
model:
  name: llm-x
  temperature: 0.3
  top_p: 0.9
  seed: 12345
prompt: |
  <prompt text>
tools:
  - search
  - calculator
outputs:
  summary: <text>
  citations: []
cost:
  tokens: 1234
  usd: 0.004
timestamp: 2025-10-03T12:34:56Z

Testing & replay

This page was last updated on 2025-10-03.