Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

update_state

Method
This is a method of the AgentTeam class in the agents module.
Update multiple state values

Signature

def update_state(updates: Dict) -> None

Parameters

updates
Dict
required
No description available.

Source

View on GitHub

praisonaiagents/agents/agents.py at line 1413