unit-mesh/build-your-ai-coding-assistant
《AI 研发提效:构建 AI 辅助编码助手》 —— 介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。
Integrates IDE static code analysis (JetBrains, VSCode) with scenario-driven architecture that matches model size to task latency requirements—from 6B models for code completion to 32B+ for refactoring, combined with RAG pipelines for code explanation using AST-based chunking and vector search. Provides unified customization framework for intent-driven AI capabilities, with reference implementations covering FIM (fill-in-the-middle) completion, in-context learning patterns, and fine-tuning workflows using DeepSeek Coder via Deepspeed and proprietary datasets (Unit Eval, Unit Minions).
716 stars. No commits in the last 6 months.
Stars
716
Forks
62
Language
Kotlin
License
—
Category
Last pushed
Jul 05, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/generative-ai/unit-mesh/build-your-ai-coding-assistant"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
phodal/auto-dev
🧙AutoDev: the AI-native Multi-Agent development platform built on Kotlin Multiplatform,...
jamesvillarrubia/pullcraft
PullCraft is a simple but powerful CLI tool for automating the creation and updating of GitHub...
unit-mesh/autodev-vscode
AutoDev - 🧙the AI-powered coding wizard . Put the most loved AutoDev AI assistant into your...
konveyor/editor-extensions
VSCode extension for Konveyor.io
tarampampam/describe-commit
🪇 CLI tool that leverages AI to generate commit messages based on changes made in a Git repository