log_reasoning
Record AI agent reasoning steps as immutable, chained logs on 0G Storage. Each decision is stored with a root hash receipt for tamper-proof verification.
Instructions
Log an AI agent reasoning trace permanently to 0G Storage. Every decision step is stored immutably with a root hash receipt. Decisions are chained so history cannot be tampered with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The question or task the agent was given | |
| action | Yes | The final decision or action taken | |
| agent_id | No | Agent identifier. Defaults to env AGENT_ID | |
| metadata | No | Any extra context | |
| confidence | Yes | Confidence score 0-1 | |
| reasoning_steps | Yes | The agent's step by step reasoning | |
| reasoning_summary | Yes | One sentence summary of why this decision was made |