wayfinder-paths 0.1.30__py3-none-any.whl → 0.1.31__py3-none-any.whl

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.

Potentially problematic release.


This version of wayfinder-paths might be problematic. Click here for more details.

Files changed (32) hide show
  1. wayfinder_paths/adapters/hyperliquid_adapter/adapter.py +15 -1
  2. wayfinder_paths/adapters/hyperliquid_adapter/exchange.py +3 -3
  3. wayfinder_paths/adapters/hyperliquid_adapter/paired_filler.py +1 -1
  4. wayfinder_paths/adapters/hyperliquid_adapter/test_cancel_order.py +57 -0
  5. wayfinder_paths/adapters/hyperliquid_adapter/test_exchange_mid_prices.py +52 -0
  6. wayfinder_paths/adapters/hyperliquid_adapter/test_hyperliquid_sdk_live.py +64 -0
  7. wayfinder_paths/adapters/hyperliquid_adapter/util.py +9 -10
  8. wayfinder_paths/core/clients/PoolClient.py +1 -1
  9. wayfinder_paths/mcp/tools/execute.py +48 -16
  10. wayfinder_paths/mcp/tools/hyperliquid.py +1 -13
  11. wayfinder_paths/mcp/tools/quotes.py +42 -7
  12. wayfinder_paths/strategies/basis_trading_strategy/manifest.yaml +24 -0
  13. wayfinder_paths/strategies/basis_trading_strategy/strategy.py +248 -27
  14. wayfinder_paths/strategies/basis_trading_strategy/test_strategy.py +125 -15
  15. wayfinder_paths/strategies/hyperlend_stable_yield_strategy/manifest.yaml +29 -0
  16. wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/manifest.yaml +33 -0
  17. wayfinder_paths/strategies/stablecoin_yield_strategy/manifest.yaml +23 -0
  18. wayfinder_paths/tests/test_manifests.py +93 -0
  19. wayfinder_paths/tests/test_mcp_balances.py +73 -0
  20. wayfinder_paths/tests/test_mcp_discovery.py +34 -0
  21. wayfinder_paths/tests/test_mcp_execute.py +146 -0
  22. wayfinder_paths/tests/test_mcp_hyperliquid_execute.py +69 -0
  23. wayfinder_paths/tests/test_mcp_idempotency_store.py +14 -0
  24. wayfinder_paths/tests/test_mcp_quote_swap.py +60 -0
  25. wayfinder_paths/tests/test_mcp_run_script.py +47 -0
  26. wayfinder_paths/tests/test_mcp_tokens.py +49 -0
  27. wayfinder_paths/tests/test_mcp_utils.py +35 -0
  28. wayfinder_paths/tests/test_mcp_wallets.py +38 -0
  29. {wayfinder_paths-0.1.30.dist-info → wayfinder_paths-0.1.31.dist-info}/METADATA +2 -2
  30. {wayfinder_paths-0.1.30.dist-info → wayfinder_paths-0.1.31.dist-info}/RECORD +32 -15
  31. {wayfinder_paths-0.1.30.dist-info → wayfinder_paths-0.1.31.dist-info}/WHEEL +1 -1
  32. {wayfinder_paths-0.1.30.dist-info → wayfinder_paths-0.1.31.dist-info}/LICENSE +0 -0
@@ -25,17 +25,20 @@ wayfinder_paths/adapters/hyperlend_adapter/adapter.py,sha256=knEb5j1kNZvOeus-4gy
25
25
  wayfinder_paths/adapters/hyperlend_adapter/manifest.yaml,sha256=M0xfk0KPpILSo-XtFgwFKIy-HZHunzBnXakh6yU_R_I,238
26
26
  wayfinder_paths/adapters/hyperlend_adapter/test_adapter.py,sha256=QYpXpxSw-aG20DXPbNowPZs8Z9BnACa-OO8mc0EaR9I,13677
27
27
  wayfinder_paths/adapters/hyperliquid_adapter/__init__.py,sha256=8kOiGrmGvk8BR16wHxVo1qaWwAQSTQbkcJg0cW46RCE,288
28
- wayfinder_paths/adapters/hyperliquid_adapter/adapter.py,sha256=wtvssFgBAlxHwnMTmQWfmMgmX2TJZGPb3KWDu4S3FGM,45811
29
- wayfinder_paths/adapters/hyperliquid_adapter/exchange.py,sha256=SELWlB3LDxLXj5T7ChKqawYr20uKmpJF5J9cgJJhQzo,12545
28
+ wayfinder_paths/adapters/hyperliquid_adapter/adapter.py,sha256=OOpfj-VoIYOfsxFH-GftDk9KcNB-aUZyG5IqheC_C8c,46174
29
+ wayfinder_paths/adapters/hyperliquid_adapter/exchange.py,sha256=95EjnChCfetPWWfhajNsl6UcNn-PQShlevxOpK4ec8E,12534
30
30
  wayfinder_paths/adapters/hyperliquid_adapter/executor.py,sha256=PDF8oM99m7EVgij8scLYkdpvFsq_lrhTVeLYrP_5vfY,18372
31
31
  wayfinder_paths/adapters/hyperliquid_adapter/local_signer.py,sha256=OuUIFNYvN3_WyrvsVvGnvsOW97iiWJJnsdVBxCAulro,1637
32
32
  wayfinder_paths/adapters/hyperliquid_adapter/manifest.yaml,sha256=lwADwkooWOivqIUEAxiVTdHBYuchHyuQR8y40K_AUgw,315
33
- wayfinder_paths/adapters/hyperliquid_adapter/paired_filler.py,sha256=V_cIiNJYER6E3r8hYLTy1zR2YuO_GBKhn9rP5dkPaVs,35156
33
+ wayfinder_paths/adapters/hyperliquid_adapter/paired_filler.py,sha256=B7WeSjWqs1pjwE-CCY8rHW6MaWQsYG8js5iVvlq2Q_M,35151
34
34
  wayfinder_paths/adapters/hyperliquid_adapter/test_adapter.py,sha256=1oMMoHG6hNeq08Tcwtt4XYjEdGaO5Jc0daCPuKvMWPM,3784
35
35
  wayfinder_paths/adapters/hyperliquid_adapter/test_adapter_live.py,sha256=AuNfPrsd4TAJveYjOt4YhYk9vhhxJgin0STdEOTrqtY,5803
36
+ wayfinder_paths/adapters/hyperliquid_adapter/test_cancel_order.py,sha256=swFI3Iwi1-bNBgOInub-5uZ_P-wVP_Ke3DlNNM7VemE,2117
37
+ wayfinder_paths/adapters/hyperliquid_adapter/test_exchange_mid_prices.py,sha256=Mwik-5U0Q4OceeYeWbSnZKC6O4KIAIiVdZUMZiDvCmg,1423
36
38
  wayfinder_paths/adapters/hyperliquid_adapter/test_executor.py,sha256=9VzTGtGjjfUOt5dpahOFvttP2Oyla6tpQopmWANL89g,3525
39
+ wayfinder_paths/adapters/hyperliquid_adapter/test_hyperliquid_sdk_live.py,sha256=MTjVdCGEQ2ZvOVvebSdcFNWA28CgJ_QpZXR9SoRBcLw,2139
37
40
  wayfinder_paths/adapters/hyperliquid_adapter/test_utils.py,sha256=n2_vLEqwDTQDweiDW3an6K9ceTweJMT96oi56J5ebfs,5596
38
- wayfinder_paths/adapters/hyperliquid_adapter/util.py,sha256=f3LsIRNONSCcGVbZY7wd5-vPxsZpM5nEMYktnI79apA,8490
41
+ wayfinder_paths/adapters/hyperliquid_adapter/util.py,sha256=rwzsZ9USLSnWDK1vwAUh0IOC4qNQchimbWJrzlb-Y7Y,8515
39
42
  wayfinder_paths/adapters/hyperliquid_adapter/utils.py,sha256=J0UcXR60BHLj147qMZHocrcvIQ71GhGx90u3JDZ3gg8,3838
40
43
  wayfinder_paths/adapters/ledger_adapter/README.md,sha256=hxBXJg_wfH7gDTYqUL6yXkDARKTb1zdyYYIIxbvQMDQ,2574
41
44
  wayfinder_paths/adapters/ledger_adapter/__init__.py,sha256=CrFEf6_7I27g5CQPPOAFYzQvm33IpdkbQHCKiDdwiWk,64
@@ -84,7 +87,7 @@ wayfinder_paths/core/clients/BalanceClient.py,sha256=xR4Ux9Wy8Ou2dANLhSbrtABcCMI
84
87
  wayfinder_paths/core/clients/ClientManager.py,sha256=rNGGcqU9Y7gdnlkNlXtWUW2EB8W50I7i-sxQVc8IZT8,2179
85
88
  wayfinder_paths/core/clients/HyperlendClient.py,sha256=_10Hrbo3M4VbW3Nwlt1_rJMrz955u_AIanQotG0fwE8,5508
86
89
  wayfinder_paths/core/clients/LedgerClient.py,sha256=9PtXW2o_WZGfvu7wIwBuCPzXYex2B1rsMDN70tKgJeA,11713
87
- wayfinder_paths/core/clients/PoolClient.py,sha256=ij0aVwV73UiUndOmBrtpg1BhalSIr_Ab78pP7xQQHzY,4266
90
+ wayfinder_paths/core/clients/PoolClient.py,sha256=BHYBSlGzA4UcGX9eLMMJJks8ZjhWyIvkLmpvGuSCxWI,4263
88
91
  wayfinder_paths/core/clients/TokenClient.py,sha256=TRTKg4z0JFdNGjEaQ4UZlBAj1OS4eAyRwnEdUj2g5Yw,5008
89
92
  wayfinder_paths/core/clients/WayfinderClient.py,sha256=y7S535kakRP7pFqYEqUXygdW5hv-FMmtxds9ZL476jQ,3423
90
93
  wayfinder_paths/core/clients/__init__.py,sha256=Lx2hdR0j6obO47WWFk8MqIF_5DycAvw8M7-LTTBNLrY,1041
@@ -125,9 +128,9 @@ wayfinder_paths/mcp/test_scripting.py,sha256=X-Fyy3lkpqOQjU_g5G9OaAOeliVqOJmh3u_
125
128
  wayfinder_paths/mcp/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
129
  wayfinder_paths/mcp/tools/balances.py,sha256=7uypGrWGPiy9035_7jxTV9sdehdD2Brz2GqHrXHM6kI,6854
127
130
  wayfinder_paths/mcp/tools/discovery.py,sha256=FQPhQFvrft0zKoC_YgOC2byLe8zPdZcjG0ZIuoy2xHQ,2945
128
- wayfinder_paths/mcp/tools/execute.py,sha256=CSNgwAk_SMwGgtcWg3B4RGVHFe546GMYXF40tMVIDg8,27269
129
- wayfinder_paths/mcp/tools/hyperliquid.py,sha256=mUtjXGPVj5eEzq346cg76fGzcC2eZIsih2g1dvecYkg,31844
130
- wayfinder_paths/mcp/tools/quotes.py,sha256=Tb5NawCd3-KeQz02azfIfTfiYI7nIyKAlv--35GMS40,6016
131
+ wayfinder_paths/mcp/tools/execute.py,sha256=XjQDfKpXWvUDW7V7d6Mu_CsivcU6ytc6upr7FHYn0IE,28608
132
+ wayfinder_paths/mcp/tools/hyperliquid.py,sha256=PizwbhSxnVktXm0uO6CIxR_1A7Ft-yca1F2SP_QpS0w,31412
133
+ wayfinder_paths/mcp/tools/quotes.py,sha256=EoYa4L8F9hKgqqdfDTdc2sBI0ybP6DU-yVYraHRc76o,7153
131
134
  wayfinder_paths/mcp/tools/run_script.py,sha256=RF83GyhXZlXEIcK24vS9bHDDm8Q1scQktBrxWBp6WX8,7887
132
135
  wayfinder_paths/mcp/tools/strategies.py,sha256=WSqVWXjvrOsS9X4sffI42lUf2h4QWRWjRQ0t9aHSifQ,6746
133
136
  wayfinder_paths/mcp/tools/tokens.py,sha256=AtFv39e6mJ9WeH1ufZ1U0KW6CUbUi2HtVAoiBbnD39A,1535
@@ -149,9 +152,10 @@ wayfinder_paths/strategies/basis_trading_strategy/README.md,sha256=kZtG5NVVZwWsu
149
152
  wayfinder_paths/strategies/basis_trading_strategy/__init__.py,sha256=kVcehFjBUtoi5xzSHI56jtDghsy0nYl6XIE6BI1l6aI,79
150
153
  wayfinder_paths/strategies/basis_trading_strategy/constants.py,sha256=dYQn_297CB1x9whic8YEMdEig0vibclDGCasjJL10mI,122
151
154
  wayfinder_paths/strategies/basis_trading_strategy/examples.json,sha256=q2wlAH8Gr-LUJeamKzWL1EtChL3TBWe0HQ4_P-VCdqQ,429
