Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Skill validation logic.
from praisonaiagents.skills import validator
MAX_SKILL_NAME_LENGTH
64
MAX_DESCRIPTION_LENGTH
1024
MAX_COMPATIBILITY_LENGTH
500
ALLOWED_FIELDS
{'name', 'description', 'license', 'allowed-tools', 'metadata', 'compatibility', 'when_to_use', 'disable-model-invocation', 'user-invocable', 'argument-hint', 'model', 'effort', 'context', 'agent', 'h...