youclaw 4.6.0__py3-none-any.whl → 4.6.1__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/config.py CHANGED
@@ -41,7 +41,8 @@ class DiscordConfig:
41
41
  def __post_init__(self):
42
42
  """Validate configuration"""
43
43
  if self.enabled and not self.token:
44
- raise ValueError("DISCORD_BOT_TOKEN must be set when Discord is enabled")
44
+ logger.warning("DISCORD_BOT_TOKEN not found. Disabling Discord integration.")
45
+ self.enabled = False
45
46
 
46
47
 
47
48
  @dataclass
@@ -53,7 +54,8 @@ class TelegramConfig:
53
54
  def __post_init__(self):
54
55
  """Validate configuration"""
55
56
  if self.enabled and not self.token:
56
- raise ValueError("TELEGRAM_BOT_TOKEN must be set when Telegram is enabled")
57
+ logger.warning("TELEGRAM_BOT_TOKEN not found. Disabling Telegram integration.")
58
+ self.enabled = False
57
59
 
58
60
 
59
61
  @dataclass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: youclaw
3
- Version: 4.6.0
3
+ Version: 4.6.1
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
@@ -2,7 +2,7 @@ youclaw/__init__.py,sha256=O-gFt_L-TungI3JyIY56YGTiizaIjpKKTWBVAWToqmg,539
2
2
  youclaw/bot.py,sha256=-kpw0AE4svBrdz0ZpcJIZi-ZQT1yy_mXIcpRKqei6r4,5931
3
3
  youclaw/cli.py,sha256=tbqa4BuWJtxllPQ8CFr3CtspCGsCebOROOQQGG8XqO4,16854
4
4
  youclaw/commands.py,sha256=ljexFjbRoTyZmGKswLzOXa03WocuCzYzCYE8A08WbzE,5401
5
- youclaw/config.py,sha256=I-74d7y--94Pee2yHj2CssILoqpO5b4UUVBVvYCMnOk,6559
5
+ youclaw/config.py,sha256=FayDGLQLNLBm0O9QuzBjM1gO2MiJ57cnqB6aBwUWSXw,6633
6
6
  youclaw/core_skills.py,sha256=AyoBq3LqTiwsNvVehi4T7RMGtd1J-lI-YL_owuj5ZUQ,9227
7
7
  youclaw/dashboard.py,sha256=IJLYLYkMp4OSVl3lyUr-p4gWgInz8Nrz0w5JaqQ2lTA,68141
8
8
  youclaw/discord_handler.py,sha256=L3bsptg2gtpXm_HOcqmHrT45KqshnAkBXzM0S6I1o2g,7184
@@ -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=8gvYst6JoFzLKl7syaeN4WKPPCXXuEG-gTX15uL8b5g,3390
19
- youclaw-4.6.0.dist-info/LICENSE,sha256=2p_ENMOp0sRMAVx7k1vauyHfQk7npVn1J99Re-LXY6o,1062
20
- youclaw-4.6.0.dist-info/METADATA,sha256=h64zYIxF3YvtMN7siLGSd3HUSZIfeJm9f89hSnwOcjI,3416
21
- youclaw-4.6.0.dist-info/WHEEL,sha256=hPN0AlP2dZM_3ZJZWP4WooepkmU9wzjGgCLCeFjkHLA,92
22
- youclaw-4.6.0.dist-info/entry_points.txt,sha256=TCRvZ6l9mCoPRBAyCwRzupie6FozD-2r540ILLLkiI0,45
23
- youclaw-4.6.0.dist-info/top_level.txt,sha256=q_WatC9Fthh_kLowtWqF7HeslKTJNKNjaWU5yxgo9Lk,8
24
- youclaw-4.6.0.dist-info/RECORD,,
19
+ youclaw-4.6.1.dist-info/LICENSE,sha256=2p_ENMOp0sRMAVx7k1vauyHfQk7npVn1J99Re-LXY6o,1062
20
+ youclaw-4.6.1.dist-info/METADATA,sha256=PlSDfLru_vi7e9HCrzGvZXJ4nT7e9KCZew-njMaIbMU,3416
21
+ youclaw-4.6.1.dist-info/WHEEL,sha256=hPN0AlP2dZM_3ZJZWP4WooepkmU9wzjGgCLCeFjkHLA,92
22
+ youclaw-4.6.1.dist-info/entry_points.txt,sha256=TCRvZ6l9mCoPRBAyCwRzupie6FozD-2r540ILLLkiI0,45
23
+ youclaw-4.6.1.dist-info/top_level.txt,sha256=q_WatC9Fthh_kLowtWqF7HeslKTJNKNjaWU5yxgo9Lk,8
24
+ youclaw-4.6.1.dist-info/RECORD,,