Skip to main content

set_state

Method
This is a method of the AgentTeam class in the agents module.
Set a state value

Signature

def set_state(key: str, value: Any) -> None

Parameters

key
str
required
No description available.
value
Any
required
No description available.

Used By

Source

View on GitHub

praisonaiagents/agents/agents.py at line 1405