Skip to main content

context_manager

Method
This is a method of the Agents 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

def context_manager() -> Any

Returns

Returns
Any
The result of the operation.