set_state
Method
This is a method of the AgentTeam class in the agents module.Set a state value
Signature
Parameters
No description available.
No description available.
Used By
Source
View on GitHub
praisonaiagents/agents/agents.py at line 1405set_state: Set a state value
This is a method of the AgentTeam class in the agents module.Set a state value
def set_state(key: str, value: Any) -> None
praisonaiagents/agents/agents.py at line 1405