intentkit 0.6.15__py3-none-any.whl → 0.6.16__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/models/agent_schema.json +14 -14
- {intentkit-0.6.15.dist-info → intentkit-0.6.16.dist-info}/METADATA +1 -1
- {intentkit-0.6.15.dist-info → intentkit-0.6.16.dist-info}/RECORD +6 -6
- {intentkit-0.6.15.dist-info → intentkit-0.6.16.dist-info}/WHEEL +0 -0
- {intentkit-0.6.15.dist-info → intentkit-0.6.16.dist-info}/licenses/LICENSE +0 -0
intentkit/__init__.py
CHANGED
|
@@ -710,17 +710,6 @@
|
|
|
710
710
|
"description": "Quick clickable actions users can use with the agent without having to type any text instructions.",
|
|
711
711
|
"x-group": "examples"
|
|
712
712
|
},
|
|
713
|
-
"wallet_provider": {
|
|
714
|
-
"title": "Wallet Provider",
|
|
715
|
-
"type": "string",
|
|
716
|
-
"description": "Provider of the agent's wallet",
|
|
717
|
-
"enum": [
|
|
718
|
-
"cdp",
|
|
719
|
-
"readonly"
|
|
720
|
-
],
|
|
721
|
-
"default": "cdp",
|
|
722
|
-
"x-group": "onchain"
|
|
723
|
-
},
|
|
724
713
|
"network_id": {
|
|
725
714
|
"title": "Network ID",
|
|
726
715
|
"type": "string",
|
|
@@ -740,9 +729,19 @@
|
|
|
740
729
|
"solana"
|
|
741
730
|
],
|
|
742
731
|
"x-group": "internal"
|
|
732
|
+
},
|
|
733
|
+
"wallet_provider": {
|
|
734
|
+
"title": "Wallet Provider",
|
|
735
|
+
"type": "string",
|
|
736
|
+
"description": "Provider of the agent's wallet, choose cdp if you want the agent to have it's own wallet.",
|
|
737
|
+
"enum": [
|
|
738
|
+
"cdp",
|
|
739
|
+
"readonly"
|
|
740
|
+
],
|
|
741
|
+
"default": "cdp",
|
|
742
|
+
"x-group": "basic"
|
|
743
743
|
}
|
|
744
744
|
},
|
|
745
|
-
"additionalProperties": false,
|
|
746
745
|
"if": {
|
|
747
746
|
"properties": {
|
|
748
747
|
"wallet_provider": {
|
|
@@ -757,11 +756,12 @@
|
|
|
757
756
|
"type": "string",
|
|
758
757
|
"description": "Wallet address for readonly wallet provider",
|
|
759
758
|
"maxLength": 100,
|
|
760
|
-
"x-group": "
|
|
759
|
+
"x-group": "basic"
|
|
761
760
|
}
|
|
762
761
|
},
|
|
763
762
|
"required": [
|
|
764
763
|
"readonly_wallet_address"
|
|
765
764
|
]
|
|
766
|
-
}
|
|
765
|
+
},
|
|
766
|
+
"additionalProperties": true
|
|
767
767
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intentkit
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.16
|
|
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=
|
|
1
|
+
intentkit/__init__.py,sha256=gFsfRkJdUanaO9VEXaelqdZf6cz10RVp9h-AO3s46ew,379
|
|
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
|
|
@@ -23,7 +23,7 @@ intentkit/core/prompt.py,sha256=MnT8XfrpvN51SPRGFg-wkjEOsQ1QYIjKIJkP_BMx0BU,1585
|
|
|
23
23
|
intentkit/core/skill.py,sha256=vPK37sDRT9kzkMBymPwqZ5uEdxTTRtb_DfREIeyz-Xw,5788
|
|
24
24
|
intentkit/models/agent.py,sha256=-o_z3XLrf3BN5FLe40MfNJIq83lnrJpM2XuK1K4BaEU,66932
|
|
25
25
|
intentkit/models/agent_data.py,sha256=mVsiK8TziYa1W1ujU1KwI9osIVIeSM7XJEogGRL1WVU,28263
|
|
26
|
-
intentkit/models/agent_schema.json,sha256=
|
|
26
|
+
intentkit/models/agent_schema.json,sha256=ImQGF8jS_Qow30aCc8a7jRJDbgLYA15AqDJnKp0l1bs,22277
|
|
27
27
|
intentkit/models/app_setting.py,sha256=4fuW4J6NV826e53OAsW1bnn3Pgw8iUVKH9-AUMTSYQc,5550
|
|
28
28
|
intentkit/models/base.py,sha256=o-zRjVrak-f5Jokdvj8BjLm8gcC3yYiYMCTLegwT2lA,185
|
|
29
29
|
intentkit/models/chat.py,sha256=5NNEAsSnoFaSYzuhS0Nh5U3f_3PhIEm-nXBxwNyO5mE,19248
|
|
@@ -403,7 +403,7 @@ intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
|
|
|
403
403
|
intentkit/utils/s3.py,sha256=9trQNkKQ5VgxWsewVsV8Y0q_pXzGRvsCYP8xauyUYkg,8549
|
|
404
404
|
intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
|
|
405
405
|
intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
|
|
406
|
-
intentkit-0.6.
|
|
407
|
-
intentkit-0.6.
|
|
408
|
-
intentkit-0.6.
|
|
409
|
-
intentkit-0.6.
|
|
406
|
+
intentkit-0.6.16.dist-info/METADATA,sha256=BjYkRtaRF16W_gux8k9GDPE7sdC61DH8Zb44GGpu8hI,6409
|
|
407
|
+
intentkit-0.6.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
408
|
+
intentkit-0.6.16.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
|
|
409
|
+
intentkit-0.6.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|