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
- Personalized Research Assistant - Personalized research paper recommendation assistant based on user persona and research interests
- Trip Planner - Travel planning with weather and tourist information
- Website Crawler Spider - Automated web content extraction
- External Tools and APIs Integration - Third-party service integration
- Browser Use - Headless browser automation and web interactions
- Video Processing - Video processing with input taken in the form of natural language
- Trending Reels Hook Generator - Viral content creation
- Sarcastic Headline Generator - Engaging headline creation
- Profiling and Recommending - Profiling and recommending workflow
- Hello World - Basic workflow demonstration
- Multi-Step Task - Multi-step task creation for research and summarization
- Email Assistant - Email management for questions and inquiries asked by users in the Devfest event
- Analyst - Data analysis and insights generation
Each workflow follows a standardized structure:
workflow-name/
├── README.md # Documentation and usage instructions
├── julep.yaml # Workflow configuration and entrypoint
└── src/ # Source directory
├── agents/ # Agent definitions
│ └── agent.yaml
└── tasks/ # Task definitions
└── task.yaml
└── tools/ # Tools definitions
└── tool.yaml
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