intentkit 0.6.0.dev15__py3-none-any.whl → 0.6.0.dev16__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.0-dev.15"
6
+ __version__ = "0.6.0-dev.16"
7
7
  __author__ = "hyacinthus"
8
8
  __email__ = "hyacinthus@gmail.com"
9
9
 
@@ -3,7 +3,7 @@
3
3
  "type": "object",
4
4
  "title": "HTTP Client",
5
5
  "description": "HTTP client skills for making web requests",
6
- "x-icon": "https://ai.service.crestal.dev/skills/http/http.jpg",
6
+ "x-icon": "https://ai.service.crestal.dev/skills/http/http.svg",
7
7
  "x-tags": [
8
8
  "HTTP",
9
9
  "Web",
@@ -15,7 +15,7 @@
15
15
  "type": "boolean",
16
16
  "title": "Enabled",
17
17
  "description": "Whether this skill is enabled",
18
- "default": true
18
+ "default": false
19
19
  },
20
20
  "states": {
21
21
  "type": "object",
@@ -70,18 +70,6 @@
70
70
  }
71
71
  },
72
72
  "description": "States for each HTTP client skill (disabled, public, or private)"
73
- },
74
- "api_key_provider": {
75
- "type": "string",
76
- "title": "API Key Provider",
77
- "description": "Who provides the API key",
78
- "enum": [
79
- "platform"
80
- ],
81
- "x-enum-title": [
82
- "Nation Hosted"
83
- ],
84
- "default": "platform"
85
73
  }
86
74
  },
