-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
46 lines (33 loc) · 1.11 KB
/
llms.txt
File metadata and controls
46 lines (33 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Actra
Actra is an open-source decision control system.
It evaluates policies before operations execute, allowing or blocking
actions triggered by APIs, automation systems, background workers,
or AI agents.
Core capabilities:
- Admission control for operations
- Deterministic policy evaluation
- Policy governance
- Runtime enforcement
- Support for automated and agentic systems
Key concepts:
Action : the operation being requested
Actor : the identity performing the action
Snapshot : external system state used for evaluation
Policy : rules that allow or block operations
Governance : policies that validate operational policies
Typical use cases:
- AI agent guardrails
- API safety controls
- automation workflow protection
- infrastructure safety policies
- financial operation safeguards
Repository structure:
README.md Project overview
doc/ Conceptual documentation
examples/ Runnable examples
Primary concepts:
Decision Control
Admission Control
Policy Governance
Actra evaluates policies before actions execute and prevents unsafe
operations across automated systems.