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
| Skill | File | Use case |
|---|---|---|
| Tool Call Guard | config/skills/tool-call.rego | Read-only knowledge/tool access with confidence-aware review. |
| Ticket Triage | config/skills/ticket-triage.rego | Support ticket classification with approval fallback. |
| Payment Guardrail | config/skills/payment-guardrail.rego | Refund/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