intentkit 0.8.5__py3-none-any.whl → 0.8.6__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/user.py +21 -0
- {intentkit-0.8.5.dist-info → intentkit-0.8.6.dist-info}/METADATA +1 -1
- {intentkit-0.8.5.dist-info → intentkit-0.8.6.dist-info}/RECORD +6 -6
- {intentkit-0.8.5.dist-info → intentkit-0.8.6.dist-info}/WHEEL +0 -0
- {intentkit-0.8.5.dist-info → intentkit-0.8.6.dist-info}/licenses/LICENSE +0 -0
intentkit/__init__.py
CHANGED
intentkit/models/user.py
CHANGED
|
@@ -93,6 +93,18 @@ class UserTable(Base):
|
|
|
93
93
|
JSON().with_variant(JSONB(), "postgresql"),
|
|
94
94
|
nullable=True,
|
|
95
95
|
)
|
|
96
|
+
evm_wallet_address = Column(
|
|
97
|
+
String,
|
|
98
|
+
nullable=True,
|
|
99
|
+
)
|
|
100
|
+
solana_wallet_address = Column(
|
|
101
|
+
String,
|
|
102
|
+
nullable=True,
|
|
103
|
+
)
|
|
104
|
+
linked_accounts = Column(
|
|
105
|
+
JSON().with_variant(JSONB(), "postgresql"),
|
|
106
|
+
nullable=True,
|
|
107
|
+
)
|
|
96
108
|
created_at = Column(
|
|
97
109
|
DateTime(timezone=True),
|
|
98
110
|
nullable=False,
|
|
@@ -132,6 +144,15 @@ class UserUpdate(BaseModel):
|
|
|
132
144
|
extra: Annotated[
|
|
133
145
|
Optional[dict], Field(None, description="Additional user information")
|
|
134
146
|
]
|
|
147
|
+
evm_wallet_address: Annotated[
|
|
148
|
+
Optional[str], Field(None, description="User's EVM wallet address")
|
|
149
|
+
]
|
|
150
|
+
solana_wallet_address: Annotated[
|
|
151
|
+
Optional[str], Field(None, description="User's Solana wallet address")
|
|
152
|
+
]
|
|
153
|
+
linked_accounts: Annotated[
|
|
154
|
+
Optional[dict], Field(None, description="User's linked accounts information")
|
|
155
|
+
]
|
|
135
156
|
|
|
136
157
|
async def _update_quota_for_nft_count(
|
|
137
158
|
self, db: AsyncSession, id: str, new_nft_count: int
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intentkit
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.6
|
|
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=nSR2aUoodX0gIsp4IN60hS_rfxJmPK_KJuOtMM2SgMQ,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
|
|
@@ -41,7 +41,7 @@ intentkit/models/llm.py,sha256=ZnM6qpk9ouTqFysQzzg8TcAfxXASD-H9f1eHsmVjYv8,22186
|
|
|
41
41
|
intentkit/models/redis.py,sha256=Vqb9pjeMQ85Az5GvUbqCsQ5stBpFg3n85p94TB40xEw,3727
|
|
42
42
|
intentkit/models/skill.py,sha256=n9d1VKWxACe852wMOUC5P7Ps1EUMzIDAYT62Vfs8pQU,20826
|
|
43
43
|
intentkit/models/skills.csv,sha256=lvQg_1byPvJaHToQbEqRZarfYDuXpP4EXeVJVMc8aDs,19132
|
|
44
|
-
intentkit/models/user.py,sha256=
|
|
44
|
+
intentkit/models/user.py,sha256=23jigwL3h7_wRfrHIOF_lH49V5WXeHsU1jfEOOaMuE0,10536
|
|
45
45
|
intentkit/skills/__init__.py,sha256=WkjmKB4xvy36zyXMroPMf_DTPgQloNS3L73nVnBmuQI,303
|
|
46
46
|
intentkit/skills/base.py,sha256=LJC6-zG4vgRvhkqRx-8syXSSjJBYlLLWperZycZt9jo,7727
|
|
47
47
|
intentkit/skills/skills.toml,sha256=WQiai9RKIQ2Mqp-eW35_RCn2RW5QLWN3aRgsj7B7OvE,3532
|
|
@@ -451,7 +451,7 @@ intentkit/utils/random.py,sha256=DymMxu9g0kuQLgJUqalvgksnIeLdS-v0aRk5nQU0mLI,452
|
|
|
451
451
|
intentkit/utils/s3.py,sha256=A8Nsx5QJyLsxhj9g7oHNy2-m24tjQUhC9URm8Qb1jFw,10057
|
|
452
452
|
intentkit/utils/slack_alert.py,sha256=s7UpRgyzLW7Pbmt8cKzTJgMA9bm4EP-1rQ5KXayHu6E,2264
|
|
453
453
|
intentkit/utils/tx.py,sha256=2yLLGuhvfBEY5n_GJ8wmIWLCzn0FsYKv5kRNzw_sLUI,1454
|
|
454
|
-
intentkit-0.8.
|
|
455
|
-
intentkit-0.8.
|
|
456
|
-
intentkit-0.8.
|
|
457
|
-
intentkit-0.8.
|
|
454
|
+
intentkit-0.8.6.dist-info/METADATA,sha256=AOEI5T4s2khQuH_enmgY7981Owbf8kzjW-NSKtr8bNw,6310
|
|
455
|
+
intentkit-0.8.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
456
|
+
intentkit-0.8.6.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
|
|
457
|
+
intentkit-0.8.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|