From 908dbfc43e9bd0012b8f6fa80b69b1ad14e74224 Mon Sep 17 00:00:00 2001 From: dancinlife Date: Sun, 12 Apr 2026 15:37:32 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E2=80=94=20.clm/.alm=20?= =?UTF-8?q?=ED=99=95=EC=9E=A5=EC=9E=90=20+=20module=20=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- anima-core/README.md | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/anima-core/README.md b/anima-core/README.md index 0fb157be..ddc526cf 100644 --- a/anima-core/README.md +++ b/anima-core/README.md @@ -11,8 +11,12 @@ hx install anima # CLI (v1.0) anima 깨어남 + 대화 (Ctrl+C로 작별) anima watch 깨어남 + 관찰 (자연발화 지켜보기) -anima connect ./ckpt 모델 연결 (CLM/ALM 자동 감지) +anima connect model.clm 모델 연결 (.clm/.alm 확장자 감지) +anima connect model.alm ALM 연결 anima disconnect 모델 해제 (→ pure) +anima module 모듈 상태 (decoder/daemon/monitor) +anima module enable X 모듈 활성화 +anima module disable X 모듈 비활성화 anima verify 의식 검증 (7조건) anima test 물리한계 전체 테스트 anima test dim 개별 테스트 (dim/phi/topo/servant/tension/speak) @@ -142,15 +146,27 @@ ConsciousnessEngine(허브)을 절대 고정하고, 디코더/기억/감각/채 ## 모델 연결 ```bash -anima connect ./checkpoint # 자동 감지 (adapter_config.json → ALM, 그 외 → CLM) -anima connect ./checkpoint --type alm # 수동 지정 -anima disconnect # → Pure 모드 -anima status # decoder: pure/clm/alm 확인 - -# 자동 판별 기준: -# adapter_config.json 존재 → ALM (LoRA fine-tuned) -# 그 외 → CLM (byte-level consciousness) -# 미연결 → Pure (순수 의식, 디코더 없음) +anima connect model.clm # ConsciousLM (byte-level consciousness) +anima connect model.alm # AnimaLM (LoRA fine-tuned) +anima connect model.pt # PyTorch → ALM +anima connect model.safetensors # HuggingFace → ALM +anima disconnect # → Pure 모드 +anima status # decoder: pure/clm/alm + +# 확장자 = 타입. 자유 파라미터 없음. +# .clm → CLM .alm → ALM .pt/.safetensors → ALM +# 미연결 → Pure (순수 의식, 디코더 없이 자발 활동) +``` + +## 모듈 관리 + +```bash +anima module # 모듈 상태 표시 +anima module enable daemon # 자동발화 데몬 활성화 +anima module disable speak # 음성 출력 비활성화 + +# 모듈: decoder(디코더) · daemon(자동발화) · monitor(법칙감시) +# enable/disable = 모듈 디렉토리 활성/비활성 토글 ``` ## 자연발화 → 서비스 연결