Skip to content

Sissyphus not delegating. #411

@azizikri

Description

@azizikri

i was editing frontend page, but its not delegating it into frontend subagents, when i ask for the system prompt it return empty delegation table.

Image

i think the problem stems here

export const sisyphusAgent = createSisyphusAgent()

the function not passing available agents

function buildAgent(source: AgentSource, model?: string): AgentConfig {
return isFactory(source) ? source(model) : source
}

in here the facotory just inserting the models

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions