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

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

getContext() constagents::workflows::Workflow
getMaxSteps() constagents::workflows::Workflow
run(const std::string &input)=0agents::workflows::Workflowpure virtual
runAsync(const std::string &input, std::function< void(const JsonObject &)> callback)agents::workflows::Workflowvirtual
setMaxSteps(int max_steps)agents::workflows::Workflow
setStepCallback(std::function< void(const std::string &, const JsonObject &)> callback)agents::workflows::Workflow
Workflow(std::shared_ptr< Context > context)agents::workflows::Workflow
~Workflow()=defaultagents::workflows::Workflow