ReviewQueue.by_agent()

Return reviews from a specific agent.

Usage

Source

ReviewQueue.by_agent(agent)

Parameters

agent: str
The agent name to filter by.

Returns

list[HumanReview]
All reviews from the specified agent.