ps-claw 2026.5.30
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/LICENSE +24 -0
- package/README.md +149 -0
- package/dist/entry.js +163 -0
- package/dist/entry.mjs +163 -0
- package/dist/web-ui/public/index.html +1179 -0
- package/dist/web-ui/server.mjs +192 -0
- package/package.json +1961 -0
- package/patches/.gitkeep +1 -0
- package/pnpm-workspace.yaml +121 -0
- package/ps-claw.mjs +661 -0
- package/src/agents/templates/HEARTBEAT.md +3 -0
package/patches/.gitkeep
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
packages:
|
|
2
|
+
- .
|
|
3
|
+
- ui
|
|
4
|
+
- packages/*
|
|
5
|
+
- extensions/*
|
|
6
|
+
|
|
7
|
+
minimumReleaseAge: 2880
|
|
8
|
+
|
|
9
|
+
minimumReleaseAgeExclude:
|
|
10
|
+
- "@openclaw/fs-safe@0.3.0"
|
|
11
|
+
- "@openclaw/proxyline@0.3.3"
|
|
12
|
+
- "acpx"
|
|
13
|
+
- "tokenjuice"
|
|
14
|
+
- "@agentclientprotocol/sdk"
|
|
15
|
+
- "axios"
|
|
16
|
+
- "basic-ftp"
|
|
17
|
+
- "baileys@7.0.0-rc13"
|
|
18
|
+
- "hono"
|
|
19
|
+
- "libopus-wasm@0.1.0"
|
|
20
|
+
- "libsignal@6.0.0"
|
|
21
|
+
- "openclaw"
|
|
22
|
+
- "protobufjs"
|
|
23
|
+
- "vite"
|
|
24
|
+
- "@cloudflare/workers-types"
|
|
25
|
+
- "@hono/node-server"
|
|
26
|
+
- "@mariozechner/*"
|
|
27
|
+
- "@aws-sdk/client-bedrock-runtime@3.1053.0"
|
|
28
|
+
- "@aws-sdk/client-bedrock@3.1053.0"
|
|
29
|
+
- "@aws-sdk/client-cognito-identity@3.1053.0"
|
|
30
|
+
- "@aws-sdk/client-s3@3.1053.0"
|
|
31
|
+
- "@aws-sdk/core"
|
|
32
|
+
- "@aws-sdk/credential-providers@3.1053.0"
|
|
33
|
+
- "@aws-sdk/s3-request-presigner@3.1053.0"
|
|
34
|
+
- "@aws-sdk/token-providers@3.1052.0"
|
|
35
|
+
- "@aws-sdk/token-providers@3.1053.0"
|
|
36
|
+
- "@copilotkit/aimock@1.27.1"
|
|
37
|
+
- "@earendil-works/pi-tui"
|
|
38
|
+
- "@google/genai@2.6.0"
|
|
39
|
+
- "@larksuiteoapi/node-sdk@1.66.0"
|
|
40
|
+
- "@microsoft/teams.api@2.0.12"
|
|
41
|
+
- "@microsoft/teams.apps@2.0.12"
|
|
42
|
+
- "@microsoft/teams.cards@2.0.12"
|
|
43
|
+
- "@microsoft/teams.common@2.0.12"
|
|
44
|
+
- "@microsoft/teams.graph@2.0.12"
|
|
45
|
+
- "@openai/codex"
|
|
46
|
+
- "@openai/codex-*"
|
|
47
|
+
- "@pierre/diffs@1.2.3"
|
|
48
|
+
- "@smithy/shared-ini-file-loader@4.5.4"
|
|
49
|
+
- "@typescript/native-preview*"
|
|
50
|
+
- "@types/node"
|
|
51
|
+
- "@rolldown/*"
|
|
52
|
+
- "@oxlint/*"
|
|
53
|
+
- "@oxfmt/*"
|
|
54
|
+
- "@oxc-project/types"
|
|
55
|
+
- "oxfmt"
|
|
56
|
+
- "axios@1.15.0"
|
|
57
|
+
- "discord-api-types"
|
|
58
|
+
- "rolldown"
|
|
59
|
+
- "sqlite-vec"
|
|
60
|
+
- "sqlite-vec-*"
|
|
61
|
+
- "rastermill"
|
|
62
|
+
- "clawpdf"
|
|
63
|
+
|
|
64
|
+
nodeLinker: hoisted
|
|
65
|
+
blockExoticSubdeps: true
|
|
66
|
+
|
|
67
|
+
overrides:
|
|
68
|
+
"@anthropic-ai/sdk": 0.98.0
|
|
69
|
+
"@aws-sdk/core": 3.974.13
|
|
70
|
+
"@aws-sdk/xml-builder": 3.972.25
|
|
71
|
+
hono: 4.12.18
|
|
72
|
+
"@hono/node-server": 1.19.14
|
|
73
|
+
axios: 1.16.0
|
|
74
|
+
fast-uri: 3.1.2
|
|
75
|
+
follow-redirects: 1.16.0
|
|
76
|
+
defu: 6.1.5
|
|
77
|
+
fast-xml-parser: 5.7.0
|
|
78
|
+
request: "npm:@cypress/request@3.0.10"
|
|
79
|
+
request-promise: "npm:@cypress/request-promise@5.0.0"
|
|
80
|
+
basic-ftp: 6.0.1
|
|
81
|
+
file-type: 22.0.1
|
|
82
|
+
form-data: 2.5.4
|
|
83
|
+
ip-address: 10.2.0
|
|
84
|
+
minimatch: 10.2.5
|
|
85
|
+
path-to-regexp: 8.4.0
|
|
86
|
+
qs: 6.15.2
|
|
87
|
+
node-domexception: "npm:@nolyfill/domexception@1.0.28"
|
|
88
|
+
typebox: 1.1.38
|
|
89
|
+
tar: 7.5.15
|
|
90
|
+
tough-cookie: 4.1.3
|
|
91
|
+
yauzl: 3.2.1
|
|
92
|
+
protobufjs: 8.4.0
|
|
93
|
+
uuid: 14.0.0
|
|
94
|
+
|
|
95
|
+
allowBuilds:
|
|
96
|
+
"@openclaw/fs-safe": true
|
|
97
|
+
"@google/genai": true
|
|
98
|
+
"@lydell/node-pty": true
|
|
99
|
+
"@matrix-org/matrix-sdk-crypto-nodejs": true
|
|
100
|
+
"@tloncorp/api": true
|
|
101
|
+
"@tloncorp/tlon-skill": true
|
|
102
|
+
baileys: true
|
|
103
|
+
authenticate-pam: true
|
|
104
|
+
"@discordjs/opus": false
|
|
105
|
+
esbuild: true
|
|
106
|
+
koffi: false
|
|
107
|
+
node-llama-cpp: true
|
|
108
|
+
protobufjs: true
|
|
109
|
+
tree-sitter-bash: false
|
|
110
|
+
openclaw: true
|
|
111
|
+
"@openclaw/proxyline": true
|
|
112
|
+
clawpdf: true
|
|
113
|
+
rastermill: true
|
|
114
|
+
|
|
115
|
+
packageExtensions:
|
|
116
|
+
baileys:
|
|
117
|
+
peerDependenciesMeta:
|
|
118
|
+
sharp:
|
|
119
|
+
optional: true
|
|
120
|
+
|
|
121
|
+
patchedDependencies: {}
|