Skip to main content

DefaultSkillReviewPolicy

Defined in the protocols module.
AI Agent Default, conservative skill-review policy. Triggers only when the session did real work (at least min_tool_calls tool invocations, default 1) and asks the agent to create or patch a single skill if — and only if — a durable, reusable technique emerged.

Constructor

int
default:"1"
No description available.

Methods

should_review()

Instance method.

review_prompt()

Instance method.

Source

View on GitHub

praisonaiagents/skills/protocols.py at line 221

Skills Concept

Skills Feature