|
@@ -13,7 +13,7 @@ export type { AgentDefinition } from "./orchestrator";
|
|
|
type AgentFactory = (model: string) => AgentDefinition;
|
|
type AgentFactory = (model: string) => AgentDefinition;
|
|
|
|
|
|
|
|
const AGENT_FACTORIES: Record<AgentName, AgentFactory> = {
|
|
const AGENT_FACTORIES: Record<AgentName, AgentFactory> = {
|
|
|
- Orchestrator: createOrchestratorAgent,
|
|
|
|
|
|
|
+ orchestrator: createOrchestratorAgent,
|
|
|
oracle: createOracleAgent,
|
|
oracle: createOracleAgent,
|
|
|
librarian: createLibrarianAgent,
|
|
librarian: createLibrarianAgent,
|
|
|
explore: createExploreAgent,
|
|
explore: createExploreAgent,
|