agentchat.contrib.agent_eval
agentchat.contrib.agent_eval.subcritic_agent
SubCriticAgent
An agent for creating subcriteria from a given list of criteria for evaluating the utility of a given task.
__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.