import type { AgentConfig } from "@opencode-ai/sdk"; export type BuiltinAgentName = "Polaris-Smart" | "Polaris-Fast" | "librarian" | "explore"; export type AgentName = BuiltinAgentName; export type AgentOverrideConfig = Partial; export type AgentOverrides = Partial>;