Skip to main content

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