Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crewAIInc/crewAI-examples
A collection of examples that show how to use CrewAI framework to automate workflows.
https://github.com/crewAIInc/crewAI-examples
crewai examples
Last synced: 3 months ago
JSON representation
A collection of examples that show how to use CrewAI framework to automate workflows.
- Host: GitHub
- URL: https://github.com/crewAIInc/crewAI-examples
- Owner: crewAIInc
- Created: 2023-12-19T11:46:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T16:29:01.000Z (3 months ago)
- Last Synced: 2024-11-04T17:28:23.043Z (3 months ago)
- Topics: crewai, examples
- Language: Python
- Homepage:
- Size: 52.1 MB
- Stars: 2,859
- Watchers: 57
- Forks: 1,088
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - crewAIInc/crewAI-examples - A collection of examples that show how to use CrewAI framework to automate workflows. (Jupyter Notebook)
- awesome_ai_agents - Crewai-Examples - A collection of examples that show how to use CrewAI framework to automate workflows. (Building / Workflows)
README
# Examples for crewAI
## Introduction
crewAI is designed to facilitate the collaboration of role-playing AI agents.
This is a collection of examples of different ways to use the crewAI framework to automate the processes.
By [@joaomdmoura](https://x.com/joaomdmoura).## Examples
- [Marketing Strategy](https://github.com/joaomdmoura/crewAI-examples/tree/main/marketing_strategy)
- [Surprise Trip](https://github.com/joaomdmoura/crewAI-examples/tree/main/surprise_trip)
- [Match to Proposal](https://github.com/joaomdmoura/crewAI-examples/tree/main/match_profile_to_positions)
- [Find Job Candidades Demo](https://github.com/joaomdmoura/crewAI-examples/tree/main/recruitment)
- [Create Job Posting](https://github.com/joaomdmoura/crewAI-examples/tree/main/job-posting)
- [Game Generator](https://github.com/joaomdmoura/crewAI-examples/tree/main/game-builder-crew)## Old Examples, need to be updated
### Basic Examples
- [Trip Planner](https://github.com/joaomdmoura/crewAI-examples/tree/main/trip_planner)
- [Create Instagram Post](https://github.com/joaomdmoura/crewAI-examples/tree/main/instagram_post)
- [Markdown Validator](https://github.com/joaomdmoura/crewAI-examples/tree/main/markdown_validator)
- [Using Azure OpenAI API](https://github.com/joaomdmoura/crewAI-examples/tree/main/azure_model)Starting your own example
- [Starter Template](https://github.com/joaomdmoura/crewAI-examples/tree/main//starter_template)
### Advanced Examples
- [Stock Analysis](https://github.com/joaomdmoura/crewAI-examples/tree/main/stock_analysis)
- [Landing Page Generator](https://github.com/joaomdmoura/crewAI-examples/tree/main/landing_page_generator)
- [CrewAI + LangGraph](https://github.com/joaomdmoura/crewAI-examples/tree/main/CrewAI-LangGraph)