Agents 1.4.0
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::workflows::OrchestratorWorkflow Member List

This is the complete list of members for agents::workflows::OrchestratorWorkflow, including all inherited members.

addWorker(const Worker &worker)agents::workflows::OrchestratorWorkflow
addWorker(const std::string &name, const std::string &description, const std::string &prompt_template, std::shared_ptr< LLMInterface > worker_llm=nullptr)agents::workflows::OrchestratorWorkflow
getContext() constagents::workflows::Workflow
getMaxSteps() constagents::workflows::Workflow
getWorkersSchema() constagents::workflows::OrchestratorWorkflow
init()agents::workflows::OrchestratorWorkflow
OrchestratorWorkflow(std::shared_ptr< Context > context, const std::string &orchestrator_prompt_template="")agents::workflows::OrchestratorWorkflow
run(const std::string &input) overrideagents::workflows::OrchestratorWorkflowvirtual
runAsync(const std::string &input, std::function< void(const JsonObject &)> callback)agents::workflows::Workflowvirtual
setMaxIterations(int max_iterations)agents::workflows::OrchestratorWorkflow
setMaxSteps(int max_steps)agents::workflows::Workflow
setOrchestratorPrompt(const std::string &orchestrator_prompt_template)agents::workflows::OrchestratorWorkflow
setStepCallback(std::function< void(const std::string &, const JsonObject &)> callback)agents::workflows::Workflow
setSynthesizer(std::function< JsonObject(const std::vector< JsonObject > &)> synthesizer)agents::workflows::OrchestratorWorkflow
Workflow(std::shared_ptr< Context > context)agents::workflows::Workflow
~Workflow()=defaultagents::workflows::Workflow