openclaw: 매뉴얼을 섹션별 파일로 분리 (14개)
단일 파일에서 디렉토리 구조로 변경하여 컨텍스트 관리 용이하게 함. openclaw-manual.md는 위키링크 인덱스로 변환. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
24
openclaw/openclaw-heartbeat.md
Normal file
24
openclaw/openclaw-heartbeat.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: OpenClaw 하트비트
|
||||
updated: 2026-03-18
|
||||
---
|
||||
|
||||
정기적 에이전트 실행으로 백그라운드 작업/상태 확인 자동화.
|
||||
|
||||
## 설정
|
||||
|
||||
```json5
|
||||
heartbeat: {
|
||||
every: "30m",
|
||||
activeHours: "09:00-22:00",
|
||||
model: "openai/gpt-5.2-mini",
|
||||
to: "last",
|
||||
isolatedSession: true
|
||||
}
|
||||
```
|
||||
|
||||
## 동작
|
||||
|
||||
- `HEARTBEAT_OK` 응답 시 자동 제거 (알림 없음)
|
||||
- `isolatedSession: true`로 토큰 100K → 2-5K 절감
|
||||
- `HEARTBEAT.md` 파일로 체크리스트 관리
|
||||
Reference in New Issue
Block a user