2 个仓库
AI-driven analysis of file relationships and project hierarchies to inform code modifications.
Distinct from Dependency-Aware Code Analysis: Focuses on analyzing the overall project structure and relationships rather than just resolving external library dependencies
Explore 2 awesome GitHub repositories matching development tools & productivity · Project Structure Analysis. Refine with filters or upvote what's useful.
Kode-CLI 是一个由 LLM 驱动的终端界面,专为代码编辑、Shell 执行和智能体编排而设计。它作为自然语言代码编辑器和 AI 智能体编排器,允许用户直接从命令行修改源代码并管理项目任务。 该系统具有模型无关的编排层,可在不同的大语言模型和专业专家模型之间切换以优化响应。它采用多智能体委派模型,生成具有预定义角色的专用自主智能体,以处理并行处理和项目组件的深度分析。 该工具提供上下文感知的代码分析,以便对本地文件进行精确编辑,并将自然语言提示转换为实时 Shell 命令执行以实现工作流自动化。其功能工具集可通过插件系统进行扩展,从远程仓库安装外部技能和服务。
Scans project structures and file dependencies to provide intelligent suggestions for code modifications.
The dependency analysis Gradle plugin is a diagnostic and management tool designed to optimize build configurations for JVM and Android projects. It identifies unused dependencies and plugins by inspecting source code and compiled bytecode, ensuring that project configurations remain lean and efficient. By integrating directly into the build lifecycle, the plugin provides actionable insights that help maintain clean dependency declarations and reduce unnecessary build overhead. The project distinguishes itself through a heuristic-based advice engine that explains the rationale behind every re
Visualizes project architecture through dependency graphs and dominator trees to identify performance bottlenecks.