Agents#

This page presents all APIs and classes related to WayFlow agents.

agentspec-icon

Visit the Agent Spec API Documentation to learn more about Agent Components.

Agent Spec - Agents API Reference

Tip

Click the button above ↑ to visit the Agent Spec Documentation

Agent Behavior Configuration#

class wayflowcore.agent.CallerInputMode(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Mode into which the caller of an Agent/AgentExecutionStep sets the Agent.

ALWAYS = 'always'#
NEVER = 'never'#