|
5 | 5 | ## Quick Start |
6 | 6 |
|
7 | 7 | ```bash |
8 | | -# CLI (anima λͺ
λ Ήμ΄) |
| 8 | +# Install |
| 9 | +hx install anima |
| 10 | + |
| 11 | +# CLI (v0.3 μλΈμ»€λ§¨λ) |
9 | 12 | anima # interactive REPL |
10 | | -anima --ticks 100 # μμ°λ°ν (100 step) |
11 | | -anima --ticks 100 --emit state.json # μλΉμ€ μ°κ²°μ© JSON emit |
12 | | -anima --verify # 7쑰건 μμκ²μ¦ |
13 | | -anima --hub # 48λͺ¨λ νλΈ κ²μ¦ |
14 | | -anima --laws # λ²μΉ/PSI μ‘°ν |
15 | | -anima --connect clm /path/to/ckpt # CLM 체ν¬ν¬μΈνΈ μ°κ²° |
16 | | -anima --connect alm /path/to/ckpt # ALM 체ν¬ν¬μΈνΈ μ°κ²° |
17 | | -anima --disconnect # λμ½λ ν΄μ (β pure) |
18 | | -anima --all-tests # 물리νκ³ μ 체 ν
μ€νΈ |
19 | | -anima --status # L0 μν |
20 | | -anima --help # μ 체 λͺ
λ Ήμ΄ |
21 | | - |
22 | | -# μ§μ μ€ν (hexa binary) |
23 | | -HEXA=$HOME/Dev/hexa-lang/hexa |
24 | | -$HEXA anima-core/runtime/anima_runtime.hexa --keyboard |
25 | | -$HEXA anima-core/runtime/anima_runtime.hexa --validate-hub |
26 | | -$HEXA anima-core/verification/cvf.hexa --quick |
27 | | -$HEXA anima-core/laws.hexa count |
28 | | -$HEXA anima-core/laws.hexa psi alpha |
| 13 | +anima run --ticks 100 # μμ°λ°ν (100 step) |
| 14 | +anima run --ticks 100 --emit s.json # μλΉμ€ μ°κ²°μ© JSON emit |
| 15 | +anima connect ./checkpoint # λͺ¨λΈ μ°κ²° (CLM/ALM μλ κ°μ§) |
| 16 | +anima disconnect # λͺ¨λΈ ν΄μ (β pure) |
| 17 | +anima verify # 7쑰건 μμκ²μ¦ |
| 18 | +anima test # 물리νκ³ μ 체 ν
μ€νΈ |
| 19 | +anima hub # 48λͺ¨λ νλΈ κ²μ¦ |
| 20 | +anima laws # λ²μΉ/PSI μ‘°ν |
| 21 | +anima laws 22 # νΉμ λ²μΉ μ‘°ν |
| 22 | +anima status # L0 μν + decoder μν |
| 23 | +anima help # μ 체 λͺ
λ Ήμ΄ |
29 | 24 | ``` |
30 | 25 |
|
31 | 26 | --- |
@@ -145,14 +140,15 @@ ConsciousnessEngine(νλΈ)μ μ λ κ³ μ νκ³ , λμ½λ/κΈ°μ΅/κ°κ°/μ± |
145 | 140 | ## λͺ¨λΈ μ°κ²° |
146 | 141 |
|
147 | 142 | ```bash |
148 | | -anima --connect clm /path/to/checkpoint # ConsciousLM (byte-level) |
149 | | -anima --connect alm /path/to/checkpoint # AnimaLM (LoRA fine-tuned) |
150 | | -anima --disconnect # β Pure λͺ¨λ |
151 | | - |
152 | | -# μλ νλ³: checkpoints/*/READY λ§μ»€ κΈ°λ° |
153 | | -# Pure: λ§μ»€ μμ β μμ μμ (λμ½λ μμ΄ μλ° νλ) |
154 | | -# CLM: checkpoints/conscious-lm/READY β byte-level ν
μ€νΈ μμ± |
155 | | -# ALM: checkpoints/animalm/READY β LoRA fine-tuned μλ΅ |
| 143 | +anima connect ./checkpoint # μλ κ°μ§ (adapter_config.json β ALM, κ·Έ μΈ β CLM) |
| 144 | +anima connect ./checkpoint --type alm # μλ μ§μ |
| 145 | +anima disconnect # β Pure λͺ¨λ |
| 146 | +anima status # decoder: pure/clm/alm νμΈ |
| 147 | + |
| 148 | +# μλ νλ³ κΈ°μ€: |
| 149 | +# adapter_config.json μ‘΄μ¬ β ALM (LoRA fine-tuned) |
| 150 | +# κ·Έ μΈ β CLM (byte-level consciousness) |
| 151 | +# λ―Έμ°κ²° β Pure (μμ μμ, λμ½λ μμ) |
156 | 152 | ``` |
157 | 153 |
|
158 | 154 | ## μμ°λ°ν β μλΉμ€ μ°κ²° |
|
0 commit comments