agent-dealer 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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # agent-dealer
2
+
3
+ Human control plane for agent execution — queue, plan approval, audit.
4
+
5
+ This npm package name is reserved for the project. Installable releases are not published yet.
6
+
7
+ **Source:** https://github.com/not-so-fat/agent-dealer
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "agent-dealer",
3
+ "version": "0.0.0",
4
+ "description": "Human control plane for agent execution — queue, plan approval, audit. Reserved name; source and releases at the GitHub repo.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/not-so-fat/agent-dealer.git"
9
+ },
10
+ "homepage": "https://github.com/not-so-fat/agent-dealer#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/not-so-fat/agent-dealer/issues"
13
+ },
14
+ "keywords": [
15
+ "agent",
16
+ "control-plane",
17
+ "human-in-the-loop"
18
+ ]
19
+ }