search_memories_advanced
Search memories using multiple strategies including keyword matching, graph traversal, temporal ordering, priority-based filtering, and context-aware combinations to find relevant information.
Instructions
고급 멀티 전략 메모리 검색을 수행합니다.
키워드: 고급 검색, 찾아, 스마트 검색, advanced search, find memories
검색 전략:
keyword: 전통적 키워드 검색
graph_traversal: 그래프 기반 관련 메모리 탐색
temporal: 시간순 정렬
priority: 우선순위 기반
context_aware: 복합 전략 (키워드 + 우선순위 + 최근성)
사용 예시:
"authentication 관련 메모리 고급 검색"
"그래프 탐색으로 project-architecture 관련 메모리 찾기"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 검색 쿼리 | |
| strategy | No | 검색 전략 | |
| limit | No | 최대 결과 수 (기본값: 10) | |
| category | No | 카테고리 필터 | |
| startKey | No | 그래프 탐색 시작 키 (graph_traversal 전략용) | |
| depth | No | 그래프 탐색 깊이 (기본값: 2) | |
| includeRelations | No | 관계 정보 포함 여부 |