-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.05 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.05 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ypi",
"version": "0.5.0",
"description": "ypi — a recursive coding agent. Pi that can call itself via rlm_query.",
"license": "MIT",
"author": "Raymond Weitekamp",
"repository": {
"type": "git",
"url": "https://github.com/rawwerks/ypi.git"
},
"homepage": "https://github.com/rawwerks/ypi#readme",
"bugs": {
"url": "https://github.com/rawwerks/ypi/issues"
},
"keywords": [
"ai",
"agent",
"coding-agent",
"recursive",
"rlm",
"llm",
"pi",
"cli"
],
"bin": {
"ypi": "./ypi",
"rlm_query": "./rlm_query",
"rlm_cost": "./rlm_cost",
"rlm_parse_json": "./rlm_parse_json",
"rlm_sessions": "./rlm_sessions"
},
"files": [
"ypi",
"rlm_query",
"rlm_cost",
"rlm_parse_json",
"rlm_sessions",
"SYSTEM_PROMPT.md",
"install.sh",
"README.md",
"LICENSE",
"CHANGELOG.md",
"extensions/ypi.ts"
],
"dependencies": {
"@mariozechner/pi-coding-agent": "*"
},
"os": [
"linux",
"darwin"
],
"engines": {
"node": ">=18"
}
}