Skip to content

Bug: Supervisor Agent Name/Desc #254

Description

@brianantonelli

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions