@happycastle/openclaw-memory-graphiti
v0.1.0
Published
OpenClaw Graphiti knowledge graph memory plugin
Maintainers
Readme
@happycastle/openclaw-memory-graphiti
OpenClaw용 Graphiti 지식 그래프 메모리 플러그인입니다.
설치
openclaw plugins install @happycastle/openclaw-memory-graphiti설정
openclaw.plugin.json 또는 OpenClaw 설정에서 다음과 같이 구성할 수 있습니다:
{
"url": "http://localhost:8000",
"groupId": "openclaw-main",
"autoCapture": true,
"autoRecall": true,
"maxFacts": 10
}| 옵션 | 기본값 | 설명 |
|------|--------|------|
| url | http://localhost:8000 | Graphiti API 서버 주소 |
| groupId | openclaw-main | 지식 그래프 그룹 ID |
| autoCapture | true | 대화 종료 시 자동으로 메시지를 저장 |
| autoRecall | true | 에이전트 시작 시 관련 기억을 자동 주입 |
| maxFacts | 10 | 검색 시 반환할 최대 팩트 수 |
주의사항
- 이 플러그인은 비공식 커뮤니티 플러그인입니다.
- Graphiti API 서버가 별도로 실행 중이어야 합니다.
url의 기본값은http://localhost:8000입니다.
