Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.

shippie
extendable code review and QA agent 🚢
2k
Github Watches
203
Github Forks
2k
Github Stars
Shippie 🚢 (formerly Code Review GPT)
Helps you ship faster
Shippie uses Large Language Models to review code in your CI/CD pipeline. It should pick up on common issues such as:
- Exposed secrets
- Slow or inefficient code
- Potential bugs or unhandled edge cases
It can also be run locally in your command line to review staged files.
npx shippie review
Demo
https://github.com/mattzcarey/shippie/assets/77928207/92029baf-f691-465f-8d15-e1363fcb808e
Ethos 💭
- Beautiful CLI tool written in typescript and bun
- Vertically integrated into your CI/CD pipeline
- Functions as a human code reviewer, using a small set of optimised tools
- Acts as a Model Context Protocol (MCP) client for integration with external tools such as browser use, infrastructure deployments, observability monitoring.
Setup Instructions 💫
See the setup instructions for more docs on how to set up shippie in your CI/CD pipeline and use it locally.
Additional Documentation
- Rules Files - How to use rules files to get the most out of Shippie
- AI Provider Configuration - Configure different AI providers
- Action Options - GitHub Action configuration options
- Model Context Protocol (MCP) - Give Shippie access to external tools
Development 🔧
-
Clone the repository:
git clone https://github.com/mattzcarey/shippie.git cd shippie
-
Install dependencies (we use bun but you can use npm or pnpm if you prefer):
bun i
-
Set up the API key:
- Rename the
.env.example
file to.env
. - Open the
.env
file and replaceYOUR_API_KEY
with your actual OPENAI API key.
- Rename the
-
Run the application:
bun start
See the package.json file for all the npm commands you can run.
- Make a PR 🎉
We use release-please on this project. If you want to create a new release from your PR, please make sure your PR title follows the Conventional Commits format. The release-please bot will automatically create a new release for you when your PR is merged.
- fix: which represents bug fixes, and correlates to a patch version.
- feat: which represents a new feature, and correlates to a SemVer minor.
- feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a major version.
Contributors 🙏
Thanks to our wonderful contributors!
Roadmap 🌏
Have a look at the discussion tab for the latest chat and ideas. I am actively working on the items in todo.md.
Star History ⭐️
相关推荐
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Memory for AI Agents; SOTA in AI Agent Memory; Announcing OpenMemory MCP - local and secure memory management.
The open source ChatGPT alternative for developers. Fast, multi-model AI chat. Agents + MCP coming soon.
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
🧑🚀 全世界最好的LLM资料总结(视频生成、Agent、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
AI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever need
ChatGPT CLI is a versatile tool for interacting with LLMs through OpenAI, Azure, and other popular providers like Perplexity AI and Llama. It supports prompt files, history tracking, and live data injection via MCP (Model Context Protocol), making it ideal for both casual users and developers seeking a powerful, customizable GPT experience.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.