runok 0.2.0

Command execution permission framework for LLM agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "network": {
    "allowedDomains": [],
    "deniedDomains": [],
    "allowLocalBinding": true
  },
  "filesystem": {
    "denyRead": [],
    "allowWrite": ["/tmp", "."],
    "denyWrite": []
  }
}