research_topic
Research any topic by mining transcripts from top YouTube videos, ingesting them into a searchable knowledge base for grounded Q&A.
Instructions
Research a topic by mining the transcripts of the top YouTube videos.
Searches YouTube for the topic, takes the top max_videos results, pulls
each transcript, and ingests them into the agent's growing knowledge base.
This is how the agent "learns" a subject. Use search_knowledge afterward
to ask questions grounded in what was ingested.
Args: topic: The subject to research, e.g. "retrieval augmented generation". max_videos: How many top videos to mine (capped by server config). languages: Optional comma-separated preferred transcript languages.
Returns a per-video ingestion report plus updated knowledge-base stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| languages | No | ||
| max_videos | No |