HarnessConfig
Properties
Section titled “Properties”agents
Section titled “agents”agents: AgentConfig[];defaultAgentId
Section titled “defaultAgentId”defaultAgentId: string;defaultModel?
Section titled “defaultModel?”optional defaultModel?: LanguageModel;hooks?
Section titled “hooks?”optional hooks?: Hooks;hostSelect?
Section titled “hostSelect?”optional hostSelect?: (options) => Promise<HostSelection>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<HostSelection>
knowledge?
Section titled “knowledge?”optional knowledge?: KnowledgeProviderConfig;maxHandoffs?
Section titled “maxHandoffs?”optional maxHandoffs?: number;memoryService?
Section titled “memoryService?”optional memoryService?: MemoryService;sessionStore?
Section titled “sessionStore?”optional sessionStore?: SessionStore;tools?
Section titled “tools?”optional tools?: Record<string, AnyTool>;voiceMode?
Section titled “voiceMode?”optional voiceMode?: boolean;