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.
ConditionProtocol
Defined in the protocols module.AI Agent Minimal Protocol for condition implementations. This defines the essential interface that any condition must provide. It enables unified condition evaluation across AgentFlow (string-based) and AgentTeam (dict-based) systems.
Methods
evaluate()
Evaluate the condition against the given context.
Usage
Source
View on GitHub
praisonaiagents/conditions/protocols.py at line 17
