Skip to main content

MultiAgentContextManager

Defined in the manager module.
AI Agent Context manager for multi-agent orchestration. Provides per-agent isolation with controlled sharing policies.

Constructor

config
Optional
No description available.
default_policy
Optional
No description available.
session_cache
Optional
No description available.

Methods

get_agent_manager()

Get or create context manager for an agent.

get_session_cache()

Get the session deduplication cache.

set_agent_policy()

Set context policy for an agent.

get_agent_policy()

Get context policy for an agent.

prepare_handoff()

Prepare context for handoff between agents.

get_combined_stats()

Get combined statistics across all agents.

Source

View on GitHub

praisonaiagents/context/manager.py at line 974

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents