Agents 0.0.2
Edge AI Agents SDK
|
This is the complete list of members for agents::workflows::Workflow, including all inherited members.
getContext() const | agents::workflows::Workflow | |
getMaxSteps() const | agents::workflows::Workflow | |
run(const String &input)=0 | agents::workflows::Workflow | pure virtual |
runAsync(const String &input, std::function< void(const JsonObject &)> callback) | agents::workflows::Workflow | virtual |
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()=default | agents::workflows::Workflow |