-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 954 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 954 Bytes
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
{
"name": "trustloop",
"version": "1.0.0",
"description": "AI governance SDK — intercept, audit, and control AI agent tool calls. Add human-in-the-loop approval, kill switches, and a full audit trail to any AI agent.",
"main": "index.js",
"types": "types.d.ts",
"keywords": [
"ai-governance",
"ai-agents",
"mcp",
"model-context-protocol",
"openai",
"anthropic",
"claude",
"tool-calls",
"audit-trail",
"compliance",
"human-in-the-loop",
"kill-switch",
"eu-ai-act",
"llm",
"agent-safety",
"governance"
],
"author": "trustloop_sdk",
"license": "MIT",
"homepage": "https://trustloop.live",
"repository": {
"type": "git",
"url": "https://github.com/SMJAI/trustloop-sdk.git"
},
"bugs": {
"url": "https://github.com/SMJAI/trustloop-sdk/issues"
},
"engines": {
"node": ">=18"
},
"files": [
"index.js",
"types.d.ts",
"README.md"
]
}