Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.29 KB

File metadata and controls

57 lines (34 loc) · 1.29 KB

codebase-indexer

English | 简体中文

强大的 AI 编程助手代码索引和上下文检索服务

Go Report Card Go Reference License

项目概述

codebase-indexer 是诸葛神码 AI 编程助手的上下文模块,提供代码库索引功能,支持 代码调用链图关系检索。

主要特性

  • 📊 代码调用关系图分析与检索
  • 🌐 多编程语言支持

环境要求

  • Go 1.24.4 或更高版本

快速开始

安装

# 克隆仓库
git clone https://github.com/zgsm-ai/codebase-indexer.git
cd codebase-indexer

# 安装依赖
go mod tidy

运行

# 构建项目
make build

许可证

本项目采用 Apache 2.0 许可证

致谢

本项目基于以下优秀项目的工作: