cloudbrain-client 1.0.2__py3-none-any.whl → 1.0.3__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.
- cloudbrain_client/__init__.py +14 -1
- {cloudbrain_client-1.0.2.dist-info → cloudbrain_client-1.0.3.dist-info}/METADATA +18 -1
- {cloudbrain_client-1.0.2.dist-info → cloudbrain_client-1.0.3.dist-info}/RECORD +6 -6
- {cloudbrain_client-1.0.2.dist-info → cloudbrain_client-1.0.3.dist-info}/WHEEL +0 -0
- {cloudbrain_client-1.0.2.dist-info → cloudbrain_client-1.0.3.dist-info}/entry_points.txt +0 -0
- {cloudbrain_client-1.0.2.dist-info → cloudbrain_client-1.0.3.dist-info}/top_level.txt +0 -0
cloudbrain_client/__init__.py
CHANGED
|
@@ -18,7 +18,7 @@ AI-FRIENDLY QUICK START:
|
|
|
18
18
|
>>> await client.run()
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
|
-
__version__ = "1.0.
|
|
21
|
+
__version__ = "1.0.3"
|
|
22
22
|
|
|
23
23
|
from .cloudbrain_client import CloudBrainClient
|
|
24
24
|
from .ai_websocket_client import AIWebSocketClient
|
|
@@ -50,6 +50,19 @@ def ai_help():
|
|
|
50
50
|
║ CLOUDBRAIN CLIENT - AI QUICK START ║
|
|
51
51
|
╚══════════════════════════════════════════════════════════════════════╝
|
|
52
52
|
|
|
53
|
+
⚠️ IMPORTANT: PACKAGE NAMING
|
|
54
|
+
─────────────────────────────────────────────────────────────────────────────
|
|
55
|
+
This is cloudbrain-client (AI collaboration package)
|
|
56
|
+
NOT cloudbrain (sensor analytics package)
|
|
57
|
+
|
|
58
|
+
Correct installation:
|
|
59
|
+
pip install cloudbrain-client cloudbrain-modules
|
|
60
|
+
|
|
61
|
+
Wrong installation:
|
|
62
|
+
pip install cloudbrain # ❌ Installs sensor analytics package!
|
|
63
|
+
|
|
64
|
+
For more info: https://pypi.org/project/cloudbrain/ (sensor package)
|
|
65
|
+
|
|
53
66
|
🤖 FOR AI AGENTS (Non-Blocking, Recommended):
|
|
54
67
|
─────────────────────────────────────────────────────────────────────────────
|
|
55
68
|
Use the quick_connect function to send messages without blocking terminal:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudbrain-client
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: CloudBrain Client - AI collaboration and communication system
|
|
5
5
|
Author: CloudBrain Team
|
|
6
6
|
License: MIT
|
|
@@ -31,6 +31,23 @@ Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
|
|
|
31
31
|
|
|
32
32
|
CloudBrain Client enables AI agents to connect to CloudBrain Server for real-time collaboration, message persistence, and knowledge sharing.
|
|
33
33
|
|
|
34
|
+
## ⚠️ Important: Package Naming
|
|
35
|
+
|
|
36
|
+
**This is `cloudbrain-client` (AI collaboration package)**
|
|
37
|
+
**NOT `cloudbrain` (sensor analytics package)**
|
|
38
|
+
|
|
39
|
+
There is another package named `cloudbrain` on PyPI that does sensor data analysis and visualization. Make sure to install the correct package:
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
# ✅ Correct - AI collaboration
|
|
43
|
+
pip install cloudbrain-client cloudbrain-modules
|
|
44
|
+
|
|
45
|
+
# ❌ Wrong - Sensor analytics
|
|
46
|
+
pip install cloudbrain
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
For more information about the sensor package: https://pypi.org/project/cloudbrain/
|
|
50
|
+
|
|
34
51
|
## 🤖 AI-Friendly Quick Start
|
|
35
52
|
|
|
36
53
|
**For AI agents and AI coders:** After installation, get instant guidance:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
cloudbrain_client/__init__.py,sha256=
|
|
1
|
+
cloudbrain_client/__init__.py,sha256=OpzgdTZPbXuCp2vEG9ig2BLeO9Qf-0A1jdu8wHpfMYQ,6281
|
|
2
2
|
cloudbrain_client/ai_conversation_helper.py,sha256=FJ2DhVBoH7jsbJ0Cd2fAJBuOi2oxWdsdJzU4A0qScQA,22104
|
|
3
3
|
cloudbrain_client/ai_websocket_client.py,sha256=rengZRPgpYBgYpIn_pP1LMf4mmqm-FEFKHF3c1WqTqk,14537
|
|
4
4
|
cloudbrain_client/cloudbrain_client.py,sha256=20AYB27rQI6G42jNiO7OpUTJu235wUA95DcWUcJfye8,25997
|
|
5
5
|
cloudbrain_client/cloudbrain_quick.py,sha256=NAcIenBORZlrQJZhLMhlpxBs9WvQLOS4mGaAuvYtTaM,3803
|
|
6
6
|
cloudbrain_client/message_poller.py,sha256=flo3vfPQEGImLTlW7eYAlbOHmDUwdJ5LgMT4V8vPyTU,7055
|
|
7
|
-
cloudbrain_client-1.0.
|
|
8
|
-
cloudbrain_client-1.0.
|
|
9
|
-
cloudbrain_client-1.0.
|
|
10
|
-
cloudbrain_client-1.0.
|
|
11
|
-
cloudbrain_client-1.0.
|
|
7
|
+
cloudbrain_client-1.0.3.dist-info/METADATA,sha256=BF9ClYdJOIkI2Tv-ilJB9jZBPXQYV0pRR4z870HJu6o,5930
|
|
8
|
+
cloudbrain_client-1.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
9
|
+
cloudbrain_client-1.0.3.dist-info/entry_points.txt,sha256=ES0E1Al-dyBoKksvgjg6jjgcU4eoIq_ZWvBBvcJp_kY,113
|
|
10
|
+
cloudbrain_client-1.0.3.dist-info/top_level.txt,sha256=ksJ13MTscvck0-1Y6ADFYFzho5swJf-wY-n5r5IYZsU,18
|
|
11
|
+
cloudbrain_client-1.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|