@coda-rho-bot/oath-keeper 1.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/package.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "@coda-rho-bot/oath-keeper",
3
+ "version": "1.0.0",
4
+ "description": "Passively detects when agents make follow-up promises and automatically delivers on them. Cron is for things you plan. Oath Keeper is for things you promise.",
5
+ "author": "coda-rho-bot",
6
+ "license": "Apache-2.0",
7
+ "type": "module",
8
+ "keywords": [
9
+ "letta-package",
10
+ "letta-mod",
11
+ "letta-code",
12
+ "oath-keeper",
13
+ "promises",
14
+ "follow-up",
15
+ "accountability",
16
+ "passive-detection"
17
+ ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/coda-rho-bot/mods.git",
21
+ "directory": "packages/oath-keeper"
22
+ },
23
+ "files": [
24
+ "README.md",
25
+ "MOD.md",
26
+ "mods"
27
+ ],
28
+ "letta": {
29
+ "manifestVersion": 1,
30
+ "mods": [
31
+ "./mods/index.ts"
32
+ ],
33
+ "capabilities": [
34
+ "tools",
35
+ "events.turns"
36
+ ],
37
+ "engines": {
38
+ "lettaCodeCli": ">=0.27.14"
39
+ }
40
+ }
41
+ }