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.
context_manager
Method
This is a method of the AgentTeam class in the agents module.ContextManager instance for unified context management across all agents. Lazy initialized on first access when context=True or context=ManagerConfig. Returns None when context=False (zero overhead). For multi-agent scenarios, uses MultiAgentContextManager for per-agent isolation.
Signature
Returns
The result of the operation.
Uses
MultiAgentContextManager
Source
View on GitHub
praisonaiagents/agents/agents.py at line 570
