Agents 0.0.2
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::workflows::ParallelizationWorkflow Member List

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

addTask(const Task &task)agents::workflows::ParallelizationWorkflow
addTask(const String &name, const String &prompt_template, const JsonObject &context=JsonObject())agents::workflows::ParallelizationWorkflow
addTask(const String &name, const String &prompt_template, std::function< String(const String &)> prompt_fn, std::function< JsonObject(const String &)> result_parser, const JsonObject &context=JsonObject())agents::workflows::ParallelizationWorkflow
getContext() constagents::workflows::Workflow
getMaxSteps() constagents::workflows::Workflow
init()agents::workflows::ParallelizationWorkflow
ParallelizationWorkflow(std::shared_ptr< AgentContext > context, Strategy strategy=Strategy::SECTIONING)agents::workflows::ParallelizationWorkflow
run(const String &input) overrideagents::workflows::ParallelizationWorkflowvirtual
run()agents::workflows::ParallelizationWorkflow
runAsync(const String &input, std::function< void(const JsonObject &)> callback)agents::workflows::Workflowvirtual
setAggregator(std::function< JsonObject(const std::vector< JsonObject > &)> aggregator)agents::workflows::ParallelizationWorkflow
setMaxSteps(int max_steps)agents::workflows::Workflow
setStepCallback(std::function< void(const String &, const JsonObject &)> callback)agents::workflows::Workflow
setStrategy(Strategy strategy)agents::workflows::ParallelizationWorkflow
setVotingThreshold(double threshold)agents::workflows::ParallelizationWorkflow
Strategy enum nameagents::workflows::ParallelizationWorkflow
Workflow(std::shared_ptr< AgentContext > context)agents::workflows::Workflow
~Workflow()=defaultagents::workflows::Workflow