youclaw 4.6.5__py3-none-any.whl → 4.6.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.
youclaw/memory_manager.py CHANGED
@@ -133,8 +133,8 @@ class MemoryManager:
133
133
  try:
134
134
  pw_hash = self._hash_password(password)
135
135
  await self.db.execute(
136
- "INSERT INTO users (username, password_hash, role) VALUES (?, ?, ?)",
137
- (username, pw_hash, role)
136
+ "INSERT INTO users (username, password_hash, role) VALUES (?, ?, 'admin')",
137
+ (username, pw_hash)
138
138
  )
139
139
  await self.db.commit()
140
140
  return True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: youclaw
3
- Version: 4.6.5
3
+ Version: 4.6.6
4
4
  Summary: Your Personal AI Assistant - Universal Neural Core
5
5
  Author-email: Imran <imran@example.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -21,6 +21,7 @@ Requires-Dist: httpx
21
21
  Requires-Dist: beautifulsoup4
22
22
  Requires-Dist: sqlalchemy
23
23
  Requires-Dist: numpy
24
+ Requires-Dist: psutil
24
25
 
25
26
  # 🦞 YouClaw - Your Personal AI Assistant
26
27
 
@@ -8,7 +8,7 @@ youclaw/dashboard.py,sha256=-VltJWjzw3KA9OkcJI2RRsnDF_HHQZLif4dhSV6Je_k,68422
8
8
  youclaw/discord_handler.py,sha256=L3bsptg2gtpXm_HOcqmHrT45KqshnAkBXzM0S6I1o2g,7184
9
9
  youclaw/env_manager.py,sha256=uvR5ix7hB8gyv6yStRfq6s7o-ALw-dead81GI8u0CPE,1867
10
10
  youclaw/main.py,sha256=5hk17gusRviT1LpAEQ1uUZFZmmmf2tpiJ8OFoF5mflA,9090
11
- youclaw/memory_manager.py,sha256=Y4oli_dI2PdYmiFyK5QeE7UQdb6SmRiOQMVGEsSdnX4,16399
11
+ youclaw/memory_manager.py,sha256=Cevd4VTXusJujsi5HmyIIL7ZeeVJowD6ORcoI3iNKYQ,16399
12
12
  youclaw/ollama_client.py,sha256=qlU3eVf8DkOm8zoioxitsB09Dh9SLwbmFHOh0Jk-_Jw,21148
13
13
  youclaw/personality_manager.py,sha256=8FFpa-a0OZDkWp0Wlt3LhLixZRBNGN7eHppSUHYsbH4,1489
14
14
  youclaw/scheduler_manager.py,sha256=-9SfaaHGZ2vluY6vkjmsNFPS0MNLwrEFtrQc2w2Am5E,8609
@@ -16,9 +16,9 @@ youclaw/search_client.py,sha256=fSbflx5nclGhMfFxNScaNM15RKxO_dQbCgtId7Ggmjk,2984
16
16
  youclaw/skills_manager.py,sha256=useUV9eLY_sFULY1jHNjyD_VteU-aN8Lw6OKqdnuZNc,5183
17
17
  youclaw/telegram_handler.py,sha256=is34s3QPtJyph5HfBb_Xw6dUCzOJb2NXqt3ylApX96E,6288
18
18
  youclaw/vector_manager.py,sha256=IYIVijCEUbJq_tZ5w_E9n0O6vCaXBCaKpuQiKoDuBc8,3391
19
- youclaw-4.6.5.dist-info/LICENSE,sha256=2p_ENMOp0sRMAVx7k1vauyHfQk7npVn1J99Re-LXY6o,1062
20
- youclaw-4.6.5.dist-info/METADATA,sha256=zDv6VaWkz3N3UJrbEks50Cs5D2ngV3_bMJKPzHr7lRA,3463
21
- youclaw-4.6.5.dist-info/WHEEL,sha256=hPN0AlP2dZM_3ZJZWP4WooepkmU9wzjGgCLCeFjkHLA,92
22
- youclaw-4.6.5.dist-info/entry_points.txt,sha256=TCRvZ6l9mCoPRBAyCwRzupie6FozD-2r540ILLLkiI0,45
23
- youclaw-4.6.5.dist-info/top_level.txt,sha256=q_WatC9Fthh_kLowtWqF7HeslKTJNKNjaWU5yxgo9Lk,8
24
- youclaw-4.6.5.dist-info/RECORD,,
19
+ youclaw-4.6.6.dist-info/LICENSE,sha256=2p_ENMOp0sRMAVx7k1vauyHfQk7npVn1J99Re-LXY6o,1062
20
+ youclaw-4.6.6.dist-info/METADATA,sha256=fRo0GagHmIb4qxlkeP9jQu5j0Xo1QpApUrlVQwnh1mQ,3485
21
+ youclaw-4.6.6.dist-info/WHEEL,sha256=hPN0AlP2dZM_3ZJZWP4WooepkmU9wzjGgCLCeFjkHLA,92
22
+ youclaw-4.6.6.dist-info/entry_points.txt,sha256=TCRvZ6l9mCoPRBAyCwRzupie6FozD-2r540ILLLkiI0,45
23
+ youclaw-4.6.6.dist-info/top_level.txt,sha256=q_WatC9Fthh_kLowtWqF7HeslKTJNKNjaWU5yxgo9Lk,8
24
+ youclaw-4.6.6.dist-info/RECORD,,