ReviewQueue.by_agent()
Return reviews from a specific agent.
Usage
ReviewQueue.by_agent(agent)Parameters
agent: str- The agent name to filter by.
Returns
list[HumanReview]- All reviews from the specified agent.
Return reviews from a specific agent.
Usage
agent: str list[HumanReview]