Skip to main content

SkillSourceProtocol

Defined in the protocols module.
AI Agent Abstract source of skills. Implementations may back skills onto the filesystem (default), an HTTP registry, a plugin directory, or an enterprise policy server.

Methods

discover()

Return every skill this source can supply.

load_instructions()

Return the SKILL.md body for name, or None if unknown.

Source

View on GitHub

praisonaiagents/skills/protocols.py at line 38

Skills Concept

Skills Feature