87
75
  "required": [
@@ -3,7 +3,7 @@
3
3
  "type": "object",
4
4
  "title": "Supabase",
5
5
  "description": "Integration with Supabase backend-as-a-service platform enabling database operations and Edge Function invocations",
6
- "x-icon": "https://ai.service.crestal.dev/skills/supabase/supabase.png",
6
+ "x-icon": "https://ai.service.crestal.dev/skills/supabase/supabase.svg",
7
7
  "x-tags": [
8
8
  "Database",
9
9
  "Backend"
@@ -132,19 +132,21 @@
132
132
  "supabase_url": {
133
133
  "type": "string",
134
134
  "title": "Supabase URL",
135
- "description": "Your Supabase project URL (e.g., https://your-project.supabase.co)",
135
+ "description": "Your Supabase project URL (e.g., https://your-project.supabase.co). You can find it in Project Settings -> Data API",
136
+ "x-link": "https://supabase.com/",
136
137
  "format": "uri"
137
138
  },
138
139
  "supabase_key": {
139
140
  "type": "string",
140
- "title": "Supabase Anon Key",
141
- "description": "Your Supabase project's anon/public key",
141
+ "title": "Supabase API Key",
142
+ "description": "Your Supabase project's API key. You can find it in Project Settings -> API Keys",
143
+ "x-sensitive": true,
142
144
  "format": "password"
143
145
  },
144
146
  "public_write_tables": {
145
147
  "type": "string",
146
148
  "title": "Public Write Tables",
147
- "description": "Add tables split by comma, when insert,update,upsert,delete enabled in public use, they can only use tables from this list. When skills in owner mode, this list will not limit skills.",
149
+ "description": "Add tables separated by commas. When insert, update, upsert, or delete operations are enabled for public use, only tables from this list can be used. This list does not restrict the skills executed by the owner or in autonomous chat.",
148
150
  "default": ""
149
151
  }
150
152
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: intentkit
3
- Version: 0.6.0.dev15
3
+ Version: 0.6.0.dev16
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=766P2mC4FASUdhcc5MRI7d8Cly91WpUe8s-pAgW5wuc,385
1
+ intentkit/__init__.py,sha256=hUWe3DJJ3b06wVI7VvqEEKBqFWh0FfoB-KjBqef10fM,385
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
@@ -222,7 +222,7 @@ intentkit/skills/http/get.py,sha256=F5FxeSfuqo4HgpimTyvxHYbbwaCZU-fAxY0lvkTfMdE,
222
222
  intentkit/skills/http/http.svg,sha256=VMPivLGjOH2zaxH9mvn7r-T9Z-Td6eO04xRNYQJcAGM,767
223
223
  intentkit/skills/http/post.py,sha256=d5Nol7HW-r5Ie8yfsmf7lDg-3aPtKAqcShV-5HSvVxA,4268
224
224
  intentkit/skills/http/put.py,sha256=iO4lWSh2KciUaX_bUU1oatrjHJ_dcKgDq1G6bcdRGqU,4252
225
- intentkit/skills/http/schema.json,sha256=KrtDzzeYcz3NS4f2wpwf7YtjwoT2OMzurluxfF-vNn8,2343
225
+ intentkit/skills/http/schema.json,sha256=zryLRzGm4_BpBZmzlmNlyHmWrPFu3bdv0yx0sqrCwa4,2074
226
226
  intentkit/skills/lifi/README.md,sha256=7Cjn6-VDzXIeNNlt8aXrwErEOk22ofPzk4hCubyT3vQ,8355
227
227
  intentkit/skills/lifi/__init__.py,sha256=m7fim2BabigaWsv1VNr0TtVlvkNbHwvFvohPZTQHw_8,4944
228
228
  intentkit/skills/lifi/base.py,sha256=8MrF3vJmh0ZmVHoGZ51K73u0o9AljVV1bch6ji9rS5E,584
@@ -286,7 +286,7 @@ intentkit/skills/supabase/delete_data.py,sha256=MptS05UgRSy5C3Ndlbzd23kFj7P_IuOe
286
286
  intentkit/skills/supabase/fetch_data.py,sha256=OGe8rfeFDmRDiI0gOIwL-z_5c6NwQFh9fw6p5BsyMFU,4735
287
287
  intentkit/skills/supabase/insert_data.py,sha256=B423NtKmUW-MzWki9akglvzii98dStHie9ssAYrlwzo,2229
288
288
  intentkit/skills/supabase/invoke_function.py,sha256=i3AzobqaaEy6P-_QdGjzhyD2UiC1qipOyCKu8hD0rwg,2522
289
- intentkit/skills/supabase/schema.json,sha256=Sax0p0coNRg_AU7QSaMwWmI2KWqtH0lq5eYOlSStH9I,4638
289
+ intentkit/skills/supabase/schema.json,sha256=dAKAyp_L94YSh9jj2KCYLJE7XDZQvcrBx-Jud-Shs7Y,4845
290
290
  intentkit/skills/supabase/supabase.svg,sha256=65_80QCtJiKKV4EAuny_xbOD5JlTONEiq9xqO00hDtM,1107
291
291
  intentkit/skills/supabase/update_data.py,sha256=GM-JtpQHcZbX3fezjWLgdia3zZDKfgz6ZOhHfYSWXI0,3984
292
292
  intentkit/skills/supabase/upsert_data.py,sha256=STKu3e0n2krpzTOznJPV9hw2__GL6e1foIyNo3hh_xU,2499
@@ -390,7 +390,7 @@ intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
390
390
  intentkit/utils/s3.py,sha256=9trQNkKQ5VgxWsewVsV8Y0q_pXzGRvsCYP8xauyUYkg,8549
391
391
  intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
392
392
  intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
393
- intentkit-0.6.0.dev15.dist-info/METADATA,sha256=izcqswa-Iaol-mkK7jtBQfcfUBRxRtZzeGaDwjUvkgo,7286
394
- intentkit-0.6.0.dev15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
395
- intentkit-0.6.0.dev15.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
396
- intentkit-0.6.0.dev15.dist-info/RECORD,,
393
+ intentkit-0.6.0.dev16.dist-info/METADATA,sha256=w1LdgxgEmc6a3V6c0DEnlOOgRStElpNRjhNUg_gcF2I,7286
394
+ intentkit-0.6.0.dev16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
395
+ intentkit-0.6.0.dev16.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
396
+ intentkit-0.6.0.dev16.dist-info/RECORD,,