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

Returns

Optional[Any]
The result of the operation.

Uses

  • SkillManager
  • discover_bundles
  • logging.debug
  • is_bundle_selector
  • resolve
  • add_skill_by_name
  • logging.warning
  • add_skill
  • discover

Source

View on GitHub

praisonaiagents/agent/agent.py at line 3203

Skills Concept

Skills Feature