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.

rules_manager

Method
This is a method of the Agent class in the agent module.
Lazy-initialized RulesManager for persistent rules/instructions. This property initializes the RulesManager only when first accessed, avoiding expensive filesystem operations during agent instantiation.

Signature

def rules_manager() -> Any

Returns

Returns
Any
RulesManager instance or None if not available

Source

View on GitHub

praisonaiagents/agent/agent.py at line 2651