# crewAI-examples **Repository Path**: forrest_ly/crewAI-examples ## Basic Information - **Project Name**: crewAI-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: docs/add-code-generation-example - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-05 - **Last Updated**: 2024-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ### Basic Examples - [Create Job Posting](https://github.com/joaomdmoura/crewAI-examples/tree/main/job-posting) - [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) - [Game Generator](https://github.com/joaomdmoura/crewAI-examples/tree/main/game-builder-crew) - [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)