Skip to main content

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