intentkit 0.7.5.dev23__py3-none-any.whl → 0.7.5.dev25__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 intentkit might be problematic. Click here for more details.
- intentkit/__init__.py +1 -1
- intentkit/abstracts/graph.py +2 -0
- intentkit/clients/__init__.py +3 -3
- intentkit/clients/cdp.py +83 -95
- intentkit/core/agent.py +3 -4
- intentkit/core/engine.py +23 -21
- intentkit/core/node.py +1 -1
- intentkit/models/agent.py +4 -4
- intentkit/models/agent_schema.json +19 -87
- intentkit/models/llm.py +30 -10
- intentkit/skills/base.py +38 -6
- intentkit/skills/basename/__init__.py +8 -2
- intentkit/skills/cdp/__init__.py +6 -1
- intentkit/skills/enso/base.py +5 -11
- intentkit/skills/enso/route.py +3 -5
- intentkit/skills/erc20/__init__.py +8 -2
- intentkit/skills/erc721/__init__.py +8 -2
- intentkit/skills/lifi/token_execute.py +6 -9
- intentkit/skills/morpho/__init__.py +8 -2
- intentkit/skills/pyth/__init__.py +8 -2
- intentkit/skills/superfluid/__init__.py +8 -2
- intentkit/skills/weth/__init__.py +8 -2
- intentkit/skills/wow/__init__.py +8 -2
- intentkit/skills/xmtp/price.py +3 -2
- intentkit/skills/xmtp/swap.py +1 -1
- {intentkit-0.7.5.dev23.dist-info → intentkit-0.7.5.dev25.dist-info}/METADATA +1 -1
- {intentkit-0.7.5.dev23.dist-info → intentkit-0.7.5.dev25.dist-info}/RECORD +29 -29
- {intentkit-0.7.5.dev23.dist-info → intentkit-0.7.5.dev25.dist-info}/WHEEL +0 -0
- {intentkit-0.7.5.dev23.dist-info → intentkit-0.7.5.dev25.dist-info}/licenses/LICENSE +0 -0
intentkit/skills/xmtp/swap.py
CHANGED
|
@@ -108,7 +108,7 @@ class XmtpSwap(XmtpBaseTool):
|
|
|
108
108
|
network_for_cdp = self.get_cdp_network(agent.network_id)
|
|
109
109
|
|
|
110
110
|
# Get CDP client from global origin helper (server-side credentials)
|
|
111
|
-
cdp_client = get_origin_cdp_client(
|
|
111
|
+
cdp_client = get_origin_cdp_client()
|
|
112
112
|
|
|
113
113
|
# Call CDP to create swap quote and extract call datas
|
|
114
114
|
# Be permissive with response shape across SDK versions
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intentkit
|
|
3
|
-
Version: 0.7.5.
|
|
3
|
+
Version: 0.7.5.dev25
|
|
4
4
|
Summary: Intent-based AI Agent Platform - Core Package
|
|
5
5
|
Project-URL: Homepage, https://github.com/crestalnetwork/intentkit
|
|
6
6
|
Project-URL: Repository, https://github.com/crestalnetwork/intentkit
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
intentkit/__init__.py,sha256=
|
|
1
|
+
intentkit/__init__.py,sha256=3UT9gVXr5a-tj1qyFS0czSTwnLsYJFe6krz8INm3vCM,384
|
|
2
2
|
intentkit/abstracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
intentkit/abstracts/agent.py,sha256=108gb5W8Q1Sy4G55F2_ZFv2-_CnY76qrBtpIr0Oxxqk,1489
|
|
4
4
|
intentkit/abstracts/api.py,sha256=ZUc24vaQvQVbbjznx7bV0lbbQxdQPfEV8ZxM2R6wZWo,166
|
|
5
5
|
intentkit/abstracts/engine.py,sha256=C5C9d8vVMePhkKWURKIAbZSDZnmjxj5epL_04E6RpxQ,1449
|
|
6
|
-
intentkit/abstracts/graph.py,sha256=
|
|
6
|
+
intentkit/abstracts/graph.py,sha256=fTkAHb4nf95Klg_yYEv1pliw3aVhGgNLiZPlz3Hl11c,1189
|
|
7
7
|
intentkit/abstracts/skill.py,sha256=cIJ6BkASD31U1IEkE8rdAawq99w_xsg0lt3oalqa1ZA,5071
|
|
8
8
|
intentkit/abstracts/twitter.py,sha256=cEtP7ygR_b-pHdc9i8kBuyooz1cPoGUGwsBHDpowJyY,1262
|
|
9
|
-
intentkit/clients/__init__.py,sha256=
|
|
10
|
-
intentkit/clients/cdp.py,sha256=
|
|
9
|
+
intentkit/clients/__init__.py,sha256=YmXSif963E5rUfkfHaI6JdWRFU5yNa_yJwafs2KEIVo,406
|
|
10
|
+
intentkit/clients/cdp.py,sha256=eUsy8r9zSHzogATyHLcm5pOn771gUI4gH3Mt0Jq-shQ,5392
|
|
11
11
|
intentkit/clients/twitter.py,sha256=Lfa7srHOFnY96SXcElW0jfg7XKS_WliWnXjPZEe6SQc,18976
|
|
12
12
|
intentkit/clients/web3.py,sha256=A-w4vBPXHpDh8svsEFj_LkmvRgoDTZw4E-84S-UC9ws,1023
|
|
13
13
|
intentkit/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
intentkit/config/config.py,sha256=kw9F-uLsJd-knCKmYNb-hqR7x7HUXUkNg5FZCgOPH54,8868
|
|
15
15
|
intentkit/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
intentkit/core/agent.py,sha256=
|
|
16
|
+
intentkit/core/agent.py,sha256=7WTUouAV3uLvsJxHq4JziCMO8YdYeVujtmc--9L5ZJc,31981
|
|
17
17
|
intentkit/core/api.py,sha256=WfoaHNquujYJIpNPuTR1dSaaxog0S3X2W4lG9Ehmkm4,3284
|
|
18
18
|
intentkit/core/chat.py,sha256=YN20CnDazWLjiOZFOHgV6uHmA2DKkvPCsD5Q5sfNcZg,1685
|
|
19
19
|
intentkit/core/client.py,sha256=J5K7f08-ucszBKAbn9K3QNOFKIC__7amTbKYii1jFkI,3056
|
|
20
20
|
intentkit/core/credit.py,sha256=b4f4T6G6eeBTMe0L_r8awWtXgUnqiog4IUaymDPYym0,75587
|
|
21
|
-
intentkit/core/engine.py,sha256
|
|
22
|
-
intentkit/core/node.py,sha256=
|
|
21
|
+
intentkit/core/engine.py,sha256=8-dlYnwg8BIViAWIAFj65s3O29EXCeQlTjf5Yg9Xfww,37597
|
|
22
|
+
intentkit/core/node.py,sha256=Cjekrg5RFtNNj3k_pLAWTZVGzm33Wnn2JtE__RSNMA8,8880
|
|
23
23
|
intentkit/core/prompt.py,sha256=idNx1ono4Maz2i6IBKfaKOBBbEQiWbaSxr2Eb1vZTI4,15482
|
|
24
|
-
intentkit/models/agent.py,sha256
|
|
24
|
+
intentkit/models/agent.py,sha256=-nRcaH5b-iMyds02KvjOlogHAfOC5X184qJZj_Gung4,69074
|
|
25
25
|
intentkit/models/agent_data.py,sha256=5zq3EPKnygT2P1OHc2IfEmL8hXkjeBND6sJ0JJsvQJg,28370
|
|
26
26
|
intentkit/models/agent_public.json,sha256=0X8Bd2WOobDJLsok8avWNzmzu4uvKSGEyy6Myn53eT4,2802
|
|
27
|
-
intentkit/models/agent_schema.json,sha256=
|
|
27
|
+
intentkit/models/agent_schema.json,sha256=dIg1Fwe4edQsypMTE1__84ihe4ZiV_c0WpjDcEjPZ1U,11719
|
|
28
28
|
intentkit/models/app_setting.py,sha256=iYbW63QD91bt4oEYV3wOXHuRFav2b4VXLwb_StgUQtQ,8230
|
|
29
29
|
intentkit/models/base.py,sha256=o-zRjVrak-f5Jokdvj8BjLm8gcC3yYiYMCTLegwT2lA,185
|
|
30
30
|
intentkit/models/chat.py,sha256=cDccEHU8nd7Y5uhrHDCuZGwqrRwhqCaeztMiZcemiug,20469
|
|
@@ -34,13 +34,13 @@ intentkit/models/db.py,sha256=1uX1DJZGMx9A3lq6WKSTSwpXhWgWaiki55-iiED8BYM,5082
|
|
|
34
34
|
intentkit/models/db_mig.py,sha256=vT6Tanm-BHC2T7dTztuB1UG494EFBAlHADKsNzR6xaQ,3577
|
|
35
35
|
intentkit/models/generator.py,sha256=lyZu9U9rZUGkqd_QT5SAhay9DY358JJY8EhDSpN8I1M,10298
|
|
36
36
|
intentkit/models/llm.csv,sha256=R298CcmK-pcD8-2Q8xPgaymu6Gqc50yBFtBjRQI4aXM,3403
|
|
37
|
-
intentkit/models/llm.py,sha256=
|
|
37
|
+
intentkit/models/llm.py,sha256=ZnM6qpk9ouTqFysQzzg8TcAfxXASD-H9f1eHsmVjYv8,22186
|
|
38
38
|
intentkit/models/redis.py,sha256=UoN8jqLREO1VO9_w6m-JhldpP19iEHj4TiGVCMutQW4,3702
|
|
39
39
|
intentkit/models/skill.py,sha256=n9d1VKWxACe852wMOUC5P7Ps1EUMzIDAYT62Vfs8pQU,20826
|
|
40
40
|
intentkit/models/skills.csv,sha256=lvQg_1byPvJaHToQbEqRZarfYDuXpP4EXeVJVMc8aDs,19132
|
|
41
41
|
intentkit/models/user.py,sha256=r2UWpuBJbS6bbfS-fz_rAtOTHL3zodRt1rccA7HhAQM,9902
|
|
42
42
|
intentkit/skills/__init__.py,sha256=WkjmKB4xvy36zyXMroPMf_DTPgQloNS3L73nVnBmuQI,303
|
|
43
|
-
intentkit/skills/base.py,sha256=
|
|
43
|
+
intentkit/skills/base.py,sha256=0CCcN6n7gteLqOhEr447RmUmSyzetX3ck5R4oCNVBWY,7745
|
|
44
44
|
intentkit/skills/skills.toml,sha256=WQiai9RKIQ2Mqp-eW35_RCn2RW5QLWN3aRgsj7B7OvE,3532
|
|
45
45
|
intentkit/skills/acolyt/__init__.py,sha256=qHQXFlqyyx4deRxC0rts_ZEEpDVV-vWXPncqI_ZMOi4,2074
|
|
46
46
|
intentkit/skills/acolyt/acolyt.jpg,sha256=CwrrouzXzYvnHi1rprYruvZqPopG06ppMczEZmZ7D2s,11559
|
|
@@ -58,7 +58,7 @@ intentkit/skills/allora/allora.jpeg,sha256=OOFkmkdUouw0a5FH137-ai1mvksS9oy9pFoD9
|
|
|
58
58
|
intentkit/skills/allora/base.py,sha256=dkzkfCZfkpjizVBF1ebkSHpIyrGUCEkHKOGzw05niZI,1315
|
|
59
59
|
intentkit/skills/allora/price.py,sha256=_xQHroUpmNsmDCkqIdIymQloxO1sxvr0gmfCj2GGlNc,5194
|
|
60
60
|
intentkit/skills/allora/schema.json,sha256=3gXQmTjXpuetwJrNLHLbZKfzq0CTvo5k7Gen4e1C3tQ,2245
|
|
61
|
-
intentkit/skills/basename/__init__.py,sha256=
|
|
61
|
+
intentkit/skills/basename/__init__.py,sha256=KhOAqUbEJ752im-kA5JgvMf1grjIiRjKrzysjO1Kewo,1466
|
|
62
62
|
intentkit/skills/basename/base.py,sha256=yJZNjFF2m5ej6B9o4orlPg4MoxCcx_2pgqYicV34dME,246
|
|
63
63
|
intentkit/skills/basename/basename.svg,sha256=1YoKTX90HDJUYI7yhKF31FVQWFud80Gcy8BnRuQ1NUg,605
|
|
64
64
|
intentkit/skills/basename/schema.json,sha256=m-0mX1U7_Q5wI9n8jWdJR0K86xEUZ8LvMcgNG3BM6Sk,1470
|
|
@@ -79,7 +79,7 @@ intentkit/skills/casino/deck_shuffle.py,sha256=bJvo6BdHhfdgnDWuFE1FA0m3kCd131Q72
|
|
|
79
79
|
intentkit/skills/casino/dice_roll.py,sha256=-exkBlN0V7ocFTCO4mmT7aUied9tavJIPlFal3WLbl4,3339
|
|
80
80
|
intentkit/skills/casino/schema.json,sha256=-jTURxJSVHUi3Q76sP7h92SNvkJjuUNfTYiYKWhlI-4,2108
|
|
81
81
|
intentkit/skills/casino/utils.py,sha256=b5fPwACH_tHgXD-V646weDDEvd4giRGPNfd9f7RRXc0,2593
|
|
82
|
-
intentkit/skills/cdp/__init__.py,sha256=
|
|
82
|
+
intentkit/skills/cdp/__init__.py,sha256=O7qd6Rl-PofwePZqP3T2zqjCplqs1GI_K_1pL5XzWEY,2353
|
|
83
83
|
intentkit/skills/cdp/base.py,sha256=BcleKSXm0oNcHYky4uUPCJ3roXxMeTJs2OUS-8MkfMI,581
|
|
84
84
|
intentkit/skills/cdp/cdp.png,sha256=dxPF6jPbKVfxJNMvbGTmBhXM-rSDvweF06txoX1cIM4,4425
|
|
85
85
|
intentkit/skills/cdp/schema.json,sha256=Hcu0ZaplffuP-hctIOgY5g4jtzcb8MMiSn9oXQ1gJH8,3890
|
|
@@ -196,12 +196,12 @@ intentkit/skills/elfa/tokens.py,sha256=bgOuP83d16APpmKl_-2Yha-_diurG3ArYZknRYjCZ
|
|
|
196
196
|
intentkit/skills/elfa/utils.py,sha256=y6hfiWBu31vMXc4rrdUpbWQzmMQLk_L-iaAQLUs8dJM,4388
|
|
197
197
|
intentkit/skills/enso/README.md,sha256=jsLXPjW16rvBDd7soVms0IpH2LmQLRjtbRlzDMOLkso,1998
|
|
198
198
|
intentkit/skills/enso/__init__.py,sha256=yrOZ9rxsnz73WgRGN1rJC22trd7APmh4SnhKdpN5gb8,3089
|
|
199
|
-
intentkit/skills/enso/base.py,sha256=
|
|
199
|
+
intentkit/skills/enso/base.py,sha256=gzTouuCO597R69hl2J5R3GSLTVPZJPGTIxVHngpZ0uc,3637
|
|
200
200
|
intentkit/skills/enso/best_yield.py,sha256=-dxvrqf6IltKRd3KyCQ6BdB2JoTgBAG361LxCWO0-ww,10009
|
|
201
201
|
intentkit/skills/enso/enso.jpg,sha256=QID1rD7c3YVbIgzJeLD7HnNdCJfDy8mItYV784g7wWM,10741
|
|
202
202
|
intentkit/skills/enso/networks.py,sha256=SQecevnoqJ7_GDEV94pOsyHc6QP15izdWIcn1lBK1Uk,3250
|
|
203
203
|
intentkit/skills/enso/prices.py,sha256=v2zinSbSCgVzDoMRIjvcUVpWEu4DrehlblB8evhpSto,3288
|
|
204
|
-
intentkit/skills/enso/route.py,sha256=
|
|
204
|
+
intentkit/skills/enso/route.py,sha256=Oht6-tu-v2UxBQ5MKI0__GMdq6XN2kM0aIDbK8l7A_I,12584
|
|
205
205
|
intentkit/skills/enso/schema.json,sha256=p1FF3oZQPe8xHigdcBuimimGDnmQ9RYShVaTokFapGs,6074
|
|
206
206
|
intentkit/skills/enso/tokens.py,sha256=5o6C00J3JmzX4hSlZB3hPej9Ng0JDwLsrFNQeIre7aY,9848
|
|
207
207
|
intentkit/skills/enso/wallet.py,sha256=Wk6MVkr8crpuRS8kcu5QwhhAVG4gixmI8VhfHh_I7U8,10273
|
|
@@ -209,11 +209,11 @@ intentkit/skills/enso/abi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
|
209
209
|
intentkit/skills/enso/abi/approval.py,sha256=IsyQLFxzAttocrtCB2PhbgprA7Vqujzpxvg0hJbeJ00,9867
|
|
210
210
|
intentkit/skills/enso/abi/erc20.py,sha256=IScqZhHpMt_eFfYtMXw0-w5jptkAK0xsqqUDjbWdb2s,439
|
|
211
211
|
intentkit/skills/enso/abi/route.py,sha256=ng9U2RSyS5R3d-b0m5ELa4rFpaUDO9HcgSoX9P_wWZo,4746
|
|
212
|
-
intentkit/skills/erc20/__init__.py,sha256=
|
|
212
|
+
intentkit/skills/erc20/__init__.py,sha256=84chqfP9YTYeCoY7z6Uu7up6TOhHF-9W80t9rZC8-Nk,1475
|
|
213
213
|
intentkit/skills/erc20/base.py,sha256=6F5XHhujzRts_KcK35MiZA3HIAnrJnX3OFBkE3p8PkE,234
|
|
214
214
|
intentkit/skills/erc20/erc20.svg,sha256=llKPc2BHM2XKl5n1csa_96Bcbij-Qvb4BIArBGd-v30,324
|
|
215
215
|
intentkit/skills/erc20/schema.json,sha256=pkEG5McpLWqpvX2SbMGbVgo9gmqKQyAq-aC9unnK1Aw,1893
|
|
216
|
-
intentkit/skills/erc721/__init__.py,sha256=
|
|
216
|
+
intentkit/skills/erc721/__init__.py,sha256=9jcnPA3N0jjtLR7a4OylrFZKR7t2kFIlw1ExEGW1MAA,1528
|
|
217
217
|
intentkit/skills/erc721/base.py,sha256=xGYCrSjqFezZCHHVj042ilfNYmGlR5BPXUKon7MQz44,238
|
|
218
218
|
intentkit/skills/erc721/erc721.svg,sha256=sKQxaV5Lb2ug0KJoZ4f_UimV2_ozYXa5hLEdkyBQsyM,338
|
|
219
219
|
intentkit/skills/erc721/schema.json,sha256=53n_hrv3oLOiQ2ICxft7zamYdxHMk93UazVQCsMPaUo,2335
|
|
@@ -257,7 +257,7 @@ intentkit/skills/lifi/__init__.py,sha256=U2zOLqnMNS9q-5lDhVOOU2_mch0JowLor5ktnea
|
|
|
257
257
|
intentkit/skills/lifi/base.py,sha256=8MrF3vJmh0ZmVHoGZ51K73u0o9AljVV1bch6ji9rS5E,584
|
|
258
258
|
intentkit/skills/lifi/lifi.png,sha256=CtFw-pbaD51BqduIOu5zNeGGBigw0e_OQLsZJe3XnsE,7311
|
|
259
259
|
intentkit/skills/lifi/schema.json,sha256=l4ptQWS6DfLr8KI_4ENBD2LxFS8kdo6h4vtYz5tc5Bg,2616
|
|
260
|
-
intentkit/skills/lifi/token_execute.py,sha256=
|
|
260
|
+
intentkit/skills/lifi/token_execute.py,sha256=HQBW12bOIATmhYtOhimu_00p0Y8zbe3_dpqPtXpi3Ak,17485
|
|
261
261
|
intentkit/skills/lifi/token_quote.py,sha256=OyuRhNrjU0QbDfzyrmU6mEBtBed0xfwldv1R1AoeQvA,6892
|
|
262
262
|
intentkit/skills/lifi/utils.py,sha256=gYd7quenIyqwPl7FOvgGnehmtz4dcf_IiHPWGORPAMM,21057
|
|
263
263
|
intentkit/skills/moralis/README.md,sha256=zrXuTBBruB4XmQln3ELFagsO1eDnaZnCKqvEdvZPl94,13253
|
|
@@ -272,7 +272,7 @@ intentkit/skills/moralis/moralis.png,sha256=fUm771g9SmL3SO2m0yeEAzrnT0C_scj_r9ro
|
|
|
272
272
|
intentkit/skills/moralis/schema.json,sha256=jpD66pyw1LtUXejAjWHNJy_FGXeHK-YRlRMtvFIA33g,4734
|
|
273
273
|
intentkit/skills/moralis/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
274
274
|
intentkit/skills/moralis/tests/test_wallet.py,sha256=MI4WwFNBoILDEXlK22glntiySgR9BWkpHUdIfKUu2-A,18610
|
|
275
|
-
intentkit/skills/morpho/__init__.py,sha256=
|
|
275
|
+
intentkit/skills/morpho/__init__.py,sha256=03BU7URDdBCu7PEl9JNvZ1JJ0GSy3Xk7tiQJzJuNc84,1482
|
|
276
276
|
intentkit/skills/morpho/base.py,sha256=FYbgul_35OX-oHwTqA8Jb99V9azM1AVcsUqGScOvQAg,238
|
|
277
277
|
intentkit/skills/morpho/morpho.svg,sha256=v3snRB2CkMbaw36YbdmNRuptu5I07O-6WUw__Htciv8,602
|
|
278
278
|
intentkit/skills/morpho/schema.json,sha256=JuGCRcF_gdmEGOdnwSOcikaX_cpYKiuNXMRzUijgRRk,1845
|
|
@@ -305,7 +305,7 @@ intentkit/skills/portfolio/wallet_profitability.py,sha256=3XR1mRT6U9IHlQLzwVdx1R
|
|
|
305
305
|
intentkit/skills/portfolio/wallet_profitability_summary.py,sha256=kGWZ2iVVSmJA8mM40kDcjxTaLqq8Ep9b3ONPUvap_CY,2972
|
|
306
306
|
intentkit/skills/portfolio/wallet_stats.py,sha256=-HjRuJZbFcqyhww0zIItrknG53UC9FNUwQX9vlE0qMY,2431
|
|
307
307
|
intentkit/skills/portfolio/wallet_swaps.py,sha256=LWeHmuJLVaUHaaE39uynio2htjXwAv1aZIpTFDPwqqU,4947
|
|
308
|
-
intentkit/skills/pyth/__init__.py,sha256=
|
|
308
|
+
intentkit/skills/pyth/__init__.py,sha256=zc4wXEQ38UjT1vci3jJ5oSqpOc-_Invh9PQnXeECD_Y,1472
|
|
309
309
|
intentkit/skills/pyth/base.py,sha256=IWQP6yiNWm-tzTEVj9BXv-gCsiHf7MQRFH76YhD5OyA,230
|
|
310
310
|
intentkit/skills/pyth/pyth.svg,sha256=cH_UjhbUHyPDQHW0Xz7SqPaKygIi1eMETvSEu6wFou4,387
|
|
311
311
|
intentkit/skills/pyth/schema.json,sha256=Dfo5x6R3JYIxzS6AagdraF0mTJoGUqcvFlAcwox-CU4,1896
|
|
@@ -327,7 +327,7 @@ intentkit/skills/supabase/schema.json,sha256=vBUDQGjbxrYB5-GLBZy-xkJrWv4pLnL0CrU
|
|
|
327
327
|
intentkit/skills/supabase/supabase.svg,sha256=65_80QCtJiKKV4EAuny_xbOD5JlTONEiq9xqO00hDtM,1107
|
|
328
328
|
intentkit/skills/supabase/update_data.py,sha256=IOB78dSbP3yrsNuE2DH5z-UztADXpu890myq42c4hQU,3872
|
|
329
329
|
intentkit/skills/supabase/upsert_data.py,sha256=tZOch4jOfXwrk6V-1D6UIWXRRgpgfO9dIXWZLnEJvyw,2387
|
|
330
|
-
intentkit/skills/superfluid/__init__.py,sha256=
|
|
330
|
+
intentkit/skills/superfluid/__init__.py,sha256=f-X-SldQcFuiI0dO0mtttaJKIEG13KipoQaTQmY_vW0,1586
|
|
331
331
|
intentkit/skills/superfluid/base.py,sha256=CD075eBd9OWliYex4P1BscGWCJqnurWpu63cUcoMEC4,254
|
|
332
332
|
intentkit/skills/superfluid/schema.json,sha256=qVNbhb0aJr5cPfy_54ZLwo2vT91w2BaPDjlKiktmNlY,2370
|
|
333
333
|
intentkit/skills/superfluid/superfluid.svg,sha256=lIre1sDtkv0opwekdVb7gqqY3Xp8P73nnzbPhjZXxnY,422
|
|
@@ -426,20 +426,20 @@ intentkit/skills/web_scraper/schema.json,sha256=cB0y1iwQlJRPht0vXzcpqwl2CNhLA9s6
|
|
|
426
426
|
intentkit/skills/web_scraper/scrape_and_index.py,sha256=Xi1BmUd-LgmJXnQOgSz82baq76vEKn4aa1X_JSlUXHI,9599
|
|
427
427
|
intentkit/skills/web_scraper/utils.py,sha256=feGBTMWqpkoY7RFy2xDHVs5y8c2h8-XZ111jRo6cC3k,23349
|
|
428
428
|
intentkit/skills/web_scraper/website_indexer.py,sha256=rTqCx-XzJtMlZnyGImPGWRdLpS13_exXc3lQu9EDjQM,17925
|
|
429
|
-
intentkit/skills/weth/__init__.py,sha256=
|
|
429
|
+
intentkit/skills/weth/__init__.py,sha256=j8akHAdJR5E2vwOq6C-jjCkT7i0yXdE1s5pUn4JxtSk,1417
|
|
430
430
|
intentkit/skills/weth/base.py,sha256=gRzTPrMX2E7N3EqAh11moyt-JEsrvTpEhUeAp5LLJiY,230
|
|
431
431
|
intentkit/skills/weth/schema.json,sha256=5_0whEFjy8e8pnd6umTsC7DsScdPhxYF__kh4embc04,1395
|
|
432
432
|
intentkit/skills/weth/weth.svg,sha256=WoHgvjDXJ2YR5o4PCv23Hdesi_IP155OekCNVZSJ-YE,382
|
|
433
|
-
intentkit/skills/wow/__init__.py,sha256=
|
|
433
|
+
intentkit/skills/wow/__init__.py,sha256=o_4Yn-n4ejlrB_DOUqvSWrSxvJlOyUPs-luHu9VbI_k,1500
|
|
434
434
|
intentkit/skills/wow/base.py,sha256=nFt8sJtQQsu2_ZlRasXhyG148fSJYRL-20kEt380PaE,226
|
|
435
435
|
intentkit/skills/wow/schema.json,sha256=lcBKtQx0tk8iexJzmrW--07reBToMDmAz1X3pemCZ6I,2292
|
|
436
436
|
intentkit/skills/wow/wow.svg,sha256=PO0-m6TZjJCql9r1oWohlRV5PyqGc5kIDUEnpP2-5SU,427
|
|
437
437
|
intentkit/skills/xmtp/README.md,sha256=7y3ny77l5WUI758Q3xip1akFEgBdbibkwZjeJDu5MwE,2963
|
|
438
438
|
intentkit/skills/xmtp/__init__.py,sha256=inpuVqA9i98g8VIqqfC28PbfveozSukbEHOLbOMYv14,2538
|
|
439
439
|
intentkit/skills/xmtp/base.py,sha256=iZHRzl4KJ1XFRKR_QnR7hYojSyEIB89S8MGoBVarLZY,2495
|
|
440
|
-
intentkit/skills/xmtp/price.py,sha256=
|
|
440
|
+
intentkit/skills/xmtp/price.py,sha256=7SNq5Efwae9T2fZiSYAt0HV0WMDe7wFZ3uaWB6FwAbE,2866
|
|
441
441
|
intentkit/skills/xmtp/schema.json,sha256=DDi_vK1WeoON96j10yTVlRPpjc-8stIG7dwdek2LyXU,2463
|
|
442
|
-
intentkit/skills/xmtp/swap.py,sha256=
|
|
442
|
+
intentkit/skills/xmtp/swap.py,sha256=nQ2mqCp_Z2UnIXp81WLZSFOxIm8LSAqTIBDUklTRV3M,8437
|
|
443
443
|
intentkit/skills/xmtp/transfer.py,sha256=43t1LG9B_8v5cbGH12F68JDsfd90a9_x2KUsJXnSMbE,7916
|
|
444
444
|
intentkit/skills/xmtp/xmtp.png,sha256=vQzT-71zIb8aPodg-GkGSQbBnjGAPczWGm3es2ZkJe8,6681
|
|
445
445
|
intentkit/utils/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
@@ -450,7 +450,7 @@ intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
|
|
|
450
450
|
intentkit/utils/s3.py,sha256=A8Nsx5QJyLsxhj9g7oHNy2-m24tjQUhC9URm8Qb1jFw,10057
|
|
451
451
|
intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
|
|
452
452
|
intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
|
|
453
|
-
intentkit-0.7.5.
|
|
454
|
-
intentkit-0.7.5.
|
|
455
|
-
intentkit-0.7.5.
|
|
456
|
-
intentkit-0.7.5.
|
|
453
|
+
intentkit-0.7.5.dev25.dist-info/METADATA,sha256=-apoONdJcKpfNbfjm6CW-0EnxodTZpiGnjJL_WXqgrc,6360
|
|
454
|
+
intentkit-0.7.5.dev25.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
455
|
+
intentkit-0.7.5.dev25.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
|
|
456
|
+
intentkit-0.7.5.dev25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|