refactor(athena): consolidate parseModelString to single source of truth

This commit is contained in:
ismeth
2026-02-20 14:21:23 +01:00
committed by YeonGyu-Kim
parent aa3b5274c5
commit ad481472eb
5 changed files with 38 additions and 37 deletions
@@ -1,7 +1,7 @@
import type { AgentConfig } from "@opencode-ai/sdk"
import type { CouncilConfig, CouncilMemberConfig } from "../athena/types"
import { createCouncilMemberAgent } from "../athena/council-member-agent"
import { parseModelString } from "../athena/model-parser"
import { parseModelString } from "../../tools/delegate-task/model-string-parser"
import { log } from "../../shared/logger"
/** Prefix used for all dynamically-registered council member agent keys. */