Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
