Type something to search...

Crewai

Using agents to breathe life into NPCs using CrewAI

Using agents to breathe life into NPCs using CrewAI

OutlineUse CrewAI to filter conversation and allow NPCs to choose tasks CrewAI agents Game Code and Datafiles Github Repo Outcomes/ConclusionsBackground Previously I discuss

Read More
Automating CSV Analysis with CrewAI

Automating CSV Analysis with CrewAI

In this blog, we explore how to automate the process of analyzing a CSV dataset using CrewAI. We’ll build a workflow that includes agents for dataset context inference, data cleaning, visualizat

Read More
Building Smarter APIs: A Guide to Integrating CrewAI with FastAPI

Building Smarter APIs: A Guide to Integrating CrewAI with FastAPI

Table of Content · 1. Introduction ∘ Customer Support Agent ∘ Personal Finance Advisor ∘ Healthcare Assistant ∘ Learning Companion ∘ Project Management Assistant ∘ Creative Partner ∘ Smart

Read More
Using agents to breathe life into NPCs using CrewAI — Initial Conversation Analysis

Using agents to breathe life into NPCs using CrewAI — Initial Conversation Analysis

Conversation Analysis using output from: Using Agents to Breathe life into NPCs using CrewAI *Analysis

Read More
2025: The Year of Agentic AI — Building a Multi-Agent System with CrewAi and Gemini 1.5

2025: The Year of Agentic AI — Building a Multi-Agent System with CrewAi and Gemini 1.5

As many experts predict, 2025 is shaping up to be the year of agentic AI. This emerging field is poised to redefine how we interact with technology by introducing highly autonomous systems that

Read More
A Blog about a Crew AI Crew that writes about a Crew AI Crew writing a Blog | by Ryan A Ellis | Medium

A Blog about a Crew AI Crew that writes about a Crew AI Crew writing a Blog | by Ryan A Ellis | Medium

Introduction The purpose of this blog post is to briefly demonstrate what I built with the crewAI framework and the components used that make it work. I wanted to test my knowledge of what

Read More
Building Your Social Media Content Machine: The CrewAI Way

Building Your Social Media Content Machine: The CrewAI Way

Step by step guide for implementing CrewAI Introduction🚀 The power of AI collaboration has too much to offer. CrewAI is designed to enable AI agents to assume roles, share goals,

Read More
The Ultimate Guide to AI Agent Frameworks: CrewAI vs LangGraph vs PhiData vs Relevance AI

The Ultimate Guide to AI Agent Frameworks: CrewAI vs LangGraph vs PhiData vs Relevance AI

The landscape of AI agent development is rapidly evolving, with several frameworks emerging to help developers and businesses build sophisticated AI solutions. In this comprehensive guide, we’ll

Read More
Building Multi-Agent LLM Systems with crewAI: A Step-by-Step Guide

Building Multi-Agent LLM Systems with crewAI: A Step-by-Step Guide

Introduction To Multi-AgentMulti AI Agent Systems with crewAI are transforming the way we approach complex decision-making. By integrating multiple artificial intelligence agents, the

Read More
Mastering CrewAI: Chapter 1 — Your First Intelligent Workflow

Mastering CrewAI: Chapter 1 — Your First Intelligent Workflow

The Basics of Agents and Tasks CrewAI is a platform that allows us to create and manage teams of AI agents. It offers both enterprise and open-source solutions. In this blog post, we will

Read More

Building a Collaborative AI Agent Framework for Automated EDA using CrewAI

Introduction: A New Era of Data Exploration In today’s data-driven world, businesses are continuously seeking ways to extract actionable insights from vast datasets. Traditionally, this task

Read More
SpiderTool and CrewAI: The Ultimate Duo for Web Scraping and Data Extraction

SpiderTool and CrewAI: The Ultimate Duo for Web Scraping and Data Extraction

Ankush k Singal Introduction When it comes to web scraping and data extraction, SpiderTool and CrewAI are a match made in tech heaven. SpiderTool, know

Read More
CrewAI Sample Project — AI Technology Blogger

CrewAI Sample Project — AI Technology Blogger

In this tutorial, an AI-based blog writer assistant is developed for content creators using the CrewAI platform. The project is structured to automatically provide and suggest both basic and ad

Read More
CrewAI and Criteo API — Part 1

CrewAI and Criteo API — Part 1

