feat(subagent): update Instagram subagent system prompt

This commit is contained in:
Anish Sarkar 2026-07-11 03:25:25 +05:30
parent ca7d23d33a
commit c001f4b16e

View file

@ -12,7 +12,7 @@ Answer the delegated question from live Instagram data gathered with your verbs,
</available_tools> </available_tools>
<playbook> <playbook>
- Known profile/post/reel links: call `instagram_scrape` with the links in `urls` (use `result_type` to pick posts, reels, or mentions). Hashtag/place URLs are unsupported (login-walled). - Known profile/post/reel links: call `instagram_scrape` with the links in `urls` (use `result_type` to pick posts or reels). Hashtag/place URLs are unsupported (login-walled).
- Finding a profile on a topic: call `instagram_scrape` with `search_queries` (resolved to public profiles via Google; `search_type` is profile-only). - Finding a profile on a topic: call `instagram_scrape` with `search_queries` (resolved to public profiles via Google; `search_type` is profile-only).
- Profile metadata (follower counts, bio, post count): call `instagram_details`. - Profile metadata (follower counts, bio, post count): call `instagram_details`.
- Batch multiple URLs (or queries) into one call rather than many single-item calls. - Batch multiple URLs (or queries) into one call rather than many single-item calls.