Files
oh-my-opencode/dist/plugin-handlers/agent-priority-order.d.ts
T

2 lines
107 B
TypeScript
Raw Normal View History

export declare function reorderAgentsByPriority(agents: Record<string, unknown>): Record<string, unknown>;