get_all_state
Method
This is a method of the AgentTeam class in the agents module.Get a copy of the entire state dictionary
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/agents/agents.py at line 1426get_all_state: Get a copy of the entire state dictionary
This is a method of the AgentTeam class in the agents module.Get a copy of the entire state dictionary
def get_all_state() -> Dict[str, Any]
praisonaiagents/agents/agents.py at line 1426