intentkit 0.6.10.dev3__py3-none-any.whl → 0.6.10.dev5__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.10-dev3"
6
+ __version__ = "0.6.10-dev5"
7
7
  __author__ = "hyacinthus"
8
8
  __email__ = "hyacinthus@gmail.com"
9
9
 
intentkit/models/llm.py CHANGED
@@ -272,13 +272,14 @@ AVAILABLE_MODELS = {
272
272
  provider=LLMProvider.OPENAI,
273
273
  input_price=Decimal("0.05"), # per 1M input tokens
274
274
  output_price=Decimal("0.4"), # per 1M output tokens
275
- context_length=128000,
276
- output_length=4096,
275
+ context_length=400000,
276
+ output_length=128000,
277
277
  intelligence=3,
278
278
  speed=5,
279
- supports_image_input=False,
279
+ supports_image_input=True,
280
280
  supports_skill_calls=True,
281
281
  supports_structured_output=True,
282
+ supports_temperature=False,
282
283
  supports_frequency_penalty=False,
283
284
  supports_presence_penalty=False,
284
285
  ),
@@ -288,14 +289,15 @@ AVAILABLE_MODELS = {
288
289
  provider=LLMProvider.OPENAI,
289
290
  input_price=Decimal("0.25"), # per 1M input tokens
290
291
  output_price=Decimal("2"), # per 1M output tokens
291
- context_length=128000,
292
- output_length=4096,
292
+ context_length=400000,
293
+ output_length=128000,
293
294
  intelligence=4,
294
295
  speed=4,
295
- supports_image_input=False,
296
+ supports_image_input=True,
296
297
  supports_skill_calls=True,
297
298
  supports_structured_output=True,
298
299
  supports_search=True,
300
+ supports_temperature=False,
299
301
  supports_frequency_penalty=False,
300
302
  supports_presence_penalty=False,
301
303
  ),
@@ -305,14 +307,15 @@ AVAILABLE_MODELS = {
305
307
  provider=LLMProvider.OPENAI,
306
308
  input_price=Decimal("1.25"), # per 1M input tokens
307
309
  output_price=Decimal("10.00"), # per 1M output tokens
308
- context_length=128000,
309
- output_length=4096,
310
+ context_length=400000,
311
+ output_length=128000,
310
312
  intelligence=5,
311
313
  speed=3,
312
314
  supports_image_input=True,
313
315
  supports_skill_calls=True,
314
316
  supports_structured_output=True,
315
317
  supports_search=True,
318
+ supports_temperature=False,
316
319
  supports_frequency_penalty=False,
317
320
  supports_presence_penalty=False,
318
321
  ),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: intentkit
3
- Version: 0.6.10.dev3
3
+ Version: 0.6.10.dev5
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
@@ -55,6 +55,7 @@ Requires-Dist: eth-utils>=2.1.0
55
55
  Requires-Dist: fastapi>=0.115.8
56
56
  Requires-Dist: filetype<2.0.0,>=1.2.0
57
57
  Requires-Dist: httpx>=0.28.1
58
+ Requires-Dist: jsonref>=1.1.0
58
59
  Requires-Dist: langchain-community>=0.3.19
59
60
  Requires-Dist: langchain-core>=0.3.43
60
61
  Requires-Dist: langchain-mcp-adapters>=0.0.11
@@ -1,4 +1,4 @@
1
- intentkit/__init__.py,sha256=EAfZd-Erjth2eix9qz_cqOHv9Qe2870oj2UuUM8mM90,384
1
+ intentkit/__init__.py,sha256=32G6vgKyd5nw0nklqvoe1zG-fZymcWjJA5FlgqmJwaE,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
@@ -32,7 +32,7 @@ intentkit/models/credit.py,sha256=bcasHyrCwforLGrH8ZWEvN6y6ml7NeAFrGl8cfqvqbI,42
32
32
  intentkit/models/db.py,sha256=nuDX6NEtnfD5YLr2iVpAAXsgHbSpG5diqfLC-PkHsA4,4406
33
33
  intentkit/models/db_mig.py,sha256=vT6Tanm-BHC2T7dTztuB1UG494EFBAlHADKsNzR6xaQ,3577
34
34
  intentkit/models/generator.py,sha256=lyZu9U9rZUGkqd_QT5SAhay9DY358JJY8EhDSpN8I1M,10298
35
- intentkit/models/llm.py,sha256=2D-3LOFSM3UnOSf0OXLLsDcwNvnjsOhwotCYSMj4Dow,26799
35
+ intentkit/models/llm.py,sha256=TTTuea6f9aFxmS1X1SVUuMhvTh5rvIiqMn9A14lFxPY,26911
36
36
  intentkit/models/redis.py,sha256=UoN8jqLREO1VO9_w6m-JhldpP19iEHj4TiGVCMutQW4,3702
37
37
  intentkit/models/skill.py,sha256=h_2wtKEbYE29TLsMdaSnjfOv6vXY6GwMU_abw-ONX28,16374
38
38
  intentkit/models/user.py,sha256=P7l6LOsZmXZ5tDPTczTbqDtDB_MKc_9_ddZkAB2npPk,9288
@@ -401,7 +401,7 @@ intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
401
401
  intentkit/utils/s3.py,sha256=9trQNkKQ5VgxWsewVsV8Y0q_pXzGRvsCYP8xauyUYkg,8549
402
402
  intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
403
403
  intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
404
- intentkit-0.6.10.dev3.dist-info/METADATA,sha256=LlYYR4Y_6AO2PRTQwbT0THVZIOcRXKcr8Y172G5x9RA,6343
405
- intentkit-0.6.10.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
406
- intentkit-0.6.10.dev3.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
407
- intentkit-0.6.10.dev3.dist-info/RECORD,,
404
+ intentkit-0.6.10.dev5.dist-info/METADATA,sha256=PohMG7027jMKS6aex_6bKdDJEs-IprlANJmfElz7MYI,6373
405
+ intentkit-0.6.10.dev5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
406
+ intentkit-0.6.10.dev5.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
407
+ intentkit-0.6.10.dev5.dist-info/RECORD,,