intentkit 0.7.5.dev14__py3-none-any.whl → 0.7.5.dev15__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 CHANGED
@@ -3,7 +3,7 @@
3
3
  A powerful platform for building AI agents with blockchain and cryptocurrency capabilities.
4
4
  """
5
5
 
6
- __version__ = "0.7.5-dev14"
6
+ __version__ = "0.7.5-dev15"
7
7
  __author__ = "hyacinthus"
8
8
  __email__ = "hyacinthus@gmail.com"
9
9
 
@@ -1,9 +1,9 @@
1
1
  # app/config.py
2
+ import asyncio
2
3
  import json
3
4
  import logging
4
5
  import os
5
6
 
6
- import cdp
7
7
  from dotenv import load_dotenv
8
8
 
9
9
  from intentkit.utils.chain import ChainProvider, QuicknodeChainProvider
@@ -11,6 +11,9 @@ from intentkit.utils.logging import setup_logging
11
11
  from intentkit.utils.s3 import init_s3
12
12
  from intentkit.utils.slack_alert import init_slack
13
13
 
14
+ # hack for cdp bug
15
+ asyncio.set_event_loop_policy(asyncio.DefaultEventLoopPolicy())
16
+
14
17
  # Load environment variables from .env file
15
18
  load_dotenv()
16
19
 
@@ -205,5 +208,3 @@ class Config:
205
208
 
206
209
 
207
210
  config: Config = Config()
208
-
209
- logger.info(f"cdp-sdk version: {cdp.__version__}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: intentkit
3
- Version: 0.7.5.dev14
3
+ Version: 0.7.5.dev15
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,4 +1,4 @@
1
- intentkit/__init__.py,sha256=3R-VX0kgIUHibaoDchzEVpdmOH6pBmxpxNcHXGIhAT8,384
1
+ intentkit/__init__.py,sha256=vjaWlNHln5QVdZTtZ5-BEqKKtbIeYYNU8p5zc3jwFtA,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
@@ -11,7 +11,7 @@ intentkit/clients/cdp.py,sha256=KzRaT1z9iiQicYRLmC8QSz6KMqoPQY9W5UPUSC2Gz7w,6527
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
- intentkit/config/config.py,sha256=XT9i5UGSIHNQKfRyzb24h-5qMy9-10QA8YVcp64qHi0,8885
14
+ intentkit/config/config.py,sha256=raZi4bISv3g0-5Ze_uaLj5ks6MBQUjFwy7BSChkaydQ,8921
15
15
  intentkit/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  intentkit/core/agent.py,sha256=d7P116dG4rmBu0zUF_WuHhcUgUOnaOhhYVzgKymOKZI,32047
17
17
  intentkit/core/api.py,sha256=WfoaHNquujYJIpNPuTR1dSaaxog0S3X2W4lG9Ehmkm4,3284
@@ -420,7 +420,7 @@ intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
420
420
  intentkit/utils/s3.py,sha256=A8Nsx5QJyLsxhj9g7oHNy2-m24tjQUhC9URm8Qb1jFw,10057
421
421
  intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
422
422
  intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
423
- intentkit-0.7.5.dev14.dist-info/METADATA,sha256=4xZsouxq4Daf_J3jVhQ6ug0mZA95sGVtMnCdqlcj0-o,6360
424
- intentkit-0.7.5.dev14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
425
- intentkit-0.7.5.dev14.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
426
- intentkit-0.7.5.dev14.dist-info/RECORD,,
423
+ intentkit-0.7.5.dev15.dist-info/METADATA,sha256=Th8klLCi6ZGW5ysp9u9Estpo60d6YT8HBBMmQA6liy0,6360
424
+ intentkit-0.7.5.dev15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
425
+ intentkit-0.7.5.dev15.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
426
+ intentkit-0.7.5.dev15.dist-info/RECORD,,