Skip to main content

RoutingConditionProtocol

Defined in the protocols module.
AI Agent Extended Protocol for conditions that support routing to targets. This extends ConditionProtocol with the ability to return target tasks/steps based on the condition evaluation. Used primarily by AgentTeam for task routing.

Methods

get_target()

Get the target tasks/steps based on condition evaluation.

Usage

Source

View on GitHub

praisonaiagents/conditions/protocols.py at line 57