Skip to main content

skill_manager

Method
This is a method of the Agent class in the agent module.
Lazily initialize SkillManager only when skills are accessed.

Signature

def skill_manager() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • SkillManager
  • add_skill
  • discover

Source

View on GitHub

praisonaiagents/agent/agent.py at line 1695