An open API service indexing awesome lists of open source software.

https://github.com/sobanejaz/crewai-projects-collection

A collection of CrewAI applications with real world implementation with streamlit UI.
https://github.com/sobanejaz/crewai-projects-collection

agents ai aiagents crewai crewai-tools crewaigui gpt-4 llama3 streamlit

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```mermaid
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