155
+ wayfinder_paths/strategies/basis_trading_strategy/manifest.yaml,sha256=KJ-vagOjzDvnU5irNE4r0YdaU5qwEyg0JZJE3O6JisY,1146
152
156
  wayfinder_paths/strategies/basis_trading_strategy/snapshot_mixin.py,sha256=F324ILz9w6uT7fkOVUa7gltp2LMEyGBlw3tz-ANcff8,37634
153
- wayfinder_paths/strategies/basis_trading_strategy/strategy.py,sha256=yJtE4hjilIq5EQFUNNGvizFSkDkVkn8qC8rDHa2nc-Y,142300
154
- wayfinder_paths/strategies/basis_trading_strategy/test_strategy.py,sha256=BnjgsYEDkqnG5Qm6zmyOXzgwnunB95UPtr7HLopU9tA,34126
157
+ wayfinder_paths/strategies/basis_trading_strategy/strategy.py,sha256=kT6TDyywc7w1EiuosUqSni25Aqw85KyWBeiCNStvOfE,150616
158
+ wayfinder_paths/strategies/basis_trading_strategy/test_strategy.py,sha256=hEq538Z3tcV40M0YC1cuBSjigvD-PlktcoBqmTolR14,38008
155
159
  wayfinder_paths/strategies/basis_trading_strategy/types.py,sha256=xTkLYqwvS0meMdlRAvIKNH9AANRyz63bQSYFSxLI6n4,740
156
160
  wayfinder_paths/strategies/boros_hype_strategy/__init__.py,sha256=OZlSnGYwlMUsNWWBMIqA7glI5oX9XDQvlgEZ_Ph2uDY,73
157
161
  wayfinder_paths/strategies/boros_hype_strategy/boros_ops_mixin.py,sha256=IXAVhR4hzZlUuu-0H4gSr4yRslS6PRISqF-z8eZCDxU,20796
@@ -170,21 +174,34 @@ wayfinder_paths/strategies/boros_hype_strategy/types.py,sha256=-tgHvKn7MvttRucxL
170
174
  wayfinder_paths/strategies/boros_hype_strategy/withdraw_mixin.py,sha256=kQEuDWSU-4UVeaXCC6SJw3FZkb2yI8iJaCxd0_txHcQ,47447
171
175
  wayfinder_paths/strategies/hyperlend_stable_yield_strategy/README.md,sha256=cqCmcWIPiOpCwt-82dnOgHnN64ZUITITR3jqIUYDXmA,2906
172
176
  wayfinder_paths/strategies/hyperlend_stable_yield_strategy/examples.json,sha256=GbVo2p6QiG6M7Ma5s671lw8G9JwnMl1h0n9mrtt-ZS8,164
177
+ wayfinder_paths/strategies/hyperlend_stable_yield_strategy/manifest.yaml,sha256=Zwtxyt09zzbXXk9B4tLYC9C21PNg7nDxXRcYnedJqq4,1165
173
178
  wayfinder_paths/strategies/hyperlend_stable_yield_strategy/strategy.py,sha256=PyBAbo-Q80xO3Icr8yVgihsGIrjAqla3q5GnHf5dB8g,92870
174
179
  wayfinder_paths/strategies/hyperlend_stable_yield_strategy/test_strategy.py,sha256=qHUXeTLr23gi7ADN0vuWpUgOGFQML3-kPAWBsL3cumw,14353
175
180
  wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/README.md,sha256=PZVbRXfoMNNrZUZY3YOWBW9A-6By7vi-IBBDIfvcdNc,3594
176
181
  wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/examples.json,sha256=kgNRdZcqne8XTm-Y8Hv1a1pdajRQsey4Qhd5La-iWss,164
182
+ wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/manifest.yaml,sha256=ZO-r0Ail3J6dWVOPl9QbGhlbGlP1Dzbo4iaOfibecnQ,1326
177
183
  wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/strategy.py,sha256=XTzH5vgUpHYvJaiUFpLNR5x0YT-Tr6pdie3VnxmcIOk,152842
178
184
  wayfinder_paths/strategies/moonwell_wsteth_loop_strategy/test_strategy.py,sha256=64Prr3m5Qibe4yBtAAVmNZutLV88xkjDRFobCbXXhLs,37059
179
185
  wayfinder_paths/strategies/stablecoin_yield_strategy/README.md,sha256=efyLd2AJHL_JtHF3eZsnHk2wF4NWzEnuLKRA2vOpLtE,2844
180
186
  wayfinder_paths/strategies/stablecoin_yield_strategy/examples.json,sha256=pL1DNFEvYvXKK7xXD5oQYFPQj3Cm1ocKnk6r_iZk0IY,423
