Agents 0.0.2
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 String &name, const String &description, const 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< AgentContext > context, const String &orchestrator_prompt_template="")agents::workflows::OrchestratorWorkflow
run(const String &input) overrideagents::workflows::OrchestratorWorkflowvirtual
runAsync(const 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 String &orchestrator_prompt_template)agents::workflows::OrchestratorWorkflow
setStepCallback(std::function< void(const String &, const JsonObject &)> callback)agents::workflows::Workflow
setSynthesizer(std::function< JsonObject(const std::vector< JsonObject > &)> synthesizer)agents::workflows::OrchestratorWorkflow
Workflow(std::shared_ptr< AgentContext > context)agents::workflows::Workflow
~Workflow()=defaultagents::workflows::Workflow