Agents 0.0.2
Edge AI Agents SDK
|
This is the complete list of members for agents::workflows::PromptChainingWorkflow, including all inherited members.
addStep(const Step &step) | agents::workflows::PromptChainingWorkflow | |
addStep(const String &name, const String &prompt_template, std::function< bool(const JsonObject &)> validator=nullptr, std::function< JsonObject(const JsonObject &)> transformer=nullptr) | agents::workflows::PromptChainingWorkflow | |
getContext() const | agents::workflows::Workflow | |
getMaxSteps() const | agents::workflows::Workflow | |
PromptChainingWorkflow(std::shared_ptr< AgentContext > context) | agents::workflows::PromptChainingWorkflow | |
run(const String &input) override | agents::workflows::PromptChainingWorkflow | virtual |
run() | agents::workflows::PromptChainingWorkflow | |
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 |