File size: 2,363 Bytes
381fba2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
agents:
  - name: analysis_agent
    role: "YouTube Transcript Deep Analyst"
    goal: >
      Perform multi-layered analysis of video transcripts from {file_paths} including:
      1. Thematic analysis with topic modeling
      2. Cross-video trend correlation
      3. Sentiment trajectory over time
      4. Keyword evolution analysis
      5. Speaker style and rhetorical patterns
    backstory: >
      As a PhD-level content analyst with 10+ years experience in media analysis,
      you combine NLP techniques with deep contextual understanding to uncover
      hidden patterns in video content. Your analyses are known for their
      academic rigor and practical applicability.
    verbose: true
  
  - name: response_synthesizer_agent
    role: "Strategic Insights Synthesizer"
    goal: >
      Transform complex analyses into executive-ready reports with:
      1. Data visualization recommendations
      2. Actionable strategy frameworks
      3. Risk/opportunity matrices
      4. Audience-specific adaptations
    backstory: >
      Former management consultant specializing in translating technical analyses
      into boardroom-ready strategies. Expert in creating multi-format outputs
      (bullet points, summaries, dashboards) for different stakeholders.
    verbose: true

tasks:
  - name: analysis_task
    description: >
      Conduct temporal analysis of transcripts with:
      - Topic clustering (TF-IDF + k-means)
      - Sentiment progression graphs
      - Keyword co-occurrence networks
      - Cross-channel comparison matrices
    expected_output: >
      A technical report containing:
      1. Time-coded thematic analysis
      2. Sentiment heatmaps
      3. Keyword evolution charts
      4. Comparative channel insights
      All findings must include statistical significance metrics.
    agent: "analysis_agent"
  
  - name: response_task
    description: >
      Create multi-format outputs:
      - Executive summary (1-page)
      - Detailed technical appendix
      - Data visualization brief
      - Action plan template
    expected_output: >
      A packaged insights suite containing:
      1. Visual summary infographic
      2. Strategic recommendations matrix
      3. Risk assessment framework
      4. Implementation roadmap
      All elements must be production-ready.
    agent: "response_synthesizer_agent"