Introduction This article is the first in a series showing how to use CrewAI and Criteo APIs. We will see how to obtain credentials, use those credentials to get an Access Token and use the

Read More
LLM Agents: Introduction to CrewAI

LLM Agents: Introduction to CrewAI

Agent frameworks powered by LLMs promise to catapult autonomous task solving to unprecedented levels. Instead of rigid programming, LLMs reflect tasks, utilize tools, and check each other’s outp

Read More
Automating Comic Book Creation with CrewAI Agents: Creative Content Generation

Automating Comic Book Creation with CrewAI Agents: Creative Content Generation

Introduction Once upon a time, creating a comic book was a laborious process, requiring writers, illustrators, and countless hours of effort. Today, artificial intelligence has emerged as a p

Read More
How to build an AI-Powered SQL Data Analysis Agent with LangChain and CrewAI

How to build an AI-Powered SQL Data Analysis Agent with LangChain and CrewAI

In today’s data-driven world, automating workflows for data extraction, analysis, and reporting is critical to saving time and improving efficiency. This tutorial walks you through building an AI

Read More
Navigating the AI Agent Landscape: In-Depth Analysis of Autogen, CrewAI, LlamaIndex, and LangChain…

Navigating the AI Agent Landscape: In-Depth Analysis of Autogen, CrewAI, LlamaIndex, and LangChain…

This article will give you clear visualization on what framework or tool to select for your business use case while developing an “Agentic Application”. Introduction In the fast evolving la

Read More
Mastering AI Agents: A Hands-On Guide to CrewAI and Google Search API

Mastering AI Agents: A Hands-On Guide to CrewAI and Google Search API

You know how everyone’s talking about AI agents these days? They’re popping up in industries left and right, promising to transform how things get done. But honestly, trying to wrap your head ar

Read More
AI for BI: Building a Business Information Report with CrewAI and OpenAI

AI for BI: Building a Business Information Report with CrewAI and OpenAI

How to create a simple BI report directly from CSV data Business Information applications help businesses use their data as a resource to make critical decisions and we are going to build

Read More
How to Create an Interactive Web UI for CrewAI Applications (New Version Updated)

How to Create an Interactive Web UI for CrewAI Applications (New Version Updated)

A Quick Update for the Implementation of CrewAI + Panel UI Early this year, I wrote a tutorial about creating an interactive web UI for CrewAI applications, and in that tutorial, I implem

Read More
Which AI Agent framework should i use? (CrewAI, Langgraph, Majestic-one and pure code)

Which AI Agent framework should i use? (CrewAI, Langgraph, Majestic-one and pure code)

With the advancement of large language models, it is now possible for artificial intelligence models to reason through a problem. At the start, we believed that the models would not be able to acc

Read More
Magentic-One, AutoGen, LangGraph, CrewAI, or OpenAI Swarm: Which Multi-AI Agent Framework is Best?

Magentic-One, AutoGen, LangGraph, CrewAI, or OpenAI Swarm: Which Multi-AI Agent Framework is Best?

Pros and Cons of popular Multi-Agent Orchestration framework The Multi AI Agent topic in Generative AI is heating up and every major tech giant has released some framework around it. But

Read More
Building Autonomous Multi-Agent Systems with CrewAI

Building Autonomous Multi-Agent Systems with CrewAI

What‘s Multi-Agent Autonomous System and How to build one with CrewAI and LangChain? Motivation In fact, we are not unfamiliar with these concepts; we know them from movies. A person comm

Read More
Comparative Study of LangGraph, Autogen, and Crewai for Building Multi-Agent Systems

Comparative Study of LangGraph, Autogen, and Crewai for Building Multi-Agent Systems

As we venture into the realm of multi-agent systems (MAS), it’s essential to understand the diverse programming languages designed specifically for this purpose. In this article, we’ll delve into

Read More
Intelli-agent: Langchain, CrewAI and AutoGen Compared

Intelli-agent: Langchain, CrewAI and AutoGen Compared

1. Overview of AI Agent Frameworks In the dynamic landscape of artificial intelligence, choosing the right framework is a crucial decision for every data scientist and developer. The AI ag

Read More
How to create an AI team to write compelling stories with CrewAI and Gemini Pro

How to create an AI team to write compelling stories with CrewAI and Gemini Pro

Are you fascinated by the idea of AI generating stories that capture the imagination? If so, you’re not alone! In this article, we’ll dive into an introductory project that combines the powers of C

Read More