Skip to content

HarnessConfig

agents: AgentConfig[];

defaultAgentId: string;

optional defaultModel?: LanguageModel;

optional hooks?: Hooks;

optional hostSelect?: (options) => Promise<HostSelection>;
Parameter Type

options

SelectHostOptions

Promise<HostSelection>


optional knowledge?: KnowledgeProviderConfig;

optional maxHandoffs?: number;

optional memoryService?: MemoryService;

optional sessionStore?: SessionStore;

optional tools?: Record<string, AnyTool>;

optional voiceMode?: boolean;