Agents 0.0.2
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 String &input)=0agents::workflows::Workflowpure virtual
runAsync(const String &input, std::function< void(const JsonObject &)> callback)agents::workflows::Workflowvirtual
setMaxSteps(int max_steps)agents::workflows::Workflow
setStepCallback(std::function< void(const String &, const JsonObject &)> callback)agents::workflows::Workflow
Workflow(std::shared_ptr< AgentContext > context)agents::workflows::Workflow
~Workflow()=defaultagents::workflows::Workflow