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
|
@@ -25,6 +25,9 @@
|
|
|
25
25
|
"inputSchema": {
|
|
26
26
|
"type": "object",
|
|
27
27
|
"properties": {
|
|
28
|
+
"_stripeAccount": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
28
31
|
"name": {
|
|
29
32
|
"type": "string",
|
|
30
33
|
"minLength": 1
|
|
@@ -42,6 +45,66 @@
|
|
|
42
45
|
"type": "string"
|
|
43
46
|
},
|
|
44
47
|
"additionalProperties": {}
|
|
48
|
+
},
|
|
49
|
+
"address": {
|
|
50
|
+
"type": "object",
|
|
51
|
+
"properties": {
|
|
52
|
+
"city": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"country": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
"line1": {
|
|
59
|
+
"type": "string"
|
|
60
|
+
},
|
|
61
|
+
"line2": {
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
"postal_code": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"state": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"additionalProperties": false
|
|
72
|
+
},
|
|
73
|
+
"shipping": {
|
|
74
|
+
"type": "object",
|
|
75
|
+
"properties": {
|
|
76
|
+
"address": {
|
|
77
|
+
"type": "object",
|
|
78
|
+
"properties": {
|
|
79
|
+
"city": {
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
"country": {
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
85
|
+
"line1": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"line2": {
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"postal_code": {
|
|
92
|
+
"type": "string"
|
|
93
|
+
},
|
|
94
|
+
"state": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"additionalProperties": false
|
|
99
|
+
},
|
|
100
|
+
"name": {
|
|
101
|
+
"type": "string"
|
|
102
|
+
},
|
|
103
|
+
"phone": {
|
|
104
|
+
"type": "string"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"additionalProperties": false
|
|
45
108
|
}
|
|
46
109
|
},
|
|
47
110
|
"additionalProperties": false
|
|
@@ -760,6 +823,9 @@
|
|
|
760
823
|
"inputSchema": {
|
|
761
824
|
"type": "object",
|
|
762
825
|
"properties": {
|
|
826
|
+
"_stripeAccount": {
|
|
827
|
+
"type": "string"
|
|
828
|
+
},
|
|
763
829
|
"customer_id": {
|
|
764
830
|
"type": "string"
|
|
765
831
|
}
|
|
@@ -777,6 +843,9 @@
|
|
|
777
843
|
"inputSchema": {
|
|
778
844
|
"type": "object",
|
|
779
845
|
"properties": {
|
|
846
|
+
"_stripeAccount": {
|
|
847
|
+
"type": "string"
|
|
848
|
+
},
|
|
780
849
|
"customer_id": {
|
|
781
850
|
"type": "string"
|
|
782
851
|
},
|
|
@@ -839,6 +908,42 @@
|
|
|
839
908
|
},
|
|
840
909
|
"additionalProperties": false
|
|
841
910
|
},
|
|
911
|
+
"shipping": {
|
|
912
|
+
"type": "object",
|
|
913
|
+
"properties": {
|
|
914
|
+
"address": {
|
|
915
|
+
"type": "object",
|
|
916
|
+
"properties": {
|
|
917
|
+
"city": {
|
|
918
|
+
"type": "string"
|
|
919
|
+
},
|
|
920
|
+
"country": {
|
|
921
|
+
"type": "string"
|
|
922
|
+
},
|
|
923
|
+
"line1": {
|
|
924
|
+
"type": "string"
|
|
925
|
+
},
|
|
926
|
+
"line2": {
|
|
927
|
+
"type": "string"
|
|
928
|
+
},
|
|
929
|
+
"postal_code": {
|
|
930
|
+
"type": "string"
|
|
931
|
+
},
|
|
932
|
+
"state": {
|
|
933
|
+
"type": "string"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
"additionalProperties": false
|
|
937
|
+
},
|
|
938
|
+
"name": {
|
|
939
|
+
"type": "string"
|
|
940
|
+
},
|
|
941
|
+
"phone": {
|
|
942
|
+
"type": "string"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"additionalProperties": false
|
|
946
|
+
},
|
|
842
947
|
"default_payment_method": {
|
|
843
948
|
"type": "string"
|
|
844
949
|
}
|
|
@@ -856,6 +961,9 @@
|
|
|
856
961
|
"inputSchema": {
|
|
857
962
|
"type": "object",
|
|
858
963
|
"properties": {
|
|
964
|
+
"_stripeAccount": {
|
|
965
|
+
"type": "string"
|
|
966
|
+
},
|
|
859
967
|
"customer_id": {
|
|
860
968
|
"type": "string"
|
|
861
969
|
}
|
|
@@ -9904,6 +10012,9 @@
|
|
|
9904
10012
|
"properties": {
|
|
9905
10013
|
"location": {
|
|
9906
10014
|
"type": "string"
|
|
10015
|
+
},
|
|
10016
|
+
"_stripeAccount": {
|
|
10017
|
+
"type": "string"
|
|
9907
10018
|
}
|
|
9908
10019
|
},
|
|
9909
10020
|
"additionalProperties": false
|
|
@@ -14718,6 +14829,9 @@
|
|
|
14718
14829
|
},
|
|
14719
14830
|
"return_url": {
|
|
14720
14831
|
"type": "string"
|
|
14832
|
+
},
|
|
14833
|
+
"_stripeAccount": {
|
|
14834
|
+
"type": "string"
|
|
14721
14835
|
}
|
|
14722
14836
|
},
|
|
14723
14837
|
"required": [
|