Member Junction
    Preparing search index...

    agent-decision-match โ€” did the agent decide the right thing?

    Reads the decision off whichever channel the model used (envelope or native tool calls) and compares it against an encoding-independent expectation. That normalization is what lets a baseline cell and a native cell be compared on an identical corpus case: the yardstick does not move between them, only the model's behavior does.

    The result's details carry the components separately โ€” decision kind, action accuracy, param fidelity, per-matcher outcomes โ€” so ยง6.1's metrics aggregate out of persisted ResultDetails without re-running anything.

    Configuration is the DecisionExpectation itself.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: "agent-decision-match" = 'agent-decision-match'

    Unique type identifier for this oracle. Used in test configuration to specify which oracles to run.

    Methods