-
Notifications
You must be signed in to change notification settings - Fork 616
Closed
Description
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.
i think the problem stems here
oh-my-opencode/src/agents/sisyphus.ts
Line 504 in 6eaa96f
| export const sisyphusAgent = createSisyphusAgent() |
the function not passing available agents
oh-my-opencode/src/agents/utils.ts
Lines 28 to 30 in 6eaa96f
| function buildAgent(source: AgentSource, model?: string): AgentConfig { | |
| return isFactory(source) ? source(model) : source | |
| } |
in here the facotory just inserting the models
Metadata
Metadata
Assignees
Labels
No labels