Expected Behaviour
Supervisor agent shouldnt expect a name and description
Current Behaviour
Supervisor takes name and description, but overwrites them with the lead agents.
Code snippet
def __init__(self, options: SupervisorAgentOptions):
options.validate()
options.name = options.lead_agent.name
options.description = options.lead_agent.description
Possible Solution
Make name/desc optional.
Steps to Reproduce
Supply supervisor with agent name and desc and see it replaced with lead agents.
Expected Behaviour
Supervisor agent shouldnt expect a name and description
Current Behaviour
Supervisor takes name and description, but overwrites them with the lead agents.
Code snippet
Possible Solution
Make name/desc optional.
Steps to Reproduce
Supply supervisor with agent name and desc and see it replaced with lead agents.