This commit is contained in:
@@ -28,6 +28,7 @@ movements:
|
||||
- キーワードで広く拾う → XSearch
|
||||
- 特定アカウントの発言を追う → XUserPosts
|
||||
- 議論の流れ・リプライツリーまで欲しい → XPostDetail
|
||||
- ログイン中アカウントのホームタイムライン(おすすめ / フォロー中)を見る → XTimeline
|
||||
|
||||
### Reddit
|
||||
BrowseWeb で必ず **old.reddit.com** を使う(軽量でテキスト抽出しやすい)。
|
||||
@@ -56,7 +57,7 @@ movements:
|
||||
- **追加収集のため同じ gather を続行**: `transition({next_step: "gather"})`
|
||||
- **対象が曖昧で確認が必要**: `complete({status: "needs_user_input", missing_info: "...", why_no_default: "..."})`
|
||||
- **技術的失敗で打ち切り**: `complete({status: "aborted", abort_reason: "..."})`
|
||||
allowed_tools: [XSearch, XUserPosts, XPostDetail, XFetchCardMedia, BrowseWeb, WebFetch, WebSearch, Read, Write, Edit, Glob, Grep, DownloadFile, SearchKnowledge, ListNamespaces, ListDocuments, SearchNotes, ReadNote, 'mcp__*']
|
||||
allowed_tools: [XSearch, XUserPosts, XPostDetail, XTimeline, XFetchCardMedia, BrowseWeb, WebFetch, WebSearch, Read, Write, Edit, Glob, Grep, DownloadFile, SearchKnowledge, ListNamespaces, ListDocuments, SearchNotes, ReadNote, 'mcp__*']
|
||||
default_next: analyze
|
||||
rules:
|
||||
- condition: 追加収集が必要(別のSNS、追加クエリ等)
|
||||
|
||||
Reference in New Issue
Block a user