agent
Variable: agent
const agent: {
findAgent: (task: string, maxResult: number, agents: never[], agentLocaltion: AgentLocation, getFrom: USE_VECTOR_DB) => Promise<FindAgentByTaskResponse>;
getAgentsDetail: (agentList?: string[]) => Promise<AgentsDetailResponse>;
getAgentsList: (type: Agents) => Promise<ListAgentsResponse>;
startAgent: (agentId: string, task: string) => Promise<TaskCompletionResponse>;
};
Defined in: packages/codeboltjs/src/modules/agent.ts:7