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.
create_context_manager
Function
This function is defined in the manager module.Create a context manager with proper config precedence. Precedence: CLI > ENV > config_file > defaults
Signature
Parameters
Model name
Session ID
Agent name
Path to config.yaml
CLI argument overrides
Returns
Configured ContextManager
Uses
ManagerConfigManagerConfig.from_envconfig.mergeenv_config.to_dictContextManager
Source
View on GitHub
praisonaiagents/context/manager.py at line 1131
