Welcome to the Flow project template, designed for the crewAI Marketplace. This template provides a standardized structure for creating and sharing powerful multi-agent AI systems that others can easily install and use.
This template serves as a foundation for building marketplace-ready flows that:
- Are easily installable with minimal setup
- Follow best practices for crewAI implementations
- Include comprehensive documentation
- Can be seamlessly distributed through the marketplace
Approved templates will be featured in the CrewAI enterprise app, giving your creation visibility to enterprise users and the broader CrewAI community.
This project uses UV for dependency management, offering a seamless setup experience.
-
Install UV if you haven't already:
pip install uv
-
Install dependencies using the CrewAI CLI:
crewai install
- LLM Flexibility: Use any supported LLM provider (OpenAI, Anthropic, etc.)
- Custom Tools: Create specialized tools for your agents
- API Integration: Connect to external services and data sources
- Unique Workflows: Design distinctive multi-agent systems that solve real problems
When preparing your flow template for marketplace submission:
- Ensure your README clearly explains what your flow does and what problem it solves
- Include detailed instructions for any required API keys or additional setup
- Provide examples of expected outputs or use cases
- Test your flow thoroughly before submission
- Consider adding screenshots or diagrams to illustrate your flow's workflow
- Document any custom tools or specific LLM requirements
To test your flow and verify it works as expected:
crewai flow kickoff
For support, questions, or feedback regarding marketplace template development:
- Visit our documentation
- Reach out to us through our GitHub repository
- Join our Discord
- Chat with our docs
Create powerful agent flows and share them with the world through the crewAI marketplace!