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
Returns
The result of the operation.

