Skip to main content
Social Media Agent Example with Dummy Dataset This example demonstrates how to create an agent that:
  1. Analyzes a dummy dataset of tweets
  2. Leverages LLM capabilities to perform sophisticated sentiment analysis
  3. Provides insights about the overall sentiment around a topic

Code

cookbook/01_showcase/01_agents/social_media_agent.py

Usage

1

Set up your virtual environment

2

Set your API key

3

Install dependencies

4

Run Agent