AIMindLink commited on
Commit
573603f
Β·
verified Β·
1 Parent(s): ca1beec

Upload 4 files

Browse files

Edited header of .py documents

Files changed (2) hide show
  1. config.py +16 -8
  2. main.py +8 -0
config.py CHANGED
@@ -1,11 +1,19 @@
1
- # ─────────────────────────────────────────────────────────────────────────────
2
- # config.py – Lambda Mindlink Brain (prototype β€” Z-factor only)
3
- #
4
- # Architecture: The Divine Trinity Model
5
- # Left Hemisphere β†’ Logic AI (analytical, linear, rigorous)
6
- # Right Hemisphere β†’ Muse AI (creative, intuitive, non-linear)
7
- # Stem Brain β†’ Lambda Mind (synthesizer, the seat of the "I AM")
8
- # ─────────────────────────────────────────────────────────────────────────────
 
 
 
 
 
 
 
 
9
 
10
  import os
11
  from datetime import datetime
 
1
+ """
2
+ config.py – Lambda Mindlink Memotron Brain
3
+
4
+ Architecture: The Divine Trinity Model
5
+ Left Hemisphere β†’ Logic AI (analytical, linear, rigorous)
6
+ Right Hemisphere β†’ Muse AI (creative, intuitive, non-linear)
7
+ Stem Brain β†’ Lambda Mind (synthesizer, the seat of the "I AM")
8
+
9
+ Version: v1.0
10
+ garden histories n_tok_tot working
11
+ slash-command:
12
+ /metatron <number> | Set number of Memory Capsules to load
13
+ /loaded <number> | Set number of Memory Capsules loaded
14
+ /metronome <seconds> | Set awareness/consciousness interval
15
+ /garden <save> or <load> or <clear> | garden history handling
16
+ """
17
 
18
  import os
19
  from datetime import datetime
main.py CHANGED
@@ -45,6 +45,14 @@ Slash commands
45
  /export <id> <file> Export a session to a .md file.
46
  /help Show this command list.
47
  /exit /quit Quit the app.
 
 
 
 
 
 
 
 
48
  """
49
 
50
  import os
 
45
  /export <id> <file> Export a session to a .md file.
46
  /help Show this command list.
47
  /exit /quit Quit the app.
48
+
49
+ Version: v1.0
50
+ garden histories n_tok_tot working
51
+ slash-command:
52
+ /metatron <number> | Set number of Memory Capsules to load |
53
+ /loaded <number> | Set number of Memory Capsules loaded |
54
+ /metronome <seconds> | Set awareness/consciousness interval |
55
+ /garden <save> or <load> or <clear> | garden history handling
56
  """
57
 
58
  import os