yenop 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +11 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Yenop
|
|
2
|
+
|
|
3
|
+
The layer between an AI agent and the systems it can touch.
|
|
4
|
+
|
|
5
|
+
Yenop decides which tool calls actually execute, who approved the ones that cannot be undone, how much a single run may cost, and keeps a receipt for every action.
|
|
6
|
+
|
|
7
|
+
This is a name reservation. The first release is in preparation. Until then, the package installs nothing.
|
|
8
|
+
|
|
9
|
+
https://yenop.com
|
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "yenop",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Yenop: the layer between an AI agent and the systems it can touch. Tool-call authorization, human approval, run budgets, receipts. First release coming soon.",
|
|
5
|
+
"license": "SEE LICENSE IN README.md",
|
|
6
|
+
"author": "Yenop <developer@yenop.com>",
|
|
7
|
+
"homepage": "https://yenop.com",
|
|
8
|
+
"repository": { "type": "git", "url": "https://github.com/yenopdev/yenop" },
|
|
9
|
+
"keywords": ["ai-agents", "security", "authorization", "cedar", "mcp", "claude-code", "policy"],
|
|
10
|
+
"files": ["README.md"]
|
|
11
|
+
}
|