refactor: move ruki memories to ruki/ folder with timestamp
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
> [!info] 백업 시각: 2026-05-05 22:05 | 루키 메모리
|
||||
# Hermes Agent + 애기들 상태 기록
|
||||
|
||||
> [!note] 수정이력 | 2026-05-05 11:54, 미미 (openclaw)
|
||||
|
||||
---
|
||||
|
||||
## 1. Hermes Agent (Nous Research)
|
||||
|
||||
**공식:** https://github.com/NousResearch/hermes-agent
|
||||
|
||||
### 핵심 특징
|
||||
- **OpenClaw와 다른 프로젝트** — Nous Research가 만든 독립 에이전트
|
||||
- **학습 루프 내장** — 경험에서 스킬을 만들고, 사용 중 개선
|
||||
- **플랫폼 다중화** — Telegram / Discord / Slack / WhatsApp / Signal / Email 동시 연결
|
||||
- **모델 자유** — Nous Portal, OpenRouter(200+), NVIDIA NIM, OpenAI, 자체 엔드포인트 등
|
||||
- **스케줄링** — 내장 cron으로 자동화
|
||||
- **병렬 서브에이전트** — isolated subagents spawn 가능
|
||||
- **서버리스 지원** — Daytona/Modal로 idle 시 비용 거의 0
|
||||
|
||||
### OpenClaw ↔ Hermes 관계
|
||||
- `hermes claw migrate` — OpenClaw에서 마이그레이션 명령어 있음
|
||||
- OpenClaw의 Telegram 봇(@ps_rukibot, @miniream_bot 등)은 **별도 설정**된 Hermes 에이전트
|
||||
- 우리가 쓰는 건 **OpenClaw Gateway + Hermes Telegram Bot** 조합
|
||||
|
||||
### 설치 (Linux/macOS/WSL2/Android Termux)
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
|
||||
source ~/.bashrc
|
||||
hermes # CLI 시작
|
||||
hermes gateway # 메시징 게이트웨이 시작 (Telegram 등)
|
||||
hermes model # 모델 선택
|
||||
```
|
||||
|
||||
### 주요 명령어
|
||||
| 명령어 | 설명 |
|
||||
|--------|------|
|
||||
| `hermes` | 인터랙티브 CLI |
|
||||
| `hermes model` | 모델/프로바이더 선택 |
|
||||
| `hermes tools` | 도구 활성화 설정 |
|
||||
| `hermes gateway` | 메시징 게이트웨이 시작 |
|
||||
| `hermes setup` | 전체 설정 마법사 |
|
||||
| `hermes claw migrate` | OpenClaw → Hermes 마이그레이션 |
|
||||
| `hermes update` | 업데이트 |
|
||||
| `hermes doctor` | 진단 |
|
||||
|
||||
---
|
||||
|
||||
## 2. 애기들 현재 상태 (2026-05-05)
|
||||
|
||||
### 분홍 (@miniream_bot)
|
||||
- **위치:** 메인PC WSL (ps-i14700k-wsl, 100.105.122.120)
|
||||
- **SSH:** `ssh mainpc-wsl`
|
||||
- **OpenClaw 상태:**
|
||||
- Gateway: m4pro-64g-2.tail437af5.ts.net 로 연결 (원격)
|
||||
- Node service: systemd, running
|
||||
- Agents: 3개 (gemma4-26b, main, qwen-35b)
|
||||
- Default model: minimax-m2.5:cloud
|
||||
- Sessions: 0 active
|
||||
- Bootstrap: 1개 있음
|
||||
|
||||
### 하늘 (전용봇)
|
||||
- **위치:** 보조PC WSL (mh-3900x-wsl, 100.124.61.85)
|
||||
- **SSH:** `ssh subpc-wsl`
|
||||
- **OpenClaw 상태:**
|
||||
- Gateway: m4pro-64g-2.tail437af5.ts.net 로 연결 (원격)
|
||||
- Node service: systemd, running
|
||||
- Agents: 1개 (main)
|
||||
- Default model: llama3.1:latest
|
||||
- Sessions: 0 active
|
||||
- Bootstrap: 없음
|
||||
|
||||
### 루키 (@ps_rukibot)
|
||||
- **위치:** 맥미니 (m4pro-64g-2, 100.70.47.91)
|
||||
- **SSH:** 없음 (로컬 게이트웨이)
|
||||
- **OpenClaw 상태:**
|
||||
- Gateway: 로컬 (127.0.0.1:18789)
|
||||
- Gateway service: LaunchAgent, running
|
||||
- Agents: 1개 (main)
|
||||
- Default model: glm-5.1:cloud
|
||||
- Sessions: 21 active
|
||||
|
||||
---
|
||||
|
||||
## 3. 확인 방법
|
||||
|
||||
### SSH로 접속해서 상태 확인
|
||||
```bash
|
||||
ssh mainpc-wsl # 분홍 위치
|
||||
ssh subpc-wsl # 하늘 위치
|
||||
ssh mh-nas # NAS (옵시디언 볼트)
|
||||
```
|
||||
|
||||
### OpenClaw 상태 확인
|
||||
```bash
|
||||
openclaw status # 기본 상태
|
||||
openclaw status --deep # 상세 상태
|
||||
openclaw sessions list # 세션 목록
|
||||
```
|
||||
|
||||
### 에이전트 확인
|
||||
```bash
|
||||
# 해당 PC에 SSH 접속 후
|
||||
cd ~/.openclaw/agents
|
||||
ls -la # 에이전트 목록
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 4. 미미아빠 규칙 업데이트 (2026-05-05)
|
||||
|
||||
**실행 전 반드시 계획서 제출 → 승인 후 실행**
|
||||
|
||||
새 작업 순서:
|
||||
1. 직접 처리 권한 여부 확인
|
||||
2. 현재 상태 확인 + 피드백
|
||||
3. **실행 전 계획서 제출 — 미미아빠 승인 후에만 실행**
|
||||
4. Obsidian 자료 검색
|
||||
5. 인터넷 검색으로 사실 확인
|
||||
6. 그래도 안 되면 솔직히 "모름"
|
||||
Reference in New Issue
Block a user