TweetCrafter: AI Tweets with CrewAI and LLMs

code

Crew Details

This project demonstrates how to generate tweets using CrewAI agents and large language models (Llama 3, GPT-4). It shows how to use Groq or OpenAI APIs for generating tweet content based on topics, with logs for observability.

Install

Clone the repo, install dependencies using Poetry, add API keys to the .env file, configure inputs in 'app.py', and run using Poetry.

Input & Output

Input
  • The app takes a topic and relevant URLs, then analyzes tweet-writing styles.
Output
  • It generates various tweet versions using CrewAI agents, storing logs for analysis.

Creator

Curiousily