Concepts

Skills

Skills are pre-built authorization policy patterns for common agent workflows. Use them as starting points, then tailor thresholds and scopes for your workload.

Included skills

SkillFileUse case
Tool Call Guardconfig/skills/tool-call.regoRead-only knowledge/tool access with confidence-aware review.
Ticket Triageconfig/skills/ticket-triage.regoSupport ticket classification with approval fallback.
Payment Guardrailconfig/skills/payment-guardrail.regoRefund/payments actions with strict confidence thresholds.

How to use a skill

Copy one of the templates into your active Rego policy and adjust actions, resources, and confidence thresholds.

example
# Use a skill as your active policy
export REGO_POLICY_PATH=./config/skills/ticket-triage.rego
export REGO_POLICY_QUERY=data.lelu.authz

# Start Lelu
make run-engine