AxAgentStateActionLogEntry
type AxAgentStateActionLogEntry = Pick<ActionLogEntry,
| "turn"
| "code"
| "output"
| "tags"
| "summary"
| "producedVars"
| "referencedVars"
| "stateDelta"
| "stepKind"
| "replayMode"
| "rank"
| "tombstone">;