intentkit 0.5.2__py3-none-any.whl → 0.6.0.dev4__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.5.1"
6
+ __version__ = "0.6.0-dev.4"
7
7
  __author__ = "hyacinthus"
8
8
  __email__ = "hyacinthus@gmail.com"
9
9
 
@@ -43,15 +43,15 @@ def setup_logging(env: str, debug: bool = False):
43
43
  debug: Debug mode flag
44
44
  """
45
45
 
46
- if env == "local" or debug:
46
+ if debug:
47
47
  # Set up logging configuration for local/debug
48
48
  logging.basicConfig(
49
49
  level=logging.DEBUG,
50
50
  format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
51
51
  handlers=[logging.StreamHandler()],
52
52
  )
53
- # logging.getLogger("openai._base_client").setLevel(logging.INFO)
54
- # logging.getLogger("httpcore.http11").setLevel(logging.INFO)
53
+ logging.getLogger("openai._base_client").setLevel(logging.INFO)
54
+ logging.getLogger("httpcore.http11").setLevel(logging.INFO)
55
55
  # logging.getLogger("sqlalchemy.engine").setLevel(logging.DEBUG)
56
56
  else:
57
57
  # For non-local environments, use JSON format
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: intentkit
3
- Version: 0.5.2
3
+ Version: 0.6.0.dev4
4
4
  Summary: Intent-based AI Agent Platform - Core Package
5
5
  Project-URL: Homepage, https://github.com/crestal-network/intentkit
6
6
  Project-URL: Repository, https://github.com/crestal-network/intentkit
@@ -1,4 +1,4 @@
1
- intentkit/__init__.py,sha256=OEwQR6p5VXkEANCAdLRcg2bOK1kVrn6SoZeQpP3FUtE,378
1
+ intentkit/__init__.py,sha256=_hI-Y2taaA4mv9YDa7JItmPtQIxTQsvbDR3EmktdjpA,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
@@ -353,13 +353,13 @@ intentkit/skills/web_scraper/scrape_and_index.py,sha256=9_U67U8bu36zmHo4C0gyoqLi
353
353
  intentkit/utils/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
354
354
  intentkit/utils/chain.py,sha256=3GBHuAbXxQr_HlOvkbB2kruYSkweucfxI5u-swXzY40,15135
355
355
  intentkit/utils/error.py,sha256=JxnzDdKjwZX6Pa-bt_qaibcrWAeF6QAoHsu2uYPmqu4,4483
356
- intentkit/utils/logging.py,sha256=xqPi9WSCWhyHlDVqsx5DoL5RgRhnMgviDzF4IhNiF8k,2407
356
+ intentkit/utils/logging.py,sha256=CO7Ee8Q7wZFK7Xs9VUnphJJrOwUpcJ6F6fl-Wp5AU1k,2385
357
357
  intentkit/utils/middleware.py,sha256=bh6rrbm2oT7d0A0ypUwp-I3jsr_98rtYIUlS5foootE,1842
358
358
  intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
359
359
  intentkit/utils/s3.py,sha256=9trQNkKQ5VgxWsewVsV8Y0q_pXzGRvsCYP8xauyUYkg,8549
360
360
  intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
361
361
  intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
362
- intentkit-0.5.2.dist-info/METADATA,sha256=0PYXP_QLsNLIoQlTjj6XEvEbXK52fkIoGgEf5Mli5Tc,7280
363
- intentkit-0.5.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
364
- intentkit-0.5.2.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
365
- intentkit-0.5.2.dist-info/RECORD,,
362
+ intentkit-0.6.0.dev4.dist-info/METADATA,sha256=KkDM0HAxdfDd_2d0cyK82ys63EAnecMq7mYz1vLK89o,7285
363
+ intentkit-0.6.0.dev4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
364
+ intentkit-0.6.0.dev4.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
365
+ intentkit-0.6.0.dev4.dist-info/RECORD,,