Skip to content

A collection of CrewAI applications with real world implementation with streamlit UI.

Notifications You must be signed in to change notification settings

SOBANEJAZ/CrewAI-Projects-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
Nov 2, 2024
Nov 2, 2024
Nov 2, 2024
Nov 2, 2024
Nov 2, 2024
Nov 3, 2024
Nov 2, 2024
Nov 1, 2024
Nov 1, 2024
Nov 1, 2024
Mar 2, 2025
Nov 1, 2024

Repository files navigation

CrewAI Projects Collection

Currently working on these and will be finshing all of them after admission in lums.

README of the first I worked on

AI Agent Article Writer

To Execute the code, read the main README.md file of the GitHub repository.

Agents Workflow

Loading
flowchart LR
    A{{πŸ“š Researcher Agent}} --> B{{πŸ–ŠοΈ Writer Agent}}
    B -->C{{βœ‚οΈ Editor Agent}}
    C --> D@{ shape: delay, label: "πŸ“ƒ Final Article" }
    
    classDef default fill:##333300,stroke:#333,stroke-width:2.5px;
    classDef highlight fill:#333300,stroke:#4a90e2,stroke-width:3px;
    classDef large font-size:30px

    class A,B,C,D default;
    class D highlight;

Preview of Agentic System

AI Article Writer

About

A collection of CrewAI applications with real world implementation with streamlit UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages