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.

delete_state

Method
This is a method of the AgentTeam class in the agents module.
Delete a state key if it exists. Returns True if deleted, False if key didn’t exist.

Signature

def delete_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 1430