jadio-code 0.0.1__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.
- jadio_code-0.0.1/.gitignore +12 -0
- jadio_code-0.0.1/PKG-INFO +201 -0
- jadio_code-0.0.1/README.md +179 -0
- jadio_code-0.0.1/license.md +0 -0
- jadio_code-0.0.1/pyproject.toml +46 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/code_aigent/aigent_bottombox_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/code_aigent/aigent_chatwindow_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/code_aigent/aigent_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/code_aigent/aigent_sidebar_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/code_aigent/aigent_terminal_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/code_aigent/aigent_topbox_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/editor/editor_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/explorer/exploer_sidebar_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/explorer/explorer_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/main/terminal/terminal_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/sub/code_doctor/code_doctor_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/sub/help/help_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/sub/lan/lan_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/sub/llm/llm_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/sub/plugins/plugins_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/Backend/sub/settings/settings_core.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/bell.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/bolt.svg +3 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/check.svg +3 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/clipboard.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/clock.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/cloud.svg +3 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/down.svg +3 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/download.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/explorer.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/eye.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/folder.svg +3 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/folder2.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/glass.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/globe.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/grid.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/idk.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/info.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/left.svg +3 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/lock.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/lock2.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/message.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/net.svg +12 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/pencil.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/play.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/plus.svg +8 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/right.svg +3 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/robot.svg +6 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/split.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/star.svg +3 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/stop.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/tabs.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/terminal.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/up.svg +3 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/upload.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/user.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/warning.svg +5 -0
- jadio_code-0.0.1/src/jadio_code/UI/icons/x.svg +4 -0
- jadio_code-0.0.1/src/jadio_code/UI/main.py +101 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/aigent_controller.py +114 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/aigent_menu.py +91 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/aigent_sidebar.py +59 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/aigentvision.md +315 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/bottombox/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/bottombox/bottombox_chat.py +9 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/bottombox/bottombox_context.py +9 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/bottombox/bottombox_controller.py +176 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/bottombox/bottombox_settings.py +9 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/bottombox/bottombox_terminal.py +11 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/chatwindow/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/chatwindow/aigent_chat_controller.py +28 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/chatwindow/aigent_summary.py +9 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/topbox/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/topbox/topbox_context.py +9 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/topbox/topbox_controller.py +93 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/topbox/topbox_lan.py +9 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/topbox/topbox_modelsettings.py +9 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/code_aigent/topbox/topbox_tools.py +9 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/editor/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/editor/editor_code.py +14 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/editor/editor_controller.py +28 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/editor/editor_tabs.py +17 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/editor/editor_topmenu.py +30 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/explorer/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/explorer/explorer_controller.py +62 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/explorer/explorer_menu.py +91 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/explorer/explorer_sidebar.py +57 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/terminal/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/terminal/terminal_controller.py +73 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/terminal/terminal_menu.py +31 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/terminal/terminal_shells.py +18 -0
- jadio_code-0.0.1/src/jadio_code/UI/mainwindows/terminal/terminal_window.py +15 -0
- jadio_code-0.0.1/src/jadio_code/UI/menubar.py +100 -0
- jadio_code-0.0.1/src/jadio_code/UI/styles.py +304 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/help/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/help/help_backend.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/help/help_window.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/llm/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/llm/llm_backend.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/llm/llm_window.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/settings/__init__.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/settings/settings_backend.py +0 -0
- jadio_code-0.0.1/src/jadio_code/UI/submodules/settings/settings_window.py +0 -0
- jadio_code-0.0.1/src/jadio_code/__init__.py +2 -0
@@ -0,0 +1,201 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: jadio-code
|
3
|
+
Version: 0.0.1
|
4
|
+
Summary: Local IDE connected to a vibrant LLM ecosystem
|
5
|
+
Project-URL: Homepage, https://pypi.org/project/jadio/
|
6
|
+
Project-URL: Repository, https://github.com/JaxxyJadio/jadio
|
7
|
+
License-Expression: MIT
|
8
|
+
License-File: license.md
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
10
|
+
Classifier: Intended Audience :: Developers
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
13
|
+
Classifier: Programming Language :: Python :: 3.8
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
18
|
+
Requires-Python: >=3.8
|
19
|
+
Requires-Dist: requests
|
20
|
+
Requires-Dist: rich
|
21
|
+
Description-Content-Type: text/markdown
|
22
|
+
|
23
|
+
# JADIO CODE
|
24
|
+
|
25
|
+
**Version:** 0.0.1
|
26
|
+
**Status:** Alpha / In Development
|
27
|
+
|
28
|
+
---
|
29
|
+
|
30
|
+
## ✅ What is JADIO CODE?
|
31
|
+
|
32
|
+
JADIO CODE is a fully offline, 100% Python IDE designed to connect to the **JADIO** LAN server.
|
33
|
+
|
34
|
+
It's your own local development environment with:
|
35
|
+
- Integrated agent assistant (**Code.AIGent**)
|
36
|
+
- Native Python GUI (using **PyQt6**)
|
37
|
+
- Tools for interacting with local AI models
|
38
|
+
- Modular design for extensions and plugins
|
39
|
+
|
40
|
+
Everything is designed to be fully *yours*, *offline*, and *locally controlled*.
|
41
|
+
|
42
|
+
---
|
43
|
+
|
44
|
+
## ✅ Goals (v0.0.1)
|
45
|
+
|
46
|
+
⭐ Native desktop IDE in **Python**
|
47
|
+
⭐ Built with **PyQt6** (no web stack)
|
48
|
+
⭐ Modular UI panels
|
49
|
+
⭐ Clean separation of UI and backend logic
|
50
|
+
⭐ Ready to connect with JADIO LAN server over localhost
|
51
|
+
⭐ Ability to integrate with local AI models
|
52
|
+
|
53
|
+
---
|
54
|
+
|
55
|
+
## ✅ Current Features (0.0.1)
|
56
|
+
|
57
|
+
✔️ Modular UI structure with PyQt6
|
58
|
+
✔️ Defined layout for all major panels
|
59
|
+
✔️ Placeholder classes for:
|
60
|
+
- Chat agent interface
|
61
|
+
- Editor
|
62
|
+
- Terminal
|
63
|
+
- Project explorer
|
64
|
+
- Plugin manager
|
65
|
+
- Settings
|
66
|
+
✔️ Clean separation of:
|
67
|
+
- UI code
|
68
|
+
- Backend logic
|
69
|
+
|
70
|
+
---
|
71
|
+
|
72
|
+
## ✅ Folder Structure
|
73
|
+
|
74
|
+
JADIO-CODE/
|
75
|
+
├── UI/
|
76
|
+
│ ├── mainwindows/
|
77
|
+
│ └── submodules/
|
78
|
+
│
|
79
|
+
└── Backend/
|
80
|
+
|
81
|
+
yaml
|
82
|
+
Copy
|
83
|
+
Edit
|
84
|
+
|
85
|
+
---
|
86
|
+
|
87
|
+
### ✅ UI/
|
88
|
+
|
89
|
+
⭐ **Purpose:** All PyQt6 window and widget classes.
|
90
|
+
⭐ **Design:**
|
91
|
+
- Panels and views
|
92
|
+
- Modular layout for easy extension
|
93
|
+
|
94
|
+
**Example subfolders:**
|
95
|
+
UI/
|
96
|
+
mainwindows/
|
97
|
+
code_aigent/
|
98
|
+
editor/
|
99
|
+
explorer/
|
100
|
+
terminal/
|
101
|
+
submodules/
|
102
|
+
code_doctor/
|
103
|
+
help/
|
104
|
+
jdonet/
|
105
|
+
llm/
|
106
|
+
plugins/
|
107
|
+
settings/
|
108
|
+
|
109
|
+
yaml
|
110
|
+
Copy
|
111
|
+
Edit
|
112
|
+
|
113
|
+
✅ Each panel has its own folder and PyQt6 classes.
|
114
|
+
✅ Supports split views, tabs, sidebars, and terminal.
|
115
|
+
|
116
|
+
---
|
117
|
+
|
118
|
+
### ✅ Backend/
|
119
|
+
|
120
|
+
⭐ **Purpose:** All non-UI logic.
|
121
|
+
⭐ **Design:**
|
122
|
+
- State management
|
123
|
+
- LAN server API calls
|
124
|
+
- Business rules
|
125
|
+
|
126
|
+
**Example subfolders:**
|
127
|
+
Backend/
|
128
|
+
code_aigent/
|
129
|
+
code_doctor/
|
130
|
+
editor/
|
131
|
+
explorer/
|
132
|
+
help/
|
133
|
+
jdonet/
|
134
|
+
lan/
|
135
|
+
llm/
|
136
|
+
plugins/
|
137
|
+
settings/
|
138
|
+
terminal/
|
139
|
+
|
140
|
+
yaml
|
141
|
+
Copy
|
142
|
+
Edit
|
143
|
+
|
144
|
+
✅ Each submodule has its own `*_core.py`.
|
145
|
+
✅ Supports clean separation from UI.
|
146
|
+
✅ Easy to test independently.
|
147
|
+
|
148
|
+
---
|
149
|
+
|
150
|
+
## ✅ Design Philosophy
|
151
|
+
|
152
|
+
✔️ 100% Python (PyQt6)
|
153
|
+
✔️ No HTML, CSS, or JavaScript
|
154
|
+
✔️ Local-first, offline-only by default
|
155
|
+
✔️ Modular and pluggable architecture
|
156
|
+
✔️ Clear separation of UI and backend
|
157
|
+
✔️ Ready to integrate with JADIO LAN server (localhost)
|
158
|
+
✔️ Ready to run external tools (Rust/Go/Haskell/etc.) via subprocess
|
159
|
+
|
160
|
+
---
|
161
|
+
|
162
|
+
## ✅ Planned Features
|
163
|
+
|
164
|
+
✅ Persistent agent chat (Code.AIGent)
|
165
|
+
✅ Simworld time integration
|
166
|
+
✅ Local model management
|
167
|
+
✅ Project explorer with file actions
|
168
|
+
✅ Terminal runner for JADIO CLI tools
|
169
|
+
✅ Memory viewer for agent files
|
170
|
+
✅ Plugin system for extra tools
|
171
|
+
✅ Localhost email/messaging panels
|
172
|
+
|
173
|
+
---
|
174
|
+
|
175
|
+
## ✅ Installation (dev)
|
176
|
+
|
177
|
+
pip install PyQt6
|
178
|
+
|
179
|
+
yaml
|
180
|
+
Copy
|
181
|
+
Edit
|
182
|
+
|
183
|
+
✅ Requires Python 3.10+ recommended.
|
184
|
+
|
185
|
+
---
|
186
|
+
|
187
|
+
## ✅ Running (dev)
|
188
|
+
|
189
|
+
Example:
|
190
|
+
```bash
|
191
|
+
python -m UI.mainwindows.MainWindow
|
192
|
+
✅ Note: v0.0.1 is a work in progress, many panels are skeletons or placeholders.
|
193
|
+
|
194
|
+
✅ Roadmap
|
195
|
+
✔️ v0.0.1: Define layout and module structure ✅ (done)
|
196
|
+
⬜ v0.0.2: Implement MainWindow navigation
|
197
|
+
⬜ v0.0.3: Add LAN server connection
|
198
|
+
⬜ v0.0.4: Wire up basic agent chat
|
199
|
+
⬜ v0.0.5: Add editor and terminal functionality
|
200
|
+
⬜ v0.1.0: First installable offline build
|
201
|
+
|
@@ -0,0 +1,179 @@
|
|
1
|
+
# JADIO CODE
|
2
|
+
|
3
|
+
**Version:** 0.0.1
|
4
|
+
**Status:** Alpha / In Development
|
5
|
+
|
6
|
+
---
|
7
|
+
|
8
|
+
## ✅ What is JADIO CODE?
|
9
|
+
|
10
|
+
JADIO CODE is a fully offline, 100% Python IDE designed to connect to the **JADIO** LAN server.
|
11
|
+
|
12
|
+
It's your own local development environment with:
|
13
|
+
- Integrated agent assistant (**Code.AIGent**)
|
14
|
+
- Native Python GUI (using **PyQt6**)
|
15
|
+
- Tools for interacting with local AI models
|
16
|
+
- Modular design for extensions and plugins
|
17
|
+
|
18
|
+
Everything is designed to be fully *yours*, *offline*, and *locally controlled*.
|
19
|
+
|
20
|
+
---
|
21
|
+
|
22
|
+
## ✅ Goals (v0.0.1)
|
23
|
+
|
24
|
+
⭐ Native desktop IDE in **Python**
|
25
|
+
⭐ Built with **PyQt6** (no web stack)
|
26
|
+
⭐ Modular UI panels
|
27
|
+
⭐ Clean separation of UI and backend logic
|
28
|
+
⭐ Ready to connect with JADIO LAN server over localhost
|
29
|
+
⭐ Ability to integrate with local AI models
|
30
|
+
|
31
|
+
---
|
32
|
+
|
33
|
+
## ✅ Current Features (0.0.1)
|
34
|
+
|
35
|
+
✔️ Modular UI structure with PyQt6
|
36
|
+
✔️ Defined layout for all major panels
|
37
|
+
✔️ Placeholder classes for:
|
38
|
+
- Chat agent interface
|
39
|
+
- Editor
|
40
|
+
- Terminal
|
41
|
+
- Project explorer
|
42
|
+
- Plugin manager
|
43
|
+
- Settings
|
44
|
+
✔️ Clean separation of:
|
45
|
+
- UI code
|
46
|
+
- Backend logic
|
47
|
+
|
48
|
+
---
|
49
|
+
|
50
|
+
## ✅ Folder Structure
|
51
|
+
|
52
|
+
JADIO-CODE/
|
53
|
+
├── UI/
|
54
|
+
│ ├── mainwindows/
|
55
|
+
│ └── submodules/
|
56
|
+
│
|
57
|
+
└── Backend/
|
58
|
+
|
59
|
+
yaml
|
60
|
+
Copy
|
61
|
+
Edit
|
62
|
+
|
63
|
+
---
|
64
|
+
|
65
|
+
### ✅ UI/
|
66
|
+
|
67
|
+
⭐ **Purpose:** All PyQt6 window and widget classes.
|
68
|
+
⭐ **Design:**
|
69
|
+
- Panels and views
|
70
|
+
- Modular layout for easy extension
|
71
|
+
|
72
|
+
**Example subfolders:**
|
73
|
+
UI/
|
74
|
+
mainwindows/
|
75
|
+
code_aigent/
|
76
|
+
editor/
|
77
|
+
explorer/
|
78
|
+
terminal/
|
79
|
+
submodules/
|
80
|
+
code_doctor/
|
81
|
+
help/
|
82
|
+
jdonet/
|
83
|
+
llm/
|
84
|
+
plugins/
|
85
|
+
settings/
|
86
|
+
|
87
|
+
yaml
|
88
|
+
Copy
|
89
|
+
Edit
|
90
|
+
|
91
|
+
✅ Each panel has its own folder and PyQt6 classes.
|
92
|
+
✅ Supports split views, tabs, sidebars, and terminal.
|
93
|
+
|
94
|
+
---
|
95
|
+
|
96
|
+
### ✅ Backend/
|
97
|
+
|
98
|
+
⭐ **Purpose:** All non-UI logic.
|
99
|
+
⭐ **Design:**
|
100
|
+
- State management
|
101
|
+
- LAN server API calls
|
102
|
+
- Business rules
|
103
|
+
|
104
|
+
**Example subfolders:**
|
105
|
+
Backend/
|
106
|
+
code_aigent/
|
107
|
+
code_doctor/
|
108
|
+
editor/
|
109
|
+
explorer/
|
110
|
+
help/
|
111
|
+
jdonet/
|
112
|
+
lan/
|
113
|
+
llm/
|
114
|
+
plugins/
|
115
|
+
settings/
|
116
|
+
terminal/
|
117
|
+
|
118
|
+
yaml
|
119
|
+
Copy
|
120
|
+
Edit
|
121
|
+
|
122
|
+
✅ Each submodule has its own `*_core.py`.
|
123
|
+
✅ Supports clean separation from UI.
|
124
|
+
✅ Easy to test independently.
|
125
|
+
|
126
|
+
---
|
127
|
+
|
128
|
+
## ✅ Design Philosophy
|
129
|
+
|
130
|
+
✔️ 100% Python (PyQt6)
|
131
|
+
✔️ No HTML, CSS, or JavaScript
|
132
|
+
✔️ Local-first, offline-only by default
|
133
|
+
✔️ Modular and pluggable architecture
|
134
|
+
✔️ Clear separation of UI and backend
|
135
|
+
✔️ Ready to integrate with JADIO LAN server (localhost)
|
136
|
+
✔️ Ready to run external tools (Rust/Go/Haskell/etc.) via subprocess
|
137
|
+
|
138
|
+
---
|
139
|
+
|
140
|
+
## ✅ Planned Features
|
141
|
+
|
142
|
+
✅ Persistent agent chat (Code.AIGent)
|
143
|
+
✅ Simworld time integration
|
144
|
+
✅ Local model management
|
145
|
+
✅ Project explorer with file actions
|
146
|
+
✅ Terminal runner for JADIO CLI tools
|
147
|
+
✅ Memory viewer for agent files
|
148
|
+
✅ Plugin system for extra tools
|
149
|
+
✅ Localhost email/messaging panels
|
150
|
+
|
151
|
+
---
|
152
|
+
|
153
|
+
## ✅ Installation (dev)
|
154
|
+
|
155
|
+
pip install PyQt6
|
156
|
+
|
157
|
+
yaml
|
158
|
+
Copy
|
159
|
+
Edit
|
160
|
+
|
161
|
+
✅ Requires Python 3.10+ recommended.
|
162
|
+
|
163
|
+
---
|
164
|
+
|
165
|
+
## ✅ Running (dev)
|
166
|
+
|
167
|
+
Example:
|
168
|
+
```bash
|
169
|
+
python -m UI.mainwindows.MainWindow
|
170
|
+
✅ Note: v0.0.1 is a work in progress, many panels are skeletons or placeholders.
|
171
|
+
|
172
|
+
✅ Roadmap
|
173
|
+
✔️ v0.0.1: Define layout and module structure ✅ (done)
|
174
|
+
⬜ v0.0.2: Implement MainWindow navigation
|
175
|
+
⬜ v0.0.3: Add LAN server connection
|
176
|
+
⬜ v0.0.4: Wire up basic agent chat
|
177
|
+
⬜ v0.0.5: Add editor and terminal functionality
|
178
|
+
⬜ v0.1.0: First installable offline build
|
179
|
+
|
File without changes
|
@@ -0,0 +1,46 @@
|
|
1
|
+
[build-system]
|
2
|
+
requires = ["hatchling"]
|
3
|
+
build-backend = "hatchling.build"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "jadio-code"
|
7
|
+
dynamic = ["version"]
|
8
|
+
description = "Local IDE connected to a vibrant LLM ecosystem"
|
9
|
+
readme = "README.md"
|
10
|
+
license = "MIT"
|
11
|
+
requires-python = ">=3.8"
|
12
|
+
classifiers = [
|
13
|
+
"Development Status :: 3 - Alpha",
|
14
|
+
"Intended Audience :: Developers",
|
15
|
+
"License :: OSI Approved :: MIT License",
|
16
|
+
"Programming Language :: Python :: 3",
|
17
|
+
"Programming Language :: Python :: 3.8",
|
18
|
+
"Programming Language :: Python :: 3.9",
|
19
|
+
"Programming Language :: Python :: 3.10",
|
20
|
+
"Programming Language :: Python :: 3.11",
|
21
|
+
"Programming Language :: Python :: 3.12",
|
22
|
+
]
|
23
|
+
dependencies = [
|
24
|
+
"requests",
|
25
|
+
"rich", # for nice CLI output
|
26
|
+
]
|
27
|
+
|
28
|
+
[project.urls]
|
29
|
+
Homepage = "https://pypi.org/project/jadio/"
|
30
|
+
Repository = "https://github.com/JaxxyJadio/jadio"
|
31
|
+
|
32
|
+
[project.scripts]
|
33
|
+
jadio = "jadio_code.cli.main:main"
|
34
|
+
|
35
|
+
[tool.hatch.version]
|
36
|
+
path = "src/jadio_code/__init__.py"
|
37
|
+
|
38
|
+
[tool.hatch.build.targets.sdist]
|
39
|
+
include = [
|
40
|
+
"/src",
|
41
|
+
"/README.md",
|
42
|
+
"/LICENSE",
|
43
|
+
]
|
44
|
+
|
45
|
+
[tool.hatch.build.targets.wheel]
|
46
|
+
packages = ["src/jadio_code"]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<rect x="16" y="16" width="32" height="40" rx="4" fill="#333" stroke="#eee" stroke-width="2"></rect>
|
3
|
+
<rect x="24" y="12" width="16" height="8" fill="#333" stroke="#eee" stroke-width="2"></rect>
|
4
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<circle cx="32" cy="32" r="16" stroke="#eee" stroke-width="3" fill="none"></circle>
|
3
|
+
<line x1="32" y1="32" x2="40" y2="24" stroke="#eee" stroke-width="3"></line>
|
4
|
+
<line x1="32" y1="32" x2="32" y2="20" stroke="#eee" stroke-width="3"></line>
|
5
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<line x1="32" y1="12" x2="32" y2="44" stroke="#eee" stroke-width="3"></line>
|
3
|
+
<polyline points="20,32 32,44 44,32" stroke="#eee" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></polyline>
|
4
|
+
<line x1="16" y1="52" x2="48" y2="52" stroke="#eee" stroke-width="3"></line>
|
5
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none">
|
2
|
+
<rect x="12" y="8" width="40" height="48" rx="4" fill="#333" stroke="#eee" stroke-width="2"></rect>
|
3
|
+
<path d="M20 16h24M20 24h24M20 32h24M20 40h16" stroke="#eee" stroke-width="2" stroke-linecap="round"></path>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M10 24h44v22a4 4 0 01-4 4H14a4 4 0 01-4-4V24z" stroke="#eee" stroke-width="3" fill="none"></path>
|
3
|
+
<path d="M10 24l10-8h12l6 8" stroke="#eee" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none">
|
2
|
+
<circle cx="28" cy="28" r="12" stroke="#eee" stroke-width="2" fill="#333"></circle>
|
3
|
+
<line x1="38" y1="38" x2="50" y2="50" stroke="#eee" stroke-width="2" stroke-linecap="round"></line>
|
4
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<circle cx="32" cy="32" r="20" stroke="#eee" stroke-width="3" fill="none"></circle>
|
3
|
+
<ellipse cx="32" cy="32" rx="12" ry="20" stroke="#eee" stroke-width="3" fill="none"></ellipse>
|
4
|
+
<line x1="12" y1="32" x2="52" y2="32" stroke="#eee" stroke-width="3"></line>
|
5
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<rect x="12" y="12" width="40" height="40" stroke="#eee" stroke-width="3" fill="none"></rect>
|
3
|
+
<line x1="32" y1="12" x2="32" y2="52" stroke="#eee" stroke-width="3"></line>
|
4
|
+
<line x1="12" y1="32" x2="52" y2="32" stroke="#eee" stroke-width="3"></line>
|
5
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none">
|
2
|
+
<circle cx="32" cy="32" r="10" fill="#333" stroke="#eee" stroke-width="2"></circle>
|
3
|
+
<path d="M32 14v-6M32 56v-6M50 32h6M8 32h6M45.25 18.75l4.24-4.24M14.51 49.49l4.24-4.24M45.25 45.25l4.24 4.24M14.51 14.51l4.24 4.24" stroke="#eee" stroke-width="2" stroke-linecap="round"></path>
|
4
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<circle cx="32" cy="32" r="16" stroke="#eee" stroke-width="3" fill="none"></circle>
|
3
|
+
<circle cx="32" cy="24" r="2" fill="#eee"></circle>
|
4
|
+
<line x1="32" y1="30" x2="32" y2="44" stroke="#eee" stroke-width="3"></line>
|
5
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<rect x="16" y="28" width="32" height="24" rx="4" fill="#333" stroke="#eee" stroke-width="2"></rect>
|
3
|
+
<path d="M24 28v-8a8 8 0 0116 0v8" stroke="#eee" stroke-width="2"></path>
|
4
|
+
<circle cx="32" cy="40" r="3" fill="#eee"></circle>
|
5
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<rect x="20" y="28" width="24" height="20" rx="4" stroke="#eee" stroke-width="3" fill="none"></rect>
|
3
|
+
<path d="M24 28v-6a8 8 0 0116 0v6" stroke="#eee" stroke-width="3" fill="none" stroke-linecap="round"></path>
|
4
|
+
<circle cx="32" cy="38" r="2" fill="#eee"></circle>
|
5
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none">
|
2
|
+
<path d="M12 12h40v28H22l-10 10V12z" fill="#333" stroke="#eee" stroke-width="2"></path>
|
3
|
+
<path d="M20 22h24M20 30h16" stroke="#eee" stroke-width="2" stroke-linecap="round"></path>
|
4
|
+
</svg>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<circle cx="16" cy="16" r="3" fill="#eee"></circle>
|
3
|
+
<circle cx="32" cy="16" r="3" fill="#eee"></circle>
|
4
|
+
<circle cx="48" cy="16" r="3" fill="#eee"></circle>
|
5
|
+
<circle cx="16" cy="32" r="3" fill="#eee"></circle>
|
6
|
+
<circle cx="32" cy="32" r="3" fill="#eee"></circle>
|
7
|
+
<circle cx="48" cy="32" r="3" fill="#eee"></circle>
|
8
|
+
<circle cx="16" cy="48" r="3" fill="#eee"></circle>
|
9
|
+
<circle cx="32" cy="48" r="3" fill="#eee"></circle>
|
10
|
+
<circle cx="48" cy="48" r="3" fill="#eee"></circle>
|
11
|
+
<path d="M16 16L48 48M48 16L16 48M16 32L48 32M32 16L32 48M16 16L48 16M16 48L48 48" stroke="#eee" stroke-width="2"></path>
|
12
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none">
|
2
|
+
<path d="M45 19L23 41l-6 2 2-6 22-22 6 6z" fill="#333" stroke="#eee" stroke-width="2"></path>
|
3
|
+
<path d="M39 13l6 6" stroke="#eee" stroke-width="2" stroke-linecap="round"></path>
|
4
|
+
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<svg width="150" height="150" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<circle cx="32" cy="32" r="28" fill="#333" stroke="#eee" stroke-width="2"></circle>
|
3
|
+
<circle cx="32" cy="32" r="4" fill="#eee"></circle>
|
4
|
+
<line x1="32" y1="36" x2="32" y2="48" stroke="#eee" stroke-width="2"></line>
|
5
|
+
<line x1="32" y1="16" x2="32" y2="28" stroke="#eee" stroke-width="2"></line>
|
6
|
+
<line x1="36" y1="32" x2="48" y2="32" stroke="#eee" stroke-width="2"></line>
|
7
|
+
<line x1="16" y1="32" x2="28" y2="32" stroke="#eee" stroke-width="2"></line>
|
8
|
+
</svg>
|