archal 0.9.20 → 0.10.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 +59 -159
- package/agents/openclaw/Dockerfile +2 -1
- package/agents/openclaw/README.md +10 -17
- package/agents/openclaw/drive.mjs +21 -31
- package/agents/openclaw/extract-openclaw-response-text.mjs +49 -0
- package/agents/openclaw/scenarios/acceptance/github-escalation-and-cleanup.md +43 -0
- package/agents/openclaw/scenarios/acceptance/jira-linear-release-triage.md +39 -0
- package/agents/openclaw/scenarios/acceptance/multi-clone-customer-risk-review.md +45 -0
- package/agents/openclaw/scenarios/acceptance/slack-incident-handoff.md +42 -0
- package/agents/openclaw/scenarios/acceptance/stripe-dunning-remediation.md +40 -0
- package/agents/openclaw/scenarios/close-stale-issues.md +35 -0
- package/agents/openclaw/workspace/TOOLS.md +19 -0
- package/clone-assets/calcom/tools.json +1705 -153
- package/clone-assets/clickup/tools.json +2528 -541
- package/clone-assets/customerio/tools.json +2108 -144
- package/clone-assets/github/tools.json +1 -2
- package/clone-assets/gitlab/tools.json +10087 -398
- package/clone-assets/hubspot/tools.json +198 -0
- package/clone-assets/linear/tools.json +41 -1
- package/clone-assets/sentry/tools.json +2264 -188
- package/clone-assets/stripe/tools.json +114 -0
- package/clone-assets/webflow/tools.json +1895 -125
- package/dist/{autoloop-worker-types-BEb_E44z.d.cts → autoloop-worker-types-CHaclqtD.d.cts} +23 -59
- package/dist/cli.cjs +107175 -126959
- package/dist/commands/{autoloop-hosted-worker.cjs → autoloop-hosted-control-plane-client.cjs} +25657 -42736
- package/dist/commands/{autoloop-hosted-worker.d.cts → autoloop-hosted-control-plane-client.d.cts} +32 -42
- package/dist/commands/autoloop-pr-verification.cjs +607 -522
- package/dist/commands/autoloop-pr-verification.d.cts +3 -1
- package/dist/commands/autoloop-result-parser.cjs +2474 -2373
- package/dist/commands/autoloop-result-parser.d.cts +159 -2
- package/dist/commands/autoloop-worker.cjs +14565 -12240
- package/dist/commands/autoloop-worker.d.cts +10 -5
- package/dist/eval-shim.mjs +216 -0
- package/dist/index.cjs +15 -2
- package/dist/index.d.cts +3 -1
- package/dist/layer-1-ziaLpfLr.d.cts +62 -0
- package/dist/metafile-cjs.json +1 -0
- package/dist/reporter-entry.js +3 -0
- package/dist/{replay.cjs → sdk/index.cjs} +42979 -40973
- package/dist/sdk/index.d.cts +626 -0
- package/dist/vitest/{chunk-6CBYFCFK.js → chunk-2PDHTPZC.js} +289 -89
- package/dist/vitest/{chunk-ARVS45PP.js → chunk-7L4BBB6M.js} +123 -274
- package/dist/vitest/index.cjs +500 -816
- package/dist/vitest/index.d.ts +16 -81
- package/dist/vitest/index.js +40 -409
- package/dist/vitest/runtime/hosted-session-reaper.cjs +143 -293
- package/dist/vitest/runtime/hosted-session-reaper.js +1 -1
- package/dist/vitest/runtime/setup-files.js +2 -2
- package/manifest.json +9 -0
- package/package.json +14 -13
- package/skills/archal-agent/SKILL.md +0 -1
- package/skills/autoloop/SKILL.md +288 -273
- package/skills/autoloop/references/hosted-sources.md +49 -17
- package/skills/autoloop/references/trace-schema-mapping.md +83 -52
- package/skills/eval/SKILL.md +16 -48
- package/skills/free-account/SKILL.md +103 -0
- package/skills/install-agent/SKILL.md +16 -35
- package/skills/onboard/SKILL.md +13 -70
- package/skills/scenario/SKILL.md +30 -27
- package/skills/seed/SKILL.md +7 -6
- package/skills/vitest/SKILL.md +3 -2
- package/agents/github-octokit/.archal.json +0 -8
- package/agents/github-octokit/Dockerfile +0 -8
- package/agents/github-octokit/README.md +0 -113
- package/agents/github-octokit/agent.mjs +0 -54
- package/agents/github-octokit/package.json +0 -9
- package/agents/github-octokit/scenarios/test-repo-access.md +0 -27
- package/agents/google-workspace-local-tools/Dockerfile +0 -6
- package/agents/google-workspace-local-tools/README.md +0 -58
- package/agents/google-workspace-local-tools/agent.mjs +0 -196
- package/agents/google-workspace-local-tools/archal-harness.json +0 -7
- package/agents/google-workspace-local-tools/run-input.yaml +0 -16
- package/agents/google-workspace-local-tools/scenario.md +0 -29
- package/agents/hermes/.archal.json +0 -8
- package/agents/hermes/Dockerfile +0 -46
- package/agents/hermes/README.md +0 -87
- package/agents/hermes/SOUL.md +0 -27
- package/agents/hermes/config.yaml +0 -34
- package/agents/hermes/drive.mjs +0 -113
- package/agents/hermes/scenarios/stripe-customers-read-only.md +0 -32
- package/agents/pagination-test/README.md +0 -24
- package/agents/pagination-test/scenario.md +0 -24
- package/agents/replay-capsule-harness/README.md +0 -29
- package/agents/replay-capsule-harness/observability-install-offline-e2e.mts +0 -1517
- package/agents/replay-capsule-harness/replay-capsule-e2e.mjs +0 -104
- package/dist/harness.cjs +0 -63
- package/dist/harness.d.cts +0 -20
- package/dist/replay.d.cts +0 -4625
- package/dist/scenarios.cjs +0 -80343
- package/dist/scenarios.d.cts +0 -562
|
@@ -14,6 +14,198 @@
|
|
|
14
14
|
"readOnlyHint": true
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
+
{
|
|
18
|
+
"name": "hubspot-create-engagement",
|
|
19
|
+
"description": "Create a HubSpot engagement.",
|
|
20
|
+
"inputSchema": {
|
|
21
|
+
"type": "object",
|
|
22
|
+
"properties": {
|
|
23
|
+
"type": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"enum": [
|
|
26
|
+
"NOTE",
|
|
27
|
+
"TASK"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"ownerId": {
|
|
31
|
+
"type": "integer",
|
|
32
|
+
"exclusiveMinimum": 0,
|
|
33
|
+
"maximum": 9007199254740991
|
|
34
|
+
},
|
|
35
|
+
"timestamp": {
|
|
36
|
+
"type": "integer",
|
|
37
|
+
"minimum": -9007199254740991,
|
|
38
|
+
"maximum": 9007199254740991
|
|
39
|
+
},
|
|
40
|
+
"associations": {
|
|
41
|
+
"type": "object",
|
|
42
|
+
"properties": {
|
|
43
|
+
"contactIds": {
|
|
44
|
+
"type": "array",
|
|
45
|
+
"items": {
|
|
46
|
+
"type": "integer",
|
|
47
|
+
"exclusiveMinimum": 0,
|
|
48
|
+
"maximum": 9007199254740991
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"companyIds": {
|
|
52
|
+
"type": "array",
|
|
53
|
+
"items": {
|
|
54
|
+
"type": "integer",
|
|
55
|
+
"exclusiveMinimum": 0,
|
|
56
|
+
"maximum": 9007199254740991
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"dealIds": {
|
|
60
|
+
"type": "array",
|
|
61
|
+
"items": {
|
|
62
|
+
"type": "integer",
|
|
63
|
+
"exclusiveMinimum": 0,
|
|
64
|
+
"maximum": 9007199254740991
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"ownerIds": {
|
|
68
|
+
"type": "array",
|
|
69
|
+
"items": {
|
|
70
|
+
"type": "integer",
|
|
71
|
+
"exclusiveMinimum": 0,
|
|
72
|
+
"maximum": 9007199254740991
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"ticketIds": {
|
|
76
|
+
"type": "array",
|
|
77
|
+
"items": {
|
|
78
|
+
"type": "integer",
|
|
79
|
+
"exclusiveMinimum": 0,
|
|
80
|
+
"maximum": 9007199254740991
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"additionalProperties": false
|
|
85
|
+
},
|
|
86
|
+
"metadata": {
|
|
87
|
+
"type": "object",
|
|
88
|
+
"propertyNames": {
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"additionalProperties": {}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"required": [
|
|
95
|
+
"type",
|
|
96
|
+
"ownerId",
|
|
97
|
+
"associations",
|
|
98
|
+
"metadata"
|
|
99
|
+
],
|
|
100
|
+
"additionalProperties": false
|
|
101
|
+
},
|
|
102
|
+
"hidden": false
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "hubspot-get-engagement",
|
|
106
|
+
"description": "Get a HubSpot engagement.",
|
|
107
|
+
"inputSchema": {
|
|
108
|
+
"type": "object",
|
|
109
|
+
"properties": {
|
|
110
|
+
"engagementId": {
|
|
111
|
+
"type": "integer",
|
|
112
|
+
"exclusiveMinimum": 0,
|
|
113
|
+
"maximum": 9007199254740991
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"required": [
|
|
117
|
+
"engagementId"
|
|
118
|
+
],
|
|
119
|
+
"additionalProperties": false
|
|
120
|
+
},
|
|
121
|
+
"hidden": false,
|
|
122
|
+
"annotations": {
|
|
123
|
+
"readOnlyHint": true
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "hubspot-update-engagement",
|
|
128
|
+
"description": "Update a HubSpot engagement.",
|
|
129
|
+
"inputSchema": {
|
|
130
|
+
"type": "object",
|
|
131
|
+
"properties": {
|
|
132
|
+
"engagementId": {
|
|
133
|
+
"type": "integer",
|
|
134
|
+
"exclusiveMinimum": 0,
|
|
135
|
+
"maximum": 9007199254740991
|
|
136
|
+
},
|
|
137
|
+
"ownerId": {
|
|
138
|
+
"type": "integer",
|
|
139
|
+
"exclusiveMinimum": 0,
|
|
140
|
+
"maximum": 9007199254740991
|
|
141
|
+
},
|
|
142
|
+
"timestamp": {
|
|
143
|
+
"type": "integer",
|
|
144
|
+
"minimum": -9007199254740991,
|
|
145
|
+
"maximum": 9007199254740991
|
|
146
|
+
},
|
|
147
|
+
"metadata": {
|
|
148
|
+
"type": "object",
|
|
149
|
+
"propertyNames": {
|
|
150
|
+
"type": "string"
|
|
151
|
+
},
|
|
152
|
+
"additionalProperties": {}
|
|
153
|
+
},
|
|
154
|
+
"associations": {
|
|
155
|
+
"type": "object",
|
|
156
|
+
"properties": {
|
|
157
|
+
"contactIds": {
|
|
158
|
+
"type": "array",
|
|
159
|
+
"items": {
|
|
160
|
+
"type": "integer",
|
|
161
|
+
"exclusiveMinimum": 0,
|
|
162
|
+
"maximum": 9007199254740991
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"companyIds": {
|
|
166
|
+
"type": "array",
|
|
167
|
+
"items": {
|
|
168
|
+
"type": "integer",
|
|
169
|
+
"exclusiveMinimum": 0,
|
|
170
|
+
"maximum": 9007199254740991
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"dealIds": {
|
|
174
|
+
"type": "array",
|
|
175
|
+
"items": {
|
|
176
|
+
"type": "integer",
|
|
177
|
+
"exclusiveMinimum": 0,
|
|
178
|
+
"maximum": 9007199254740991
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"ownerIds": {
|
|
182
|
+
"type": "array",
|
|
183
|
+
"items": {
|
|
184
|
+
"type": "integer",
|
|
185
|
+
"exclusiveMinimum": 0,
|
|
186
|
+
"maximum": 9007199254740991
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"ticketIds": {
|
|
190
|
+
"type": "array",
|
|
191
|
+
"items": {
|
|
192
|
+
"type": "integer",
|
|
193
|
+
"exclusiveMinimum": 0,
|
|
194
|
+
"maximum": 9007199254740991
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"additionalProperties": false
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
"required": [
|
|
202
|
+
"engagementId",
|
|
203
|
+
"metadata"
|
|
204
|
+
],
|
|
205
|
+
"additionalProperties": false
|
|
206
|
+
},
|
|
207
|
+
"hidden": false
|
|
208
|
+
},
|
|
17
209
|
{
|
|
18
210
|
"name": "hubspot-get-user-details",
|
|
19
211
|
"description": "Authenticate and analyze the current HubSpot access token.",
|
|
@@ -429,6 +621,9 @@
|
|
|
429
621
|
"type": "string"
|
|
430
622
|
}
|
|
431
623
|
},
|
|
624
|
+
"idProperty": {
|
|
625
|
+
"type": "string"
|
|
626
|
+
},
|
|
432
627
|
"body": {
|
|
433
628
|
"type": "object",
|
|
434
629
|
"properties": {
|
|
@@ -459,6 +654,9 @@
|
|
|
459
654
|
"items": {
|
|
460
655
|
"type": "string"
|
|
461
656
|
}
|
|
657
|
+
},
|
|
658
|
+
"idProperty": {
|
|
659
|
+
"type": "string"
|
|
462
660
|
}
|
|
463
661
|
},
|
|
464
662
|
"required": [
|
|
@@ -1520,7 +1520,7 @@
|
|
|
1520
1520
|
],
|
|
1521
1521
|
"additionalProperties": false
|
|
1522
1522
|
},
|
|
1523
|
-
"hidden":
|
|
1523
|
+
"hidden": false
|
|
1524
1524
|
},
|
|
1525
1525
|
{
|
|
1526
1526
|
"name": "linear_getProject",
|
|
@@ -4581,6 +4581,46 @@
|
|
|
4581
4581
|
},
|
|
4582
4582
|
"hidden": true
|
|
4583
4583
|
},
|
|
4584
|
+
{
|
|
4585
|
+
"name": "linear_getReleases",
|
|
4586
|
+
"description": "Get releases from Linear",
|
|
4587
|
+
"inputSchema": {
|
|
4588
|
+
"type": "object",
|
|
4589
|
+
"properties": {
|
|
4590
|
+
"query": {
|
|
4591
|
+
"type": "string"
|
|
4592
|
+
},
|
|
4593
|
+
"teamId": {
|
|
4594
|
+
"type": "string"
|
|
4595
|
+
},
|
|
4596
|
+
"limit": {
|
|
4597
|
+
"type": "number"
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4600
|
+
"required": [
|
|
4601
|
+
"query"
|
|
4602
|
+
],
|
|
4603
|
+
"additionalProperties": false
|
|
4604
|
+
},
|
|
4605
|
+
"hidden": false
|
|
4606
|
+
},
|
|
4607
|
+
{
|
|
4608
|
+
"name": "linear_getReleaseNotes",
|
|
4609
|
+
"description": "Get release notes for a release",
|
|
4610
|
+
"inputSchema": {
|
|
4611
|
+
"type": "object",
|
|
4612
|
+
"properties": {
|
|
4613
|
+
"releaseId": {
|
|
4614
|
+
"type": "string"
|
|
4615
|
+
}
|
|
4616
|
+
},
|
|
4617
|
+
"required": [
|
|
4618
|
+
"releaseId"
|
|
4619
|
+
],
|
|
4620
|
+
"additionalProperties": false
|
|
4621
|
+
},
|
|
4622
|
+
"hidden": false
|
|
4623
|
+
},
|
|
4584
4624
|
{
|
|
4585
4625
|
"name": "linear_updateRelease",
|
|
4586
4626
|
"description": "Update a release",
|