@misterscan/sesi 1.2.3 → 1.3.2
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.
- package/.agents/rules/sesi-must-read.md +116 -0
- package/.agents/workflows/create-sesi-script.md +44 -0
- package/.agents/workflows/fix-sesi-script.md +14 -0
- package/.github/prompts/MakeInSesi.prompt.md +79 -0
- package/README.md +163 -51
- package/bin/sesi.js +196 -38
- package/chatbot/chatbot.html +488 -0
- package/{main → chatbot}/chatbot.sesi +1 -2
- package/chatbot/chatbot_server.py +105 -0
- package/chatbot/sesi_db_chatbot.sesi +278 -0
- package/dist/ai-runtime.js +2 -2
- package/dist/builtins.d.ts.map +1 -1
- package/dist/builtins.js +199 -5
- package/dist/builtins.js.map +1 -1
- package/dist/index.d.ts +12 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +90 -6
- package/dist/index.js.map +1 -1
- package/dist/interpreter.d.ts +21 -2
- package/dist/interpreter.d.ts.map +1 -1
- package/dist/interpreter.js +201 -92
- package/dist/interpreter.js.map +1 -1
- package/dist/lexer.d.ts.map +1 -1
- package/dist/lexer.js +8 -4
- package/dist/lexer.js.map +1 -1
- package/dist/parser.d.ts +1 -0
- package/dist/parser.d.ts.map +1 -1
- package/dist/parser.js +21 -12
- package/dist/parser.js.map +1 -1
- package/dist/sesi.bundled.js +2526 -1487
- package/dist/types.d.ts +14 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +33 -1
- package/dist/types.js.map +1 -1
- package/docs/ARCHITECTURE.md +21 -13
- package/docs/BUILTINS.md +136 -19
- package/docs/CLI.md +200 -0
- package/docs/COMPARISON.md +16 -13
- package/docs/IMAGE_GENERATION.md +13 -14
- package/docs/IMPLEMENTATION_SUMMARY.md +174 -110
- package/docs/QUICKSTART.md +173 -39
- package/docs/README.md +202 -54
- package/docs/{SYSTEMS_REASONING.md → REASONING.md} +115 -120
- package/docs/ROADMAP.md +51 -47
- package/docs/SKILLS.md +73 -98
- package/docs/SPECIFICATION.md +59 -40
- package/examples/03_functions.sesi +30 -1
- package/examples/07_prompts.sesi +27 -3
- package/examples/08_model_call.sesi +6 -4
- package/examples/09_structured_output.sesi +19 -3
- package/examples/10_code_generation.sesi +6 -4
- package/examples/11_memory_conversation.sesi +47 -15
- package/examples/12_classification.sesi +62 -7
- package/examples/13_data_pipeline.sesi +55 -28
- package/examples/14_folder_explainer.sesi +52 -51
- package/examples/15_image_generation.sesi +15 -14
- package/examples/16_modules.sesi +27 -27
- package/examples/19_search_web.sesi +18 -2
- package/examples/20_model_aliases.sesi +22 -0
- package/examples/21_custom_tools.sesi +27 -0
- package/examples/22_reasoning_plus_custom_tools.sesi +19 -0
- package/main/tests/test-args.sesi +7 -0
- package/main/tests/test_args.sesi +7 -0
- package/main/tests/test_general_modules.sesi +127 -0
- package/main/tests/test_grounding.sesi +2 -0
- package/package.json +26 -22
- package/docs/DISTRIBUTED_SYSTEMS.md +0 -71
- package/docs/sesi_ai_chronicles.md +0 -209
- package/main/conversational_classifier_weights.json +0 -45
- package/main/conversational_sentences.json +0 -304
- package/main/epochs.sesi +0 -94
- package/main/gpu_orchestrator.sesi +0 -36
- package/main/hardware_diagnostics.sesi +0 -118
- package/main/inference.sesi +0 -54
- package/main/native_chatbot.sesi +0 -180
- package/main/native_synthesizer.sesi +0 -83
- package/main/nn_personas_trainer.sesi +0 -302
- package/main/nn_responses_trainer.sesi +0 -269
- package/main/nn_sentences_trainer.sesi +0 -330
- package/main/orchestrator.sesi +0 -15
- package/main/personas.json +0 -124
- package/main/personas_classifier_weights.json +0 -45
- package/main/playground.sesi +0 -3
- package/main/predictive_typing.sesi +0 -127
- package/main/query_brain.sesi +0 -45
- package/main/response_classifier_weights.json +0 -45
- package/main/retro_chat.html +0 -239
- package/main/retro_chat_generator.sesi +0 -745
- package/main/sesi_ai.sesi +0 -158
- package/main/sesi_db_chatbot.sesi +0 -280
- package/main/setup_swarm.sesi +0 -5
- package/main/start.sesi +0 -13
- package/main/terminal.log +0 -56
- package/main/terminal_chat.py +0 -385
- package/main/unified_sesi_ai.sesi +0 -334
- package/main/varied_responses.json +0 -304
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"weights": [
|
|
3
|
-
[
|
|
4
|
-
18.510274032142235,
|
|
5
|
-
18.355873128308392,
|
|
6
|
-
20.76432615783914,
|
|
7
|
-
-16.238196831707608,
|
|
8
|
-
0.08087644541633254,
|
|
9
|
-
-0.03425009909771426,
|
|
10
|
-
-15.945372462209287,
|
|
11
|
-
-16.598144376926825,
|
|
12
|
-
0.42912132670136394,
|
|
13
|
-
-15.245883114985562
|
|
14
|
-
],
|
|
15
|
-
[
|
|
16
|
-
-16.510291309720394,
|
|
17
|
-
-16.251311980782912,
|
|
18
|
-
-18.649382901571453,
|
|
19
|
-
17.023344045941805,
|
|
20
|
-
-0.11881843506179468,
|
|
21
|
-
-0.2750036518402461,
|
|
22
|
-
-17.95333048054457,
|
|
23
|
-
-18.820444263234265,
|
|
24
|
-
0.23870075595453577,
|
|
25
|
-
-17.17913086917525
|
|
26
|
-
],
|
|
27
|
-
[
|
|
28
|
-
-16.765889113557733,
|
|
29
|
-
-16.517214955104148,
|
|
30
|
-
-18.928956586218703,
|
|
31
|
-
-15.86694173251765,
|
|
32
|
-
-0.35046273196023325,
|
|
33
|
-
-0.24066808552412333,
|
|
34
|
-
18.665748212104305,
|
|
35
|
-
19.531086616455376,
|
|
36
|
-
-0.408438881386575,
|
|
37
|
-
17.88772263711346
|
|
38
|
-
]
|
|
39
|
-
],
|
|
40
|
-
"biases": [
|
|
41
|
-
-1.88464813446636,
|
|
42
|
-
-0.41824612403204736,
|
|
43
|
-
-0.12868296893164985
|
|
44
|
-
]
|
|
45
|
-
}
|
package/main/retro_chat.html
DELETED
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<title>Netscape Navigator - [Sesi Neural Chatway v2.0]</title>
|
|
5
|
-
<style>
|
|
6
|
-
body {
|
|
7
|
-
background-color: #008080; /* Win95 Teal */
|
|
8
|
-
font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
|
|
9
|
-
color: #000000;
|
|
10
|
-
margin: 20px;
|
|
11
|
-
}
|
|
12
|
-
.netscape-window {
|
|
13
|
-
width: 720px;
|
|
14
|
-
background-color: #c0c0c0; /* Win95 grey */
|
|
15
|
-
border: 3px solid;
|
|
16
|
-
border-color: #ffffff #5a5a5a #5a5a5a #ffffff;
|
|
17
|
-
box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
|
|
18
|
-
margin: 0 auto;
|
|
19
|
-
}
|
|
20
|
-
.title-bar {
|
|
21
|
-
background: linear-gradient(90deg, #000080, #1080d0);
|
|
22
|
-
color: #ffffff;
|
|
23
|
-
font-weight: bold;
|
|
24
|
-
padding: 4px 6px;
|
|
25
|
-
display: flex;
|
|
26
|
-
justify-content: space-between;
|
|
27
|
-
align-items: center;
|
|
28
|
-
}
|
|
29
|
-
.title-text { font-size: 14px; }
|
|
30
|
-
.window-buttons button {
|
|
31
|
-
width: 16px;
|
|
32
|
-
height: 14px;
|
|
33
|
-
font-size: 9px;
|
|
34
|
-
font-weight: bold;
|
|
35
|
-
background-color: #c0c0c0;
|
|
36
|
-
border: 1px solid;
|
|
37
|
-
border-color: #ffffff #5a5a5a #5a5a5a #ffffff;
|
|
38
|
-
margin-left: 2px;
|
|
39
|
-
}
|
|
40
|
-
.menu-bar {
|
|
41
|
-
background-color: #c0c0c0;
|
|
42
|
-
padding: 2px 10px;
|
|
43
|
-
border-bottom: 2px solid #808080;
|
|
44
|
-
font-size: 12px;
|
|
45
|
-
display: flex;
|
|
46
|
-
gap: 15px;
|
|
47
|
-
}
|
|
48
|
-
.menu-item { text-decoration: underline; cursor: pointer; }
|
|
49
|
-
.toolbar {
|
|
50
|
-
padding: 6px;
|
|
51
|
-
background-color: #d8d8d8;
|
|
52
|
-
display: flex;
|
|
53
|
-
gap: 10px;
|
|
54
|
-
border-bottom: 2px solid #808080;
|
|
55
|
-
}
|
|
56
|
-
.tool-btn {
|
|
57
|
-
padding: 3px 8px;
|
|
58
|
-
font-size: 12px;
|
|
59
|
-
border: 2px solid;
|
|
60
|
-
border-color: #ffffff #5a5a5a #5a5a5a #ffffff;
|
|
61
|
-
background-color: #c0c0c0;
|
|
62
|
-
font-weight: bold;
|
|
63
|
-
}
|
|
64
|
-
.location-bar {
|
|
65
|
-
padding: 6px;
|
|
66
|
-
background-color: #c0c0c0;
|
|
67
|
-
display: flex;
|
|
68
|
-
align-items: center;
|
|
69
|
-
gap: 5px;
|
|
70
|
-
font-size: 12px;
|
|
71
|
-
border-bottom: 2px solid #808080;
|
|
72
|
-
}
|
|
73
|
-
.location-input {
|
|
74
|
-
flex-grow: 1;
|
|
75
|
-
background-color: #ffffff;
|
|
76
|
-
border: 2px solid #808080;
|
|
77
|
-
padding: 2px 4px;
|
|
78
|
-
font-family: monospace;
|
|
79
|
-
font-size: 12px;
|
|
80
|
-
}
|
|
81
|
-
.main-content {
|
|
82
|
-
background-color: #ffffff;
|
|
83
|
-
margin: 10px;
|
|
84
|
-
border: 2px inset #ffffff;
|
|
85
|
-
padding: 15px;
|
|
86
|
-
}
|
|
87
|
-
.marquee-ticker {
|
|
88
|
-
background-color: #000000;
|
|
89
|
-
color: #ff00ff;
|
|
90
|
-
font-family: monospace;
|
|
91
|
-
padding: 4px;
|
|
92
|
-
font-weight: bold;
|
|
93
|
-
margin-bottom: 15px;
|
|
94
|
-
}
|
|
95
|
-
.profile-section {
|
|
96
|
-
display: grid;
|
|
97
|
-
grid-template-columns: 1fr 1fr;
|
|
98
|
-
gap: 15px;
|
|
99
|
-
margin-bottom: 20px;
|
|
100
|
-
border-bottom: 3px double #808080;
|
|
101
|
-
padding-bottom: 15px;
|
|
102
|
-
}
|
|
103
|
-
.profile-card {
|
|
104
|
-
background-color: #e0e0e0;
|
|
105
|
-
border: 2px solid;
|
|
106
|
-
border-color: #ffffff #808080 #808080 #ffffff;
|
|
107
|
-
padding: 10px;
|
|
108
|
-
}
|
|
109
|
-
.profile-title {
|
|
110
|
-
font-weight: bold;
|
|
111
|
-
color: #000080;
|
|
112
|
-
border-bottom: 1px solid #808080;
|
|
113
|
-
margin-bottom: 5px;
|
|
114
|
-
font-size: 13px;
|
|
115
|
-
}
|
|
116
|
-
.profile-detail { font-size: 11px; color: #404040; }
|
|
117
|
-
.irc-chat-window {
|
|
118
|
-
background-color: #000000;
|
|
119
|
-
color: #00ff00;
|
|
120
|
-
font-family: 'Courier New', Courier, monospace;
|
|
121
|
-
padding: 15px;
|
|
122
|
-
height: 340px;
|
|
123
|
-
overflow-y: auto;
|
|
124
|
-
border: 3px inset #808080;
|
|
125
|
-
margin-bottom: 15px;
|
|
126
|
-
}
|
|
127
|
-
.chat-line {
|
|
128
|
-
margin-bottom: 12px;
|
|
129
|
-
line-height: 1.4;
|
|
130
|
-
}
|
|
131
|
-
.prefix-a { color: #00ffff; font-weight: bold; }
|
|
132
|
-
.prefix-b { color: #ff00ff; font-weight: bold; }
|
|
133
|
-
.neural-tag {
|
|
134
|
-
background-color: #333333;
|
|
135
|
-
font-size: 9px;
|
|
136
|
-
padding: 1px 4px;
|
|
137
|
-
border-radius: 3px;
|
|
138
|
-
margin-left: 10px;
|
|
139
|
-
font-weight: bold;
|
|
140
|
-
}
|
|
141
|
-
.tag-audio { color: #39ff14; border: 1px solid #39ff14; }
|
|
142
|
-
.tag-mech { color: #ffff00; border: 1px solid #ffff00; }
|
|
143
|
-
.tag-sys { color: #00ffff; border: 1px solid #00ffff; }
|
|
144
|
-
.input-section {
|
|
145
|
-
display: flex;
|
|
146
|
-
gap: 8px;
|
|
147
|
-
align-items: center;
|
|
148
|
-
}
|
|
149
|
-
.message-input {
|
|
150
|
-
flex-grow: 1;
|
|
151
|
-
background-color: #e0e0e0;
|
|
152
|
-
border: 2px solid #5a5a5a;
|
|
153
|
-
padding: 4px;
|
|
154
|
-
font-family: monospace;
|
|
155
|
-
}
|
|
156
|
-
.send-btn {
|
|
157
|
-
padding: 4px 15px;
|
|
158
|
-
font-weight: bold;
|
|
159
|
-
background-color: #c0c0c0;
|
|
160
|
-
border: 2px solid;
|
|
161
|
-
border-color: #ffffff #5a5a5a #5a5a5a #ffffff;
|
|
162
|
-
}
|
|
163
|
-
.status-footer {
|
|
164
|
-
background-color: #c0c0c0;
|
|
165
|
-
padding: 4px 10px;
|
|
166
|
-
font-size: 11px;
|
|
167
|
-
border-top: 2px solid #808080;
|
|
168
|
-
display: flex;
|
|
169
|
-
justify-content: space-between;
|
|
170
|
-
}
|
|
171
|
-
</style>
|
|
172
|
-
</head>
|
|
173
|
-
<body>
|
|
174
|
-
<div class="netscape-window">
|
|
175
|
-
<div class="title-bar">
|
|
176
|
-
<div class="title-text">🗖 Netscape Navigator - [Sesi Neural Chatway v2.0]</div>
|
|
177
|
-
<div class="window-buttons">
|
|
178
|
-
<button>_</button><button>口</button><button>X</button>
|
|
179
|
-
</div>
|
|
180
|
-
</div>
|
|
181
|
-
<div class="menu-bar">
|
|
182
|
-
<div class="menu-item">File</div>
|
|
183
|
-
<div class="menu-item">Edit</div>
|
|
184
|
-
<div class="menu-item">View</div>
|
|
185
|
-
<div class="menu-item">Go</div>
|
|
186
|
-
<div class="menu-item">Bookmarks</div>
|
|
187
|
-
<div class="menu-item">Options</div>
|
|
188
|
-
<div class="menu-item">Help</div>
|
|
189
|
-
</div>
|
|
190
|
-
<div class="toolbar">
|
|
191
|
-
<button class="tool-btn">Back</button>
|
|
192
|
-
<button class="tool-btn">Forward</button>
|
|
193
|
-
<button class="tool-btn">Home</button>
|
|
194
|
-
<button class="tool-btn">Reload</button>
|
|
195
|
-
<button class="tool-btn">Images</button>
|
|
196
|
-
<button class="tool-btn">Open</button>
|
|
197
|
-
<button class="tool-btn">Print</button>
|
|
198
|
-
<button class="tool-btn">Stop</button>
|
|
199
|
-
</div>
|
|
200
|
-
<div class="location-bar">
|
|
201
|
-
<span>Netsite:</span>
|
|
202
|
-
<input class="location-input" type="text" value="http://www.sesi-netscape-chat.net/neural/routed-dialectic-gateway" readonly>
|
|
203
|
-
</div>
|
|
204
|
-
<div class="main-content">
|
|
205
|
-
<div class="marquee-ticker">
|
|
206
|
-
<marquee>*** NATIVELY NEURAL-ROUTED DIALECTIC ONLINE *** OFFLINE SYNAPSE DYNAMIC SPEECH BRAIN ACTIVE ***</marquee>
|
|
207
|
-
</div>
|
|
208
|
-
<div class="profile-section">
|
|
209
|
-
<div class="profile-card">
|
|
210
|
-
<div class="profile-title">🟢 Marcus Vance (Age: 52) [audio class]</div>
|
|
211
|
-
<div class="profile-detail"><b>Personality:</b> Analog synthesizer repairman and modular audio engineer who spends hours tuning voltage-controlled oscillators.</div>
|
|
212
|
-
<div class="profile-detail"><b>Conversational Tone:</b> Technical, slow-speaking, talking in wave shapes, frequencies, and electrical currents.</div>
|
|
213
|
-
</div>
|
|
214
|
-
<div class="profile-card">
|
|
215
|
-
<div class="profile-title">🟣 Jaxon Briggs (Age: 25) [audio class]</div>
|
|
216
|
-
<div class="profile-detail"><b>Personality:</b> Vintage analog beatmaker and retro hardware drum machine designer. Obsessed with audio latency.</div>
|
|
217
|
-
<div class="profile-detail"><b>Conversational Tone:</b> Rhythmic, loose, highly conversational, using terms like beat, groove, and transient.</div>
|
|
218
|
-
</div>
|
|
219
|
-
</div>
|
|
220
|
-
<div class="irc-chat-window">
|
|
221
|
-
<div class="chat-line"><span class="prefix-a"><Marcus Vance></span> I am obsessed with how the retro chiptune audio loop plays crisp and deep under a dimly lit room. There is nothing like how the 1958 Blue Note jazz record.<span class="neural-tag tag-audio">NEURAL: audio</span></div>
|
|
222
|
-
<div class="chat-line"><span class="prefix-b"><Jaxon Briggs></span> how a dynamic weight optimizer compiles refreshingly simple to see how the mixture of experts router converges highly optimized natively offline. It is simple completely warning-free in less than a.<span class="neural-tag tag-sys">NEURAL: systems</span></div>
|
|
223
|
-
<div class="chat-line"><span class="prefix-a"><Marcus Vance></span> how our Sesi systems compiler optimizes completely warning-free under tight constraints. It is simple without any cloud latency. I can show you how the offline text synthesis engine optimizes highly.<span class="neural-tag tag-sys">NEURAL: systems</span></div>
|
|
224
|
-
<div class="chat-line"><span class="prefix-b"><Jaxon Briggs></span> compiler resolves extremely elegant in less than a millisecond. It is simple to see how our native deep learning framework compiles breathtakingly fast under tight constraints. Let's explore how the.<span class="neural-tag tag-sys">NEURAL: systems</span></div>
|
|
225
|
-
<div class="chat-line"><span class="prefix-a"><Marcus Vance></span> elegant under tight constraints. Let's explore how our native deep learning framework converges extremely elegant without any cloud latency. I can show you how the offline text synthesis engine compiles.<span class="neural-tag tag-sys">NEURAL: systems</span></div>
|
|
226
|
-
<div class="chat-line"><span class="prefix-b"><Jaxon Briggs></span> latency. It is simple to see how our Sesi systems compiler compiles extremely elegant natively offline. I can show you how a millisecond. It is simple under tight constraints. Let's.<span class="neural-tag tag-sys">NEURAL: systems</span></div>
|
|
227
|
-
</div>
|
|
228
|
-
<div class="input-section">
|
|
229
|
-
<input class="message-input" type="text" value="Sesi trained neural-network is actively routing..." disabled>
|
|
230
|
-
<button class="send-btn">Send</button>
|
|
231
|
-
</div>
|
|
232
|
-
</div>
|
|
233
|
-
<div class="status-footer">
|
|
234
|
-
<span>Status: Secure Offline Connection Established.</span>
|
|
235
|
-
<span>Netscape Navigator 4.0</span>
|
|
236
|
-
</div>
|
|
237
|
-
</div>
|
|
238
|
-
</body>
|
|
239
|
-
</html>
|