Explore Docs (wip)
·
Discord
·
𝕏
·
LinkedIn
Welcome to the Julep AI Workflow Library! This repository houses production-ready workflows that showcase the power and flexibility of Julep's AI automation capabilities. Whether you're building chatbots, automation tools, or complex AI systems, you'll find examples and templates to accelerate your development.
# Clone the repository
git clone https://github.com/julep-ai/julep.git
# Navigate to the workflow library
cd julep/library
# Choose a workflow and follow its README
cd workflow-name
- Smart Researcher With WebSearch - AI-powered research assistant
- Generate User Persona - Create detailed user personas from documentation
- Document Management and Search - Intelligent document handling
- Website Crawler using Spider - Automated web content extraction
- Integrating External Tools and APIs - Third-party service integration
- Browserbase Computer Use - Headless browser automation and web interactions
- Video Processing With Natural Language - Video processing with input taken in the form of natural language
- Hook Generator Trending Reels - Viral content creation
- Sarcastic News Headline Generator - Engaging headline creation
- News Recommender - Personalized content recommendations
- Hello World - Basic workflow demonstration
- Designing Multi-Step Tasks - Multi-step task creation for research and summarization
- Devfest Email Assistant - Email management for questions and inquiries asked by users in the Devfest event
- Trip Planner With Weather And WikiInfo - Travel planning with weather and tourist information
Each workflow follows a standardized structure:
workflow-name/
├── README.md # Documentation and usage instructions
├── julep.toml # Entrypoint for the workflow
├── workflow.yaml # Main workflow definition
├── agent.yaml # Agent configuration
We love contributions! Here's how you can help:
- Fork the repository
- Create a new workflow directory
- Add required files (README.md, julep.toml, workflow definition)
- Submit a pull request
See our Contributing Guidelines for more details.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ by the Julep AI team