CrewAI - AI-Powered LinkedIn Posts Creator Agents using Azure, Gemini & Mistral



AI Summary

LinkedIn Post Creation with Crew AI

  • Introduction
    • Excitement about showcasing LinkedIn post creation with Crew AI.
    • Reminder to subscribe and like for more AI content.
  • Setup
    • Install necessary language models with pip install.
    • Create app.py and import required modules.
  • Initialization
    • Initialize search tool and large language models:
      • MystAI with API key.
      • Vertex AI for Gemini Pro model.
      • Azure Chat GPT with deployment and API key from Azure Studio portal.
  • Agent Creation
    • Coach Agent: Researches AI trends using DuckDuckGo.
    • Influencer Agent: Writes LinkedIn posts with emojis and hashtags.
    • Critic Agent: Provides feedback on posts, can request revisions.
  • Task Creation
    • Compile a report of new AI tech skills.
    • Create a LinkedIn post on AI and tech skills.
    • Critique the quality of the content.
  • Crew Creation
    • Define agents, tasks, and process as sequential in the crew.
  • Execution
    • Kick off the crew process and print results.
  • Results
    • Run python app.py to execute.
    • Coach finds new AI tech skills.
    • Influencer writes a post.
    • Critic refines the post for LinkedIn.
  • Conclusion
    • Demonstration of how to use Crew AI for LinkedIn content.
    • Encouragement to extend the application further.
    • Invitation to watch future videos on similar topics.