agentchat.contrib.agent_eval
agentchat.contrib.agent_eval.quantifier_agent
QuantifierAgent
An agent for quantifying the performance of a system using the provided criteria.
__init__
Arguments:
name
str - agent name.system_message
str - system message for the ChatCompletion inference. Please override this attribute if you want to reprogram the agent.description
str - The description of the agent.**kwargs
dict - Please refer to other kwargs in ConversableAgent.