187
+ wayfinder_paths/strategies/stablecoin_yield_strategy/manifest.yaml,sha256=o_1lCTLW4eKBSgpgpoGZ471d80X91obzX9Bqz0tUePI,862
181
188
  wayfinder_paths/strategies/stablecoin_yield_strategy/strategy.py,sha256=QgqrHsp1QK39e3DLl9FmGPSEOvxFZhiM1UV4TnBtWNo,71913
182
189
  wayfinder_paths/strategies/stablecoin_yield_strategy/test_strategy.py,sha256=PJVnFxbHtB6s-A5FaXqrQqQ9Nsg6F7LEnIMOkP_iBsw,17078
183
190
  wayfinder_paths/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
184
- wayfinder_paths/tests/test_mcp_quote_swap.py,sha256=In4SxTkjfy7f2dqr8z6g1onHk8N2hQRc7a5_zQwcpXI,5473
191
+ wayfinder_paths/tests/test_manifests.py,sha256=dARHd7bfIvAejgOnDb1AZlDsgrZjcR0I5FcXhzPb5K0,3128
192
+ wayfinder_paths/tests/test_mcp_balances.py,sha256=QwMXoDXAez9OkokZy6ig2BolMuelcAkRkLDPtnHBuS4,2390
193
+ wayfinder_paths/tests/test_mcp_discovery.py,sha256=gHnEMZzgEWfXi3FD6XuxZRNjp1xYc2Jw6rNVEjz5rBk,1034
194
+ wayfinder_paths/tests/test_mcp_execute.py,sha256=yjSdZrZ5aJzzT-CLqc4xaPHpsKQBuNADdAjKRsxQvag,5052
195
+ wayfinder_paths/tests/test_mcp_hyperliquid_execute.py,sha256=MzjZVkXiJwV0lv3sqbXIARQqxMvmlab7thZ4YuhOaBE,2141
196
+ wayfinder_paths/tests/test_mcp_idempotency_store.py,sha256=7_YgtXxVFB9Y01GQbGUSRRHw5rlcGIJYMZMpp40nuYs,420
197
+ wayfinder_paths/tests/test_mcp_quote_swap.py,sha256=bRh6MoG-Z0Mx2xEs9da9Qop3BrI4GhAyjHx0yjtVq2c,7366
198
+ wayfinder_paths/tests/test_mcp_run_script.py,sha256=VZ4oBBBvspjlHd6AKZavRWiyD0H-fxtK-uuPdQ-Tn40,1577
199
+ wayfinder_paths/tests/test_mcp_tokens.py,sha256=h5qAFQNfWPtj0q3JlJm-nGCPuLRW0cvc1KR27liTsUs,1419
200
+ wayfinder_paths/tests/test_mcp_utils.py,sha256=-A_VbLCECyjJyMgFaB-y3m7cvCwfocLo_wwVa5T9hDo,1045
201
+ wayfinder_paths/tests/test_mcp_wallets.py,sha256=ZhFbEaSHD8HZ9IruZJ_2dZ5IXd7na52FmyRP4sYhFio,1209
185
202
  wayfinder_paths/tests/test_test_coverage.py,sha256=ZU0zhlm1PllvQkrnESPtEVdr-VcFDT6EtPiPRreLukk,7118
186
203
  wayfinder_paths/tests/test_utils.py,sha256=VzweYVaO20deZOwR8RKGYFrDnKTW0gZLm3dBwZiMK28,1015
187
- wayfinder_paths-0.1.30.dist-info/LICENSE,sha256=dYKnlkC_xosBAEQNUvB6cHMuhFgcUtN0oBR7E8_aR2Y,1066
188
- wayfinder_paths-0.1.30.dist-info/METADATA,sha256=wFbS3EY5pdJ8UpF-l_w08eeUV5gBgR2f9T96dUteJ4E,14473
189
- wayfinder_paths-0.1.30.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
190
- wayfinder_paths-0.1.30.dist-info/RECORD,,
204
+ wayfinder_paths-0.1.31.dist-info/LICENSE,sha256=dYKnlkC_xosBAEQNUvB6cHMuhFgcUtN0oBR7E8_aR2Y,1066
205
+ wayfinder_paths-0.1.31.dist-info/METADATA,sha256=MqumveA7DJS5iMsE9g82hy1WEsdycXWGGcShzXQrIlU,14473
206
+ wayfinder_paths-0.1.31.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
207
+ wayfinder_paths-0.1.31.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.1
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any