agent-scroll 0.1.0

Canonical byte-deterministic transcript format for AI-agent conversations (Rust port of @p-vbordei/agent-scroll)
Documentation
[
  {
    "version": "scroll/0.1",
    "turn": 0,
    "role": "tool",
    "model": {
      "vendor": "anthropic",
      "id": "claude-opus-4-7"
    },
    "params": {
      "temperature": 0,
      "top_p": 1
    },
    "messages": [
      {
        "role": "tool",
        "content": "Tool executed."
      }
    ],
    "tool_results": [
      {
        "id": "call_001",
        "status": "ok",
        "response_hash": "sha256:8334c554c7276f59674810b92fff5197cd46bf6ccbe872742f9b04ca31dfe3d1",
        "response": "42"
      }
    ],
    "timestamp_ns": 1700000000000000000,
    "hash": "sha256:7c6a68a02c30aba9c587aab4bee0dd2cf7632d7b01d36ef1360915857629e5c7"
  }
]