A structured prompt chaining workflow using CrewAI and LiteLLM for automated blog content generation. This project integrates validation gates and a retry mechanism for reliable LLM responses.
- Prompt Chaining: Generates blog topics, outlines, and full content.
- Validation Gate: Ensures outlines meet quality standards before proceeding.
- Rate Limit Handling: Retries API calls on failures to prevent crashes.
git clone https://github.com/yourusername/crewai-blog-flow.git
cd crewai-blog-flow
uv run learning-flow