Skip to main content

has_state

Method
This is a method of the AgentTeam class in the agents module.
Check if a state key exists

Signature

def has_state(key: str) -> bool

Parameters

key
str
required
No description available.

Returns

Returns
bool
The result of the operation.

Source

View on GitHub

praisonaiagents/agents/agents.py at line 1422