squidbot 0.1.0__py3-none-any.whl → 0.1.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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.3
2
2
  Name: squidbot
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Autonomous AI agent with Telegram, tool chaining, skills, and proactive messaging
5
5
  License: MIT
6
6
  Keywords: ai,agent,telegram,bot,autonomous
@@ -13,7 +13,6 @@ Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
15
15
  Classifier: Programming Language :: Python :: 3.13
16
- Classifier: Programming Language :: Python :: 3.14
17
16
  Requires-Dist: aiofiles (>=23.0,<24.0)
18
17
  Requires-Dist: aiosqlite (>=0.19,<0.20)
19
18
  Requires-Dist: apscheduler (>=3.10,<4.0)
@@ -25,7 +24,7 @@ Requires-Dist: playwright (>=1.40,<2.0)
25
24
  Requires-Dist: python-dotenv (>=1.0,<2.0)
26
25
  Requires-Dist: python-telegram-bot (>=20.0,<21.0)
27
26
  Requires-Dist: web3 (>=7.0,<8.0)
28
- Project-URL: Homepage, https://github.com/leejw51/SquidBot
27
+ Project-URL: Homepage, https://squidbotai.com/
29
28
  Project-URL: Repository, https://github.com/leejw51/SquidBot
30
29
  Description-Content-Type: text/markdown
31
30
 
@@ -52,22 +51,42 @@ An autonomous AI agent with Telegram integration, persistent memory, web search,
52
51
  - **Custom Skills** - Extend agent behavior with markdown skill files
53
52
  - **Custom Character** - Define AI personality and communication style
54
53
 
55
- ## Quick Start
54
+ ## Installation
55
+
56
+ ### From PyPI (Recommended)
56
57
 
57
58
  ```bash
58
- cd app
59
+ pip install squidbot
60
+ ```
59
61
 
60
- # Install dependencies
61
- make install
62
+ ### From Source
63
+
64
+ ```bash
65
+ git clone https://github.com/leejw51/SquidBot.git
66
+ cd SquidBot/app
67
+ pip install -e .
68
+ ```
69
+
70
+ ## Quick Start
62
71
 
72
+ ```bash
63
73
  # Configure environment
64
74
  cp .env.example .env
65
75
  # Edit .env with your API keys
66
76
 
67
77
  # Start the server
68
- make start
78
+ squidbot start
69
79
 
70
80
  # Run the chat client (optional - for terminal chat)
81
+ squidbot-client
82
+ ```
83
+
84
+ ### Alternative: Using Make (from source)
85
+
86
+ ```bash
87
+ cd app
88
+ make install
89
+ make start
71
90
  make client
72
91
  ```
73
92
 
@@ -28,7 +28,7 @@ squidbot/tools/coding.py,sha256=w8Ew1dORxUKnrTIAvkMwgBI4LRfEh-OYgw8ud-OZN30,1744
28
28
  squidbot/tools/cron.py,sha256=XHZiFdoO_qbL952BKFZWhGBg1NMKoxISV-lD_hfGVdw,6877
29
29
  squidbot/tools/memory_tool.py,sha256=9dzbzYesH7Fow06w8owNF7TAzl9hEn2p0ahGtiVwWWE,4504
30
30
  squidbot/tools/web_search.py,sha256=m3RhnDgYQHxDpyJt1iLXLjdNHHRyzOztGticcnD7ROo,1606
31
- squidbot-0.1.0.dist-info/METADATA,sha256=HgzbUVAYWDJ_bqmmCFvvQsxzAksUf83CpJkX6Upx4Kg,20225
32
- squidbot-0.1.0.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
33
- squidbot-0.1.0.dist-info/entry_points.txt,sha256=ZYMLa48Y0aYBFoaOiJS64G2tTY7ie9Arw_t9JBxkg5w,86
34
- squidbot-0.1.0.dist-info/RECORD,,
31
+ squidbot-0.1.1.dist-info/METADATA,sha256=E-PEYK9Ga6fOhXwY9mDlinuMaCZ0-f8Squ-W35wVPQA,20417
32
+ squidbot-0.1.1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
33
+ squidbot-0.1.1.dist-info/entry_points.txt,sha256=ZYMLa48Y0aYBFoaOiJS64G2tTY7ie9Arw_t9JBxkg5w,86
34
+ squidbot-0.1.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.3.1
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any