|
Agents 1.4.0
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 std::string &input)=0 | agents::workflows::Workflow | pure virtual |
| runAsync(const std::string &input, std::function< void(const JsonObject &)> callback) | agents::workflows::Workflow | virtual |
| 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()=default | agents::workflows::Workflow |