← back to invincible-jha__agent-gov

All specs 3 total

All specs Real LLM only Function bodies
TraceReplayer.replayREAL LLM gemma4:latest · · unknown
src/agent_gov/simulation/trace_replayer.py
Replays all recorded events from an agent trace by evaluating each action against a specified policy using an evaluator. It accepts an AgentTrace object containing the sequence of events, a policy configuration, and a policy evaluator instance. The function returns a TraceReplayResult object summarizing the replay, detailing the total number of passed and blocked events, and mapping each event ID to its pass/fail status. No external state is modified beyond the return value.
TraceReplayer.replayREAL LLM gpt-oss:latest · · unknown
src/agent_gov/simulation/trace_replayer.py
Replays each event in a trace by evaluating the event's action against a given policy using the provided evaluator, recording whether the action passes or is blocked. It iterates over all events in the trace, incrementing counters
TraceReplayer.replaytemplated static_v1 · O(n) · Apache-2.0
src/agent_gov/simulation/trace_replayer.py · L237
Method `TraceReplayer.replay` with 3 parameter(s); returns `TraceReplayResult`. Contains 1 loop(s).