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.

ContextPolicy

Defined in the manager module.
AI Agent Policy for context sharing during agent handoffs. Controls how context is passed between agents in multi-agent scenarios.

Properties

share
bool
No description available.
share_mode
ContextShareMode
No description available.
max_tokens
int
No description available.
tools_share
ToolShareMode
No description available.
preserve_system
bool
No description available.
preserve_recent_turns
int
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/context/manager.py at line 193

Context Concept

Context Management

Context Strategies