dalexor 0.1.4__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.
- dalexor/__init__.py +0 -0
- dalexor/main.py +1315 -0
- dalexor-0.1.4.dist-info/METADATA +68 -0
- dalexor-0.1.4.dist-info/RECORD +8 -0
- dalexor-0.1.4.dist-info/WHEEL +5 -0
- dalexor-0.1.4.dist-info/entry_points.txt +3 -0
- dalexor-0.1.4.dist-info/licenses/LICENSE +13 -0
- dalexor-0.1.4.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: dalexor
|
|
3
|
+
Version: 0.1.4
|
|
4
|
+
Summary: Dalexor MI: Global MCP Brain & Sovereign CLI. Zero-knowledge code intelligence.
|
|
5
|
+
Author-email: Dalexor Team <support@dalexor.com>
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Operating System :: OS Independent
|
|
8
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
License-File: LICENSE
|
|
12
|
+
Requires-Dist: mcp[cli]>=1.0.0
|
|
13
|
+
Requires-Dist: supabase>=2.0.0
|
|
14
|
+
Requires-Dist: watchdog>=3.0.0
|
|
15
|
+
Requires-Dist: groq>=0.3.0
|
|
16
|
+
Requires-Dist: numpy>=1.24.0
|
|
17
|
+
Requires-Dist: python-dotenv>=1.0.0
|
|
18
|
+
Requires-Dist: uvicorn>=0.20.0
|
|
19
|
+
Requires-Dist: fastapi>=0.100.0
|
|
20
|
+
Requires-Dist: httpx>=0.24.0
|
|
21
|
+
Requires-Dist: flask>=2.3.0
|
|
22
|
+
Requires-Dist: requests>=2.31.0
|
|
23
|
+
Requires-Dist: pydantic>=2.0.0
|
|
24
|
+
Requires-Dist: cryptography>=42.0.0
|
|
25
|
+
Dynamic: license-file
|
|
26
|
+
|
|
27
|
+
# Dalexor MI: Global MCP Brain 🧠
|
|
28
|
+
|
|
29
|
+
The official bridge for connecting your local IDE to the Dalexor Neural Network.
|
|
30
|
+
|
|
31
|
+
## ⚠️ PROPRIETARY SOFTWARE
|
|
32
|
+
This software is **Proprietary**. All rights are reserved by Dalexor MI.
|
|
33
|
+
Unauthorized copying, modification, or redistribution of this package is strictly prohibited.
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Features
|
|
38
|
+
- **Global MCP**: Connect Cursor/Windsurf to your cloud intelligence via SSE.
|
|
39
|
+
- **Embedded Sentinel**: Zero-configuration file watching.
|
|
40
|
+
- **Multi-Tenant**: Securely handles multiple projects and environments.
|
|
41
|
+
|
|
42
|
+
## Quick Start (User Mode)
|
|
43
|
+
|
|
44
|
+
1. **Install**:
|
|
45
|
+
```bash
|
|
46
|
+
pip install dalexor
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
2. **Configure Cursor**:
|
|
50
|
+
Add a new **SSE** MCP server with your API key.
|
|
51
|
+
```
|
|
52
|
+
Name: Dalexor
|
|
53
|
+
URL: https://dalexor.up.railway.app/mcp/sse
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
3. **Start the Sentinel**:
|
|
57
|
+
```bash
|
|
58
|
+
dalexor
|
|
59
|
+
```
|
|
60
|
+
*(Ensure you have `DX_API_KEY` set in your environment or passed as a flag if supported).*
|
|
61
|
+
|
|
62
|
+
## Development
|
|
63
|
+
Run the cloud bridge on Railway:
|
|
64
|
+
```bash
|
|
65
|
+
RAILWAY_ENVIRONMENT=true dalexor
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
Visit [dalexor.mi](https://dalexor.mi) for more details.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
dalexor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
dalexor/main.py,sha256=0FcfAKKDyjxehc9kTboiQr3WAbAovvF-SADcaOxan58,58727
|
|
3
|
+
dalexor-0.1.4.dist-info/licenses/LICENSE,sha256=8vtGEZuuzp5cO-mlCG4j4d6MaRj1l6MsqGt1FehKH-g,665
|
|
4
|
+
dalexor-0.1.4.dist-info/METADATA,sha256=BN7aRL6QdU5l6dtsOo3s8J_wyLKmi--NU6uti1iuXh0,2025
|
|
5
|
+
dalexor-0.1.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
+
dalexor-0.1.4.dist-info/entry_points.txt,sha256=_5OmdAjPEySJJ1x--mlPtQGWvnkh6Gw-_phTIFoyLJ8,79
|
|
7
|
+
dalexor-0.1.4.dist-info/top_level.txt,sha256=Xj_feUtDk35VMNuSb67M1SPHvRW5jWkJ_MfWjad807w,8
|
|
8
|
+
dalexor-0.1.4.dist-info/RECORD,,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Proprietary Software License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Dalexor MI. All Rights Reserved.
|
|
4
|
+
|
|
5
|
+
NOTICE: This software and all related source code are the exclusive property of Dalexor MI.
|
|
6
|
+
Unauthorized copying, modification, distribution, or any other use of this software,
|
|
7
|
+
via any medium, is strictly prohibited.
|
|
8
|
+
|
|
9
|
+
This software is provided "as is", without warranty of any kind, express or implied.
|
|
10
|
+
In no event shall the authors or copyright holders be liable for any claim, damages
|
|
11
|
+
or other liability, whether in an action of contract, tort or otherwise, arising
|
|
12
|
+
from, out of or in connection with the software or the use or other dealings in the software.
|
|
13
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dalexor
|