Pixir.SessionDiagnostics (pixir v0.1.7)

Copy Markdown View Source

Read-only diagnostics for one Pixir Session.

Pixir.Doctor answers "can this local Pixir install run?". This module answers "is this Session replayable and internally coherent?" by combining Log facts, Workflow decision evidence, Provider replay inspection, Session tree projection, and Provider usage metadata without calling auth, the network, or the model.

Summary

Functions

Run local, no-network diagnostics for session_id.

Functions

run(session_id, opts \\ [])

@spec run(
  String.t(),
  keyword()
) :: {:ok, map()} | {:error, map()}

Run local, no-network diagnostics for session_id.