intentkit 0.6.21.dev2__py3-none-any.whl → 0.6.21.dev3__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.6.21-dev2"
6
+ __version__ = "0.6.21-dev3"
7
7
  __author__ = "hyacinthus"
8
8
  __email__ = "hyacinthus@gmail.com"
9
9
 
@@ -682,7 +682,7 @@
682
682
  "description": "Ticker symbol of the agent",
683
683
  "maxLength": 10,
684
684
  "minLength": 1,
685
- "x-group": "internal",
685
+ "x-group": "onchain",
686
686
  "x-placeholder": "Enter agent ticker"
687
687
  },
688
688
  "token_address": {
@@ -690,16 +690,14 @@
690
690
  "type": "string",
691
691
  "description": "Token address of the agent, if it already has one",
692
692
  "maxLength": 42,
693
- "readOnly": true,
694
- "x-group": "internal"
693
+ "x-group": "onchain"
695
694
  },
696
695
  "token_pool": {
697
696
  "title": "Token Pool",
698
697
  "type": "string",
699
698
  "description": "Pool of the agent token, if it has one",
700
699
  "maxLength": 42,
701
- "readOnly": true,
702
- "x-group": "internal"
700
+ "x-group": "onchain"
703
701
  }
704
702
  },
705
703
  "if": {
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: intentkit
3
- Version: 0.6.21.dev2
3
+ Version: 0.6.21.dev3
4
4
  Summary: Intent-based AI Agent Platform - Core Package
5
- Project-URL: Homepage, https://github.com/crestal-network/intentkit
6
- Project-URL: Repository, https://github.com/crestal-network/intentkit
7
- Project-URL: Documentation, https://github.com/crestal-network/intentkit/tree/main/docs
8
- Project-URL: Bug Tracker, https://github.com/crestal-network/intentkit/issues
5
+ Project-URL: Homepage, https://github.com/crestalnetwork/intentkit
6
+ Project-URL: Repository, https://github.com/crestalnetwork/intentkit
7
+ Project-URL: Documentation, https://github.com/crestalnetwork/intentkit/tree/main/docs
8
+ Project-URL: Bug Tracker, https://github.com/crestalnetwork/intentkit/issues
9
9
  Author-email: hyacinthus <hyacinthus@gmail.com>
10
10
  License: MIT License
11
11
 
@@ -1,4 +1,4 @@
1
- intentkit/__init__.py,sha256=ww-MMJKkRBS_K1GPiqiV9tSMyFwPLin-7TkNyYqSALk,384
1
+ intentkit/__init__.py,sha256=r4kf1dilE8nyGBT1sWbtWgmxur2x3pfbAExQRZhQ_VI,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
@@ -24,7 +24,7 @@ intentkit/core/prompt.py,sha256=a6nogIGZuDt2u2EuDd29DAv73OjCBOn-bZnuqYRvY7A,1580
24
24
  intentkit/core/skill.py,sha256=vPK37sDRT9kzkMBymPwqZ5uEdxTTRtb_DfREIeyz-Xw,5788
25
25
  intentkit/models/agent.py,sha256=uC5AErdVucaEajKCXAcF6C3VwYRVIhXTIfOBp-n-Xhg,66310
26
26
  intentkit/models/agent_data.py,sha256=mVsiK8TziYa1W1ujU1KwI9osIVIeSM7XJEogGRL1WVU,28263
27
- intentkit/models/agent_schema.json,sha256=gu76PMuXsKGkY9fo2Fqy8vV27y3c-bAKuvXnn_0kdqY,21147
27
+ intentkit/models/agent_schema.json,sha256=mxk0eQaH6mZDu1cD53_Y6AEIeOn9UoAsCH8IT5BILEU,21096
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
@@ -413,7 +413,7 @@ intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
413
413
  intentkit/utils/s3.py,sha256=9trQNkKQ5VgxWsewVsV8Y0q_pXzGRvsCYP8xauyUYkg,8549
414
414
  intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
415
415
  intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
416
- intentkit-0.6.21.dev2.dist-info/METADATA,sha256=Xl9jy9Gt_ci92B1TzuVk8HnyaZDjxamwxAekNd1aQFU,6414
417
- intentkit-0.6.21.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
418
- intentkit-0.6.21.dev2.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
419
- intentkit-0.6.21.dev2.dist-info/RECORD,,
416
+ intentkit-0.6.21.dev3.dist-info/METADATA,sha256=N_Uxpayy-q8Qa52LlS7UjJ9DiMduHQYy1rbtxqkuNDM,6410
417
+ intentkit-0.6.21.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
418
+ intentkit-0.6.21.dev3.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
419
+ intentkit-0.6.21.dev3.dist-info/RECORD,,