intentkit 0.6.7.dev5__py3-none-any.whl → 0.6.7.dev6__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.py +10 -0
- {intentkit-0.6.7.dev5.dist-info → intentkit-0.6.7.dev6.dist-info}/METADATA +1 -1
- {intentkit-0.6.7.dev5.dist-info → intentkit-0.6.7.dev6.dist-info}/RECORD +6 -6
- {intentkit-0.6.7.dev5.dist-info → intentkit-0.6.7.dev6.dist-info}/WHEEL +0 -0
- {intentkit-0.6.7.dev5.dist-info → intentkit-0.6.7.dev6.dist-info}/licenses/LICENSE +0 -0
intentkit/__init__.py
CHANGED
intentkit/models/agent.py
CHANGED
|
@@ -1487,6 +1487,12 @@ class AgentResponse(BaseModel):
|
|
|
1487
1487
|
cdp_wallet_address: Annotated[
|
|
1488
1488
|
Optional[str], PydanticField(description="CDP wallet address for the agent")
|
|
1489
1489
|
]
|
|
1490
|
+
evm_wallet_address: Annotated[
|
|
1491
|
+
Optional[str], PydanticField(description="EVM wallet address for the agent")
|
|
1492
|
+
]
|
|
1493
|
+
solana_wallet_address: Annotated[
|
|
1494
|
+
Optional[str], PydanticField(description="Solana wallet address for the agent")
|
|
1495
|
+
]
|
|
1490
1496
|
has_twitter_linked: Annotated[
|
|
1491
1497
|
bool,
|
|
1492
1498
|
PydanticField(description="Whether the agent has linked their Twitter account"),
|
|
@@ -1602,6 +1608,8 @@ class AgentResponse(BaseModel):
|
|
|
1602
1608
|
|
|
1603
1609
|
# Process CDP wallet address
|
|
1604
1610
|
cdp_wallet_address = agent_data.evm_wallet_address if agent_data else None
|
|
1611
|
+
evm_wallet_address = agent_data.evm_wallet_address if agent_data else None
|
|
1612
|
+
solana_wallet_address = agent_data.solana_wallet_address if agent_data else None
|
|
1605
1613
|
|
|
1606
1614
|
# Process Twitter linked status
|
|
1607
1615
|
has_twitter_linked = False
|
|
@@ -1647,6 +1655,8 @@ class AgentResponse(BaseModel):
|
|
|
1647
1655
|
data.update(
|
|
1648
1656
|
{
|
|
1649
1657
|
"cdp_wallet_address": cdp_wallet_address,
|
|
1658
|
+
"evm_wallet_address": evm_wallet_address,
|
|
1659
|
+
"solana_wallet_address": solana_wallet_address,
|
|
1650
1660
|
"has_twitter_linked": has_twitter_linked,
|
|
1651
1661
|
"linked_twitter_username": linked_twitter_username,
|
|
1652
1662
|
"linked_twitter_name": linked_twitter_name,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intentkit
|
|
3
|
-
Version: 0.6.7.
|
|
3
|
+
Version: 0.6.7.dev6
|
|
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=UqoDAJbSIOVwgzxbFRkv4odhXoesk2F4jBeo09bMpFY,383
|
|
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
|
|
@@ -21,7 +21,7 @@ intentkit/core/engine.py,sha256=1JJuTSVs3k57M0aKD87Yx4T86Mc2DeefhLDXcHV13fY,4255
|
|
|
21
21
|
intentkit/core/node.py,sha256=RqAdcR1Fcpgw4k7q9l1Sry8LgcuZWdNxSjOHDcoavCI,9108
|
|
22
22
|
intentkit/core/prompt.py,sha256=RfLhlUktkB2kCr3wfldqq6ZP2l8heZIMc8jVp31KIyQ,3631
|
|
23
23
|
intentkit/core/skill.py,sha256=WMHEN-0uv8IqvALVDkV_a-0wqYeSbtpN_Xg1RSgrNMc,5188
|
|
24
|
-
intentkit/models/agent.py,sha256=
|
|
24
|
+
intentkit/models/agent.py,sha256=L1nB-9RMvmZ38LRjtHeIdGbmdGeS8Ji1j_s0NJsFtSQ,57216
|
|
25
25
|
intentkit/models/agent_data.py,sha256=mVsiK8TziYa1W1ujU1KwI9osIVIeSM7XJEogGRL1WVU,28263
|
|
26
26
|
intentkit/models/agent_schema.json,sha256=5RMn474uWeN8Mo7RwPQuvPa5twXcenNbUjXCWjzywrI,21659
|
|
27
27
|
intentkit/models/app_setting.py,sha256=4fuW4J6NV826e53OAsW1bnn3Pgw8iUVKH9-AUMTSYQc,5550
|
|
@@ -393,7 +393,7 @@ intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
|
|
|
393
393
|
intentkit/utils/s3.py,sha256=9trQNkKQ5VgxWsewVsV8Y0q_pXzGRvsCYP8xauyUYkg,8549
|
|
394
394
|
intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
|
|
395
395
|
intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
|
|
396
|
-
intentkit-0.6.7.
|
|
397
|
-
intentkit-0.6.7.
|
|
398
|
-
intentkit-0.6.7.
|
|
399
|
-
intentkit-0.6.7.
|
|
396
|
+
intentkit-0.6.7.dev6.dist-info/METADATA,sha256=M9FDCx_YyrMwlL32gIG4PgpMBTC5I4v7ptMRMqlTi9c,6321
|
|
397
|
+
intentkit-0.6.7.dev6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
398
|
+
intentkit-0.6.7.dev6.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
|
|
399
|
+
intentkit-0.6.7.dev6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|