@wowok/agent-mcp 2.2.13 → 2.2.14
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/dist/index.js +42 -98
- package/dist/schema-query/index.d.ts +29 -0
- package/dist/schema-query/index.js +149 -0
- package/dist/schemas/account_operation.schema.json +255 -0
- package/dist/schemas/guard2file.schema.json +71 -0
- package/dist/schemas/index.json +139 -0
- package/dist/schemas/local_info_operation.schema.json +142 -0
- package/dist/schemas/local_mark_operation.schema.json +119 -0
- package/dist/schemas/machineNode2file.schema.json +71 -0
- package/dist/schemas/messenger_operation.schema.json +1393 -0
- package/dist/schemas/onchain_events.schema.json +113 -0
- package/dist/schemas/onchain_operations.schema.json +376 -0
- package/dist/schemas/onchain_operations_allocation.schema.json +914 -0
- package/dist/schemas/onchain_operations_arbitration.schema.json +1166 -0
- package/dist/schemas/onchain_operations_contact.schema.json +853 -0
- package/dist/schemas/onchain_operations_demand.schema.json +984 -0
- package/dist/schemas/onchain_operations_gen_passport.schema.json +1141 -0
- package/dist/schemas/onchain_operations_guard.schema.json +713 -0
- package/dist/schemas/onchain_operations_machine.schema.json +1347 -0
- package/dist/schemas/onchain_operations_order.schema.json +830 -0
- package/dist/schemas/onchain_operations_payment.schema.json +717 -0
- package/dist/schemas/onchain_operations_permission.schema.json +1088 -0
- package/dist/schemas/onchain_operations_personal.schema.json +1282 -0
- package/dist/schemas/onchain_operations_progress.schema.json +751 -0
- package/dist/schemas/onchain_operations_repository.schema.json +1572 -0
- package/dist/schemas/onchain_operations_reward.schema.json +955 -0
- package/dist/schemas/onchain_operations_service.schema.json +1411 -0
- package/dist/schemas/onchain_operations_treasury.schema.json +1155 -0
- package/dist/schemas/onchain_table_data.schema.json +35 -0
- package/dist/schemas/operations/guard.json +163 -0
- package/dist/schemas/operations/permission.json +22 -0
- package/dist/schemas/query_toolkit.schema.json +32 -0
- package/dist/schemas/schema_query.schema.json +33 -0
- package/dist/schemas/wip_file.schema.json +27 -0
- package/dist/schemas/wowok_buildin_info.schema.json +487 -0
- package/package.json +7 -5
- package/dist/docs/index.d.ts +0 -3
- package/dist/docs/index.js +0 -2
- package/dist/docs/loader.d.ts +0 -12
- package/dist/docs/loader.js +0 -177
- package/dist/docs/search.d.ts +0 -17
- package/dist/docs/search.js +0 -325
- package/dist/docs/types.d.ts +0 -55
- package/dist/docs/types.js +0 -1
- package/docs/README.md +0 -249
- package/docs/WIP.md +0 -388
- package/docs/WTS.md +0 -536
- package/docs/docs/account.md +0 -914
- package/docs/docs/allocation.md +0 -635
- package/docs/docs/arbitration.md +0 -1804
- package/docs/docs/arbitration_state_machine.md +0 -270
- package/docs/docs/contact.md +0 -709
- package/docs/docs/demand.md +0 -948
- package/docs/docs/guard.md +0 -1465
- package/docs/docs/localinfo.md +0 -432
- package/docs/docs/localmark.md +0 -583
- package/docs/docs/machine.md +0 -2490
- package/docs/docs/messenger.md +0 -2098
- package/docs/docs/onchain_events.md +0 -267
- package/docs/docs/order.md +0 -1001
- package/docs/docs/payment.md +0 -512
- package/docs/docs/permission.md +0 -1438
- package/docs/docs/personal.md +0 -742
- package/docs/docs/progress.md +0 -1748
- package/docs/docs/query.md +0 -467
- package/docs/docs/repository.md +0 -1043
- package/docs/docs/reward.md +0 -833
- package/docs/docs/service.md +0 -2130
- package/docs/docs/stage-01-introduction.md +0 -243
- package/docs/docs/stage-02-trust.md +0 -302
- package/docs/docs/stage-03-collaboration.md +0 -337
- package/docs/docs/stage-04-transaction.md +0 -277
- package/docs/docs/stage-05-business.md +0 -151
- package/docs/docs/stage-06-personal.md +0 -203
- package/docs/docs/stage-07-query.md +0 -572
- package/docs/docs/stage-08-examples.md +0 -184
- package/docs/docs/treasury.md +0 -1149
- package/docs/docs/wowok_buildin_info.md +0 -740
- package/docs/examples/Insurance/Insurance.md +0 -594
- package/docs/examples/Insurance/Insurance_TestResults.md +0 -481
- package/docs/examples/Insurance/insurance_complete_guard_v1.json +0 -50
- package/docs/examples/MyShop/MyShop.md +0 -1353
- package/docs/examples/MyShop/MyShop_TestResults.md +0 -1003
- package/docs/examples/MyShop_Advanced/MyShop_Advanced.md +0 -1898
- package/docs/examples/MyShop_Advanced/MyShop_Advanced_MerchantSystem_TestResults.md +0 -1297
- package/docs/examples/MyShop_Advanced/MyShop_Advanced_OrderFlow_TestResults.md +0 -743
- package/docs/examples/MyShop_Advanced/machine_nodes.json +0 -222
- package/docs/examples/ThreeBody_Signature/ThreeBody_Signature.md +0 -776
- package/docs/examples/ThreeBody_Signature/ThreeBody_Signature_TestResults.md +0 -599
- package/docs/examples/Travel/Travel.md +0 -1157
- package/docs/examples/Travel/Travel_TestResults.md +0 -743
- package/docs/examples/Travel/calc-weather-timestamps.js +0 -8
- package/docs/examples/Travel/travel_machine_v2_export.json +0 -104
- package/docs/examples/Travel/weather_check_guard_v1.json +0 -51
- package/docs/skills/WOWOK.md +0 -650
- package/docs/skills/onchain_operations/_common.md +0 -406
- package/docs/skills/onchain_operations/_index.md +0 -196
- package/docs/skills/onchain_operations/allocation.md +0 -28
- package/docs/skills/onchain_operations/arbitration.md +0 -106
- package/docs/skills/onchain_operations/contact.md +0 -40
- package/docs/skills/onchain_operations/demand.md +0 -53
- package/docs/skills/onchain_operations/gen_passport.md +0 -23
- package/docs/skills/onchain_operations/guard.md +0 -56
- package/docs/skills/onchain_operations/machine.md +0 -89
- package/docs/skills/onchain_operations/order.md +0 -56
- package/docs/skills/onchain_operations/payment.md +0 -24
- package/docs/skills/onchain_operations/permission.md +0 -68
- package/docs/skills/onchain_operations/personal.md +0 -58
- package/docs/skills/onchain_operations/progress.md +0 -38
- package/docs/skills/onchain_operations/repository.md +0 -70
- package/docs/skills/onchain_operations/reward.md +0 -38
- package/docs/skills/onchain_operations/service.md +0 -78
- package/docs/skills/onchain_operations/treasury.md +0 -68
- package/docs/skills/schema-account_operation.md +0 -402
- package/docs/skills/schema-guard2file.md +0 -153
- package/docs/skills/schema-local_info_operation.md +0 -160
- package/docs/skills/schema-local_mark_operation.md +0 -148
- package/docs/skills/schema-machineNode2file.md +0 -155
- package/docs/skills/schema-messenger_operation.md +0 -547
- package/docs/skills/schema-onchain_events.md +0 -201
- package/docs/skills/schema-onchain_table_data.md +0 -334
- package/docs/skills/schema-query_toolkit.md +0 -395
- package/docs/skills/schema-wip_file.md +0 -240
- package/docs/skills/schema-wowok_buildin_info.md +0 -296
- package/docs/wip-examples/three_body.html +0 -57
- package/docs/wip-examples/three_body.wip +0 -30
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "Ice Scooting",
|
|
4
|
-
"pairs": [
|
|
5
|
-
{
|
|
6
|
-
"prev_node": "SPA",
|
|
7
|
-
"threshold": 1,
|
|
8
|
-
"forwards": [
|
|
9
|
-
{
|
|
10
|
-
"name": "complete_trip",
|
|
11
|
-
"weight": 1,
|
|
12
|
-
"namedOperator": null,
|
|
13
|
-
"permissionIndex": 1003,
|
|
14
|
-
"guard": {
|
|
15
|
-
"guard": "0xe00d9482b61fd7e7a4782f43d678a9fb19bd101737de92e453559b5e09565b51",
|
|
16
|
-
"retained_submission": []
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "cancel_trip",
|
|
21
|
-
"weight": 1,
|
|
22
|
-
"namedOperator": null,
|
|
23
|
-
"permissionIndex": 1004,
|
|
24
|
-
"guard": {
|
|
25
|
-
"guard": "0x831cb9cfe91f81cdcedef7811f4e9b48023cf95d25887c9639615613191e6595",
|
|
26
|
-
"retained_submission": []
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
]
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "Start",
|
|
35
|
-
"pairs": [
|
|
36
|
-
{
|
|
37
|
-
"prev_node": "",
|
|
38
|
-
"threshold": 0,
|
|
39
|
-
"forwards": [
|
|
40
|
-
{
|
|
41
|
-
"name": "buy_insurance",
|
|
42
|
-
"weight": 1,
|
|
43
|
-
"namedOperator": null,
|
|
44
|
-
"permissionIndex": 1000
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "Buy Insurance",
|
|
52
|
-
"pairs": [
|
|
53
|
-
{
|
|
54
|
-
"prev_node": "Start",
|
|
55
|
-
"threshold": 1,
|
|
56
|
-
"forwards": [
|
|
57
|
-
{
|
|
58
|
-
"name": "go_ice_scooting",
|
|
59
|
-
"weight": 1,
|
|
60
|
-
"namedOperator": null,
|
|
61
|
-
"permissionIndex": 1001
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
}
|
|
65
|
-
]
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "Cancel",
|
|
69
|
-
"pairs": [
|
|
70
|
-
{
|
|
71
|
-
"prev_node": "Ice Scooting",
|
|
72
|
-
"threshold": 1,
|
|
73
|
-
"forwards": []
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "Complete",
|
|
79
|
-
"pairs": [
|
|
80
|
-
{
|
|
81
|
-
"prev_node": "Ice Scooting",
|
|
82
|
-
"threshold": 1,
|
|
83
|
-
"forwards": []
|
|
84
|
-
}
|
|
85
|
-
]
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "SPA",
|
|
89
|
-
"pairs": [
|
|
90
|
-
{
|
|
91
|
-
"prev_node": "Buy Insurance",
|
|
92
|
-
"threshold": 1,
|
|
93
|
-
"forwards": [
|
|
94
|
-
{
|
|
95
|
-
"name": "go_ice_scooting",
|
|
96
|
-
"weight": 1,
|
|
97
|
-
"namedOperator": null,
|
|
98
|
-
"permissionIndex": 1002
|
|
99
|
-
}
|
|
100
|
-
]
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
}
|
|
104
|
-
]
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"namedNew": {
|
|
3
|
-
"name": "weather_check_guard_v1",
|
|
4
|
-
"tags": ["weather", "check", "travel"],
|
|
5
|
-
"replaceExistName": true
|
|
6
|
-
},
|
|
7
|
-
"description": "Weather check guard for ice scooting activity. Checks if weather data exists for the activity date.",
|
|
8
|
-
"table": [
|
|
9
|
-
{
|
|
10
|
-
"identifier": 0,
|
|
11
|
-
"b_submission": false,
|
|
12
|
-
"value_type": "Address",
|
|
13
|
-
"value": "weather_repo_v2",
|
|
14
|
-
"name": "Weather Repository address"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"identifier": 1,
|
|
18
|
-
"b_submission": false,
|
|
19
|
-
"value_type": "String",
|
|
20
|
-
"value": "Condition",
|
|
21
|
-
"name": "Repository policy name"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"identifier": 2,
|
|
25
|
-
"b_submission": true,
|
|
26
|
-
"value_type": "U64",
|
|
27
|
-
"value": 0,
|
|
28
|
-
"name": "Activity date timestamp (submitted at runtime)"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"root": {
|
|
32
|
-
"type": "query",
|
|
33
|
-
"query": 1166,
|
|
34
|
-
"object": {
|
|
35
|
-
"identifier": 0
|
|
36
|
-
},
|
|
37
|
-
"parameters": [
|
|
38
|
-
{
|
|
39
|
-
"type": "identifier",
|
|
40
|
-
"identifier": 1
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"type": "convert_number_address",
|
|
44
|
-
"node": {
|
|
45
|
-
"type": "identifier",
|
|
46
|
-
"identifier": 2
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
}
|