dalexor 0.1.4__tar.gz → 0.1.5__tar.gz

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-0.1.5/PKG-INFO ADDED
@@ -0,0 +1,61 @@
1
+ Metadata-Version: 2.4
2
+ Name: dalexor
3
+ Version: 0.1.5
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 CLI (Sovereign Agent) 🧠
28
+
29
+ Install the local agent to monitor your project and sync with the Global Brain. Dalexor provides zero-knowledge code intelligence and synaptic mapping for professional developers.
30
+
31
+ ## 🚀 Installation
32
+
33
+ ```bash
34
+ pip install dalexor
35
+ ```
36
+
37
+ ## 🛠️ Setup
38
+
39
+ ```bash
40
+ dalexor init
41
+ ```
42
+
43
+ ## 📖 Available Commands
44
+
45
+ | Command | Description |
46
+ | :--- | :--- |
47
+ | **`dalexor init`** | Configure your API Key and select your project universe. |
48
+ | **`dx watch`** | Real-time monitoring of file changes with immediate neural sync. |
49
+ | **`dx sync`** | Deep analysis of all project files and global synaptic mapping. |
50
+ | **`dx chat`** | Interactive CLI chat with your project's neural memory. |
51
+ | **`dx tail`** | Live intelligence stream of incoming project signals (**Shannon Stream**). |
52
+ | **`dx mcp`** | Start the Model Context Protocol server for IDE integration (SSE). |
53
+ | **`dx seal`** | Force immediate milestone creation (bypasses the stability window). |
54
+
55
+ ---
56
+
57
+ ## ⚠️ PROPRIETARY SOFTWARE
58
+ This software is **Proprietary**. All rights are reserved by Dalexor MI.
59
+ Unauthorized copying, modification, or redistribution of this package is strictly prohibited.
60
+
61
+ Visit [dalexor.com](https://dalexor.com) for more details.
@@ -0,0 +1,35 @@
1
+ # Dalexor CLI (Sovereign Agent) 🧠
2
+
3
+ Install the local agent to monitor your project and sync with the Global Brain. Dalexor provides zero-knowledge code intelligence and synaptic mapping for professional developers.
4
+
5
+ ## 🚀 Installation
6
+
7
+ ```bash
8
+ pip install dalexor
9
+ ```
10
+
11
+ ## 🛠️ Setup
12
+
13
+ ```bash
14
+ dalexor init
15
+ ```
16
+
17
+ ## 📖 Available Commands
18
+
19
+ | Command | Description |
20
+ | :--- | :--- |
21
+ | **`dalexor init`** | Configure your API Key and select your project universe. |
22
+ | **`dx watch`** | Real-time monitoring of file changes with immediate neural sync. |
23
+ | **`dx sync`** | Deep analysis of all project files and global synaptic mapping. |
24
+ | **`dx chat`** | Interactive CLI chat with your project's neural memory. |
25
+ | **`dx tail`** | Live intelligence stream of incoming project signals (**Shannon Stream**). |
26
+ | **`dx mcp`** | Start the Model Context Protocol server for IDE integration (SSE). |
27
+ | **`dx seal`** | Force immediate milestone creation (bypasses the stability window). |
28
+
29
+ ---
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
+ Visit [dalexor.com](https://dalexor.com) for more details.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dalexor"
7
- version = "0.1.4"
7
+ version = "0.1.5"
8
8
  authors = [
9
9
  { name="Dalexor Team", email="support@dalexor.com" },
10
10
  ]
@@ -0,0 +1,61 @@
1
+ Metadata-Version: 2.4
2
+ Name: dalexor
3
+ Version: 0.1.5
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 CLI (Sovereign Agent) 🧠
28
+
29
+ Install the local agent to monitor your project and sync with the Global Brain. Dalexor provides zero-knowledge code intelligence and synaptic mapping for professional developers.
30
+
31
+ ## 🚀 Installation
32
+
33
+ ```bash
34
+ pip install dalexor
35
+ ```
36
+
37
+ ## 🛠️ Setup
38
+
39
+ ```bash
40
+ dalexor init
41
+ ```
42
+
43
+ ## 📖 Available Commands
44
+
45
+ | Command | Description |
46
+ | :--- | :--- |
47
+ | **`dalexor init`** | Configure your API Key and select your project universe. |
48
+ | **`dx watch`** | Real-time monitoring of file changes with immediate neural sync. |
49
+ | **`dx sync`** | Deep analysis of all project files and global synaptic mapping. |
50
+ | **`dx chat`** | Interactive CLI chat with your project's neural memory. |
51
+ | **`dx tail`** | Live intelligence stream of incoming project signals (**Shannon Stream**). |
52
+ | **`dx mcp`** | Start the Model Context Protocol server for IDE integration (SSE). |
53
+ | **`dx seal`** | Force immediate milestone creation (bypasses the stability window). |
54
+
55
+ ---
56
+
57
+ ## ⚠️ PROPRIETARY SOFTWARE
58
+ This software is **Proprietary**. All rights are reserved by Dalexor MI.
59
+ Unauthorized copying, modification, or redistribution of this package is strictly prohibited.
60
+
61
+ Visit [dalexor.com](https://dalexor.com) for more details.
dalexor-0.1.4/PKG-INFO DELETED
@@ -1,68 +0,0 @@
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.
dalexor-0.1.4/README.md DELETED
@@ -1,42 +0,0 @@
1
- # Dalexor MI: Global MCP Brain 🧠
2
-
3
- The official bridge for connecting your local IDE to the Dalexor Neural Network.
4
-
5
- ## ⚠️ PROPRIETARY SOFTWARE
6
- This software is **Proprietary**. All rights are reserved by Dalexor MI.
7
- Unauthorized copying, modification, or redistribution of this package is strictly prohibited.
8
-
9
- ---
10
-
11
- ## Features
12
- - **Global MCP**: Connect Cursor/Windsurf to your cloud intelligence via SSE.
13
- - **Embedded Sentinel**: Zero-configuration file watching.
14
- - **Multi-Tenant**: Securely handles multiple projects and environments.
15
-
16
- ## Quick Start (User Mode)
17
-
18
- 1. **Install**:
19
- ```bash
20
- pip install dalexor
21
- ```
22
-
23
- 2. **Configure Cursor**:
24
- Add a new **SSE** MCP server with your API key.
25
- ```
26
- Name: Dalexor
27
- URL: https://dalexor.up.railway.app/mcp/sse
28
- ```
29
-
30
- 3. **Start the Sentinel**:
31
- ```bash
32
- dalexor
33
- ```
34
- *(Ensure you have `DX_API_KEY` set in your environment or passed as a flag if supported).*
35
-
36
- ## Development
37
- Run the cloud bridge on Railway:
38
- ```bash
39
- RAILWAY_ENVIRONMENT=true dalexor
40
- ```
41
-
42
- Visit [dalexor.mi](https://dalexor.mi) for more details.
@@ -1,68 +0,0 @@
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.
File without changes
File without changes
File without changes
File without changes