vigiles API reference
    Preparing search index...

    Type Alias TypedAgentSpec<Ok, Err>

    TypedAgentSpec: AgentSpec & TypedOutcome<Ok, Err>

    An AgentSpec that REMEMBERS its result() ok/err shapes at the type level (via a phantom field). Still an AgentSpec, so it flows everywhere one does. The input to a typed pipe / then.

    Type Parameters