You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
3.4 KiB
82 lines
3.4 KiB
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {controlplane} from '../models';
|
|
import {main} from '../models';
|
|
|
|
export function AgentDirectory(arg1:controlplane.AgentDirectoryFilter):Promise<controlplane.AgentDirectoryPage>;
|
|
|
|
export function AgentLLMStatuses():Promise<Array<controlplane.AgentLLMStatus>>;
|
|
|
|
export function AgentMCPStatuses():Promise<Array<controlplane.AgentMCPStatus>>;
|
|
|
|
export function AgentOperationalDetails(arg1:string):Promise<controlplane.AgentOperationalDetail>;
|
|
|
|
export function AgentSkillStatuses():Promise<Array<controlplane.AgentSkillStatus>>;
|
|
|
|
export function Agents():Promise<Array<controlplane.Agent>>;
|
|
|
|
export function AuditTrail(arg1:controlplane.AuditFilter):Promise<controlplane.AuditPage>;
|
|
|
|
export function CancelTask(arg1:string):Promise<void>;
|
|
|
|
export function ClearTaskHistory():Promise<number>;
|
|
|
|
export function ContinueTaskSession(arg1:string,arg2:string,arg3:number,arg4:Array<controlplane.TaskImageInput>):Promise<controlplane.CreateTaskSessionResult>;
|
|
|
|
export function CreatePairingCode():Promise<string>;
|
|
|
|
export function CreateTask(arg1:string,arg2:string,arg3:number):Promise<string>;
|
|
|
|
export function CreateTaskWithImages(arg1:string,arg2:string,arg3:number,arg4:Array<controlplane.TaskImageInput>):Promise<string>;
|
|
|
|
export function CreateTasks(arg1:Array<controlplane.TaskRequest>):Promise<Array<controlplane.TaskDispatchResult>>;
|
|
|
|
export function DeleteMCPTool(arg1:string):Promise<void>;
|
|
|
|
export function DeployLLMProfile(arg1:string,arg2:Array<string>):Promise<void>;
|
|
|
|
export function DeploySkill(arg1:string,arg2:Array<string>):Promise<void>;
|
|
|
|
export function DispatchMentions(arg1:string,arg2:number):Promise<controlplane.MentionDispatchResponse>;
|
|
|
|
export function DispatchMentionsWithImages(arg1:string,arg2:number,arg3:Array<controlplane.TaskImageInput>):Promise<controlplane.MentionDispatchResponse>;
|
|
|
|
export function ImportSkillsFromDirectory():Promise<main.SkillImportResult>;
|
|
|
|
export function LLMProfiles():Promise<Array<controlplane.LLMProfile>>;
|
|
|
|
export function MCPTools():Promise<Array<controlplane.MCPTool>>;
|
|
|
|
export function OnlineAgents():Promise<Array<controlplane.Agent>>;
|
|
|
|
export function RecentAuditEvents():Promise<Array<controlplane.AuditEvent>>;
|
|
|
|
export function RecentTasks():Promise<Array<controlplane.Task>>;
|
|
|
|
export function RenameAgent(arg1:string,arg2:string):Promise<void>;
|
|
|
|
export function RestartAgent(arg1:string):Promise<controlplane.AgentRestart>;
|
|
|
|
export function RetryTask(arg1:string):Promise<string>;
|
|
|
|
export function RevokeAgent(arg1:string):Promise<void>;
|
|
|
|
export function SaveLLMProfile(arg1:controlplane.LLMProfileInput):Promise<controlplane.LLMProfile>;
|
|
|
|
export function SaveMCPTool(arg1:controlplane.MCPToolInput):Promise<controlplane.MCPTool>;
|
|
|
|
export function SaveSkill(arg1:controlplane.SkillInput):Promise<controlplane.Skill>;
|
|
|
|
export function SetAgentMCPTools(arg1:string,arg2:Array<string>):Promise<void>;
|
|
|
|
export function SetAgentSkills(arg1:string,arg2:Array<string>):Promise<void>;
|
|
|
|
export function SkillDocument(arg1:string):Promise<controlplane.SkillDocument>;
|
|
|
|
export function Skills():Promise<Array<controlplane.Skill>>;
|
|
|
|
export function Snapshot():Promise<controlplane.Snapshot>;
|
|
|
|
export function TaskDetails(arg1:string):Promise<controlplane.TaskDetail>;
|
|
|
|
export function TaskSessionTurns(arg1:string):Promise<Array<controlplane.TaskSessionTurn>>;
|
|
|