intentkit 0.7.2.dev1__py3-none-any.whl → 0.7.3__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 +5 -0
- intentkit/skills/firecrawl/base.py +1 -3
- intentkit/skills/firecrawl/schema.json +3 -1
- {intentkit-0.7.2.dev1.dist-info → intentkit-0.7.3.dist-info}/METADATA +1 -1
- {intentkit-0.7.2.dev1.dist-info → intentkit-0.7.3.dist-info}/RECORD +8 -8
- {intentkit-0.7.2.dev1.dist-info → intentkit-0.7.3.dist-info}/WHEEL +0 -0
- {intentkit-0.7.2.dev1.dist-info → intentkit-0.7.3.dist-info}/licenses/LICENSE +0 -0
intentkit/__init__.py
CHANGED
|
@@ -352,6 +352,11 @@
|
|
|
352
352
|
"type": "string",
|
|
353
353
|
"description": "Telegram bot token obtained from BotFather"
|
|
354
354
|
},
|
|
355
|
+
"owner": {
|
|
356
|
+
"title": "Owner Username",
|
|
357
|
+
"type": "string",
|
|
358
|
+
"description": "Owner of the bot, if set, you can receive notifications from the bot"
|
|
359
|
+
},
|
|
355
360
|
"group_memory_public": {
|
|
356
361
|
"title": "Group Memory Public",
|
|
357
362
|
"type": "boolean",
|
|
@@ -29,9 +29,7 @@ class FirecrawlBaseTool(IntentKitSkill):
|
|
|
29
29
|
else:
|
|
30
30
|
raise ToolException("No api_key found in agent_owner configuration")
|
|
31
31
|
else:
|
|
32
|
-
|
|
33
|
-
f"Invalid API key provider: {api_key_provider}. Only 'agent_owner' is supported for Firecrawl."
|
|
34
|
-
)
|
|
32
|
+
return self.skill_store.get_system_config("firecrawl_api_key")
|
|
35
33
|
|
|
36
34
|
@property
|
|
37
35
|
def category(self) -> str:
|
|
@@ -93,12 +93,14 @@
|
|
|
93
93
|
"title": "API Key Provider",
|
|
94
94
|
"description": "Provider of the API key",
|
|
95
95
|
"enum": [
|
|
96
|
+
"platform",
|
|
96
97
|
"agent_owner"
|
|
97
98
|
],
|
|
98
99
|
"x-enum-title": [
|
|
100
|
+
"Nation Hosted",
|
|
99
101
|
"Owner Provided"
|
|
100
102
|
],
|
|
101
|
-
"default": "
|
|
103
|
+
"default": "platform"
|
|
102
104
|
},
|
|
103
105
|
"api_key": {
|
|
104
106
|
"type": "string",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intentkit
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.3
|
|
4
4
|
Summary: Intent-based AI Agent Platform - Core Package
|
|
5
5
|
Project-URL: Homepage, https://github.com/crestalnetwork/intentkit
|
|
6
6
|
Project-URL: Repository, https://github.com/crestalnetwork/intentkit
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
intentkit/__init__.py,sha256=
|
|
1
|
+
intentkit/__init__.py,sha256=NcMr01zuTHvLS4jCyo8PviVfLO5iJvOkDGYhTdAqVjM,378
|
|
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=clZmH9Ryn7cUwi6lQADEH9-AupT4V4NLMaUCzOoFHS4,1589
|
|
|
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=
|
|
27
|
+
intentkit/models/agent_schema.json,sha256=LeshtNz_JuLWHVNfY74eeh5D-Znweh8IkJ6FEKQjtT4,21248
|
|
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
|
|
@@ -207,12 +207,12 @@ intentkit/skills/enso/abi/erc20.py,sha256=IScqZhHpMt_eFfYtMXw0-w5jptkAK0xsqqUDjb
|
|
|
207
207
|
intentkit/skills/enso/abi/route.py,sha256=ng9U2RSyS5R3d-b0m5ELa4rFpaUDO9HcgSoX9P_wWZo,4746
|
|
208
208
|
intentkit/skills/firecrawl/README.md,sha256=OP5rCC5aNx9A4YjgotZB-JFdBR_0qHiWmYLuA52a8Tw,7366
|
|
209
209
|
intentkit/skills/firecrawl/__init__.py,sha256=QQ0I5vlUgsLRFqHO17vbq-3ERKL3nzoo2B4MFGH0Igg,3160
|
|
210
|
-
intentkit/skills/firecrawl/base.py,sha256=
|
|
210
|
+
intentkit/skills/firecrawl/base.py,sha256=8D66w4kRM807DRAO0kW9ph1GoGdR4dBXoU0p96I1QxE,1250
|
|
211
211
|
intentkit/skills/firecrawl/clear.py,sha256=mfzQg8e6sbCwSzJGN_Lqfgxt-0pvtH_dBtNSJpMQA5A,2830
|
|
212
212
|
intentkit/skills/firecrawl/crawl.py,sha256=lhySK1TbxGcLAXQi1zvrp4Zdo5ghhBFvxc4mFMl5LoI,18278
|
|
213
213
|
intentkit/skills/firecrawl/firecrawl.png,sha256=6GoGlIMYuIDo-TqMlZbD4QYkmxvQ7krqAa5MANumJqk,5065
|
|
214
214
|
intentkit/skills/firecrawl/query.py,sha256=LZzIy-LmqyEa8cZoBm-Eoen6GRy3NJxfuQcGi54Hwp0,4364
|
|
215
|
-
intentkit/skills/firecrawl/schema.json,sha256=
|
|
215
|
+
intentkit/skills/firecrawl/schema.json,sha256=wFUfroi3zrAJ0NI_JfpBDIJCwN7BvO5s6d0oltvSIY0,4555
|
|
216
216
|
intentkit/skills/firecrawl/scrape.py,sha256=2axmz5hZVnNGvTPTi0r0WAN4MoYNQZzOFtMZd5pRgcg,20704
|
|
217
217
|
intentkit/skills/firecrawl/utils.py,sha256=Ot_vEg4Z30_BY3Xbh59gb_Tu17tSCmytRw49RGAzZ88,10093
|
|
218
218
|
intentkit/skills/github/README.md,sha256=SzYGJ9qSPaZl68iD8AQJGKTMLv0keQZesnSK-VhrAfs,1802
|
|
@@ -418,7 +418,7 @@ intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
|
|
|
418
418
|
intentkit/utils/s3.py,sha256=9trQNkKQ5VgxWsewVsV8Y0q_pXzGRvsCYP8xauyUYkg,8549
|
|
419
419
|
intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
|
|
420
420
|
intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
|
|
421
|
-
intentkit-0.7.
|
|
422
|
-
intentkit-0.7.
|
|
423
|
-
intentkit-0.7.
|
|
424
|
-
intentkit-0.7.
|
|
421
|
+
intentkit-0.7.3.dist-info/METADATA,sha256=s75AnccWbgHGZEphmkS7Ns0UyQWLwvlJ9BQyqeuBKRE,6404
|
|
422
|
+
intentkit-0.7.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
423
|
+
intentkit-0.7.3.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
|
|
424
|
+
intentkit-0.7.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|