编辑甄选 · OSS
GitHub 高星项目· 3 projects
由潜龙编辑团队甄选,每周更新最值得看的开源项目。我们看重的不是 Star 多少,而是它解决问题的方式。
全部主题高潜项目aiai-agentai-agentsconnectordagfastapifunction-callingllmmcpnextjsopenai-compatiblepythonagent-observabilityanalyticsclaude-codeclicodexcoding-agentcost-trackingdashboarddeveloper-toolsdevtoolsagent-builderagent-orchestrationagent-workspaceagentic-aiai-automationai-coworkerai-skills-managerai-workflow-builderharnessagentic-biagentic-workflowagentsai-workflowsartificial-intelligencebusiness-analyticsbusiness-intelligencelangchainlanggraphragautomotivecardoipedge-aihome-assistantllama-cpplocal-llmobdoffline-aiagentic-codinganthropicclaudeclaude-code-alternativecppagentinvestmentlangraphskillstradingacpagentic-development-environmentcode-reviewcoding-agentsgithub-copilotgolangkanbanagent-securityai-agent-securityai-antivirusai-securitycursordevsecopsdsh-plugingemini-clichatbotcrmcustomer-supportecommercelgpdmulti-tenantnuvemshopopen-sourcechatgpthermeshermes-agentopenaidata-pipelinedata-processingmachine-learningsdktypescriptvscode-extensioncalendarfinancegdrivegmailgoogle-calendarnotionproductivityschedulershopifyai-codingastclinecode-intelligencecontext-windowcopilotcli-toolcodex-clideveloper-productivityhookslinuxllm-toolsagent-osai-coding-agentdeepseekdeepseek-harnessdshagent-skillsclaude-plugincomfyuicomfyui-extensioncomfyui-mcpcomfyui-mcp-serverfluximage-generationlocal-firstai-toolsbrowser-aibrowser-automationbrowser-extensionchrome-aichrome-devtoolschrome-extensionchrome-extensionsfirefox-addonfirefox-addonsagent-memoryai-infrastructureknowledge-graphllm-memorymcp-servermemory-managementmulti-agent-systemsagent-managementai-assistantai-workercross-platformdesktop-appdigital-personamodel-managementopenclawagent-skillclaude-code-pluginclaude-code-skillsclaude-skillscoding-assistantempryographdockerknowlege-graphn8nneo4jollamapgvectorci-cdclickhouseevalsevaluationllm-as-judgellm-evaluationllm-observabilityllm-opsai-sdkdecentralized-aillamallm-inferencelocal-ailocal-fine-tuningnodejson-device-aiopen-source-aiopen-source-llmopen-source-ragagentic-frameworkai-chatautomationautonomous-agentsgeminillm-agentsmcp-clientai-coding-assistantaiderbubble-teadiscordai-contentai-marketingawesome-claudecontent-creationcontent-engineeringlinkedin近半年高星agent-teamfimgaflutteropencodeopenpencilaccessibilityandroidautonomouskotlinmultimodal-aicall-graph-analysiscode-indexingcode-searchdeveloper-tools-ai-agentmcp-toolscybersecurityholehemaigretmodel-context-protocolosintrustterminaltuiai-developmentjavareactjsagile-workflowsclaude-aicode-analysiscodebase-auditdocumentation-generatoragile-scrumappledoubaominimaxparallel-agentsapi-gatewaycontinuegoosekilooh-my-piopenai-apichatgpt-alternativedifyflowisehomelabmake-alternativeelectronapisdata-flowdevelopmentlow-codeno-codebrowserbrowseroschromiumhacktoberfestlmstudiomacoswindowsagplai-agent-platformaudit-trailodoorbacself-hostedtelegram-botautonomous-pentestingbug-bountyethical-hackingpenetration-testingpentestpentesting-toolsreconggufagent-toolsai-workflowcommand-line-toolgomcts-rlmeta-agentsmeta-optimizationruntime-supervisiontree-rlworkflow-automationdemoeasyembeddingflaskgpthuggingface-transformersmultimodalqwencodecoderextensionidevscodecost-reductionllmopsmitm-proxypromptai-platformenterpriseclapembyjellyfinjellyfin-plugink3skuberneteslibrosalyrionmusicnavidromeagpl-v3ai-safetyauditingblockchaindcap-attestationdecentralized-marketplacehardhatintel-sgxpolygon-edgeapiembedded-ipaasintegrationsipaasanthropic-apiapple-silicondeepseek-v4diffusioninferencecode-understandingcodebase-searchgraph-databaseboltcypherdatabaseenterprise-solutionsgraph-raggraphqlhnswmemoryosmvccinstant-messaging
基
jgravelle
基于 AST 的精准代码检索
2.6k
简单说,这个项目想解决的是 AI 辅助编程中上下文窗口被大量无关代码塞满的问题。它是一个 MCP(Model Context Protocol)服务器,专门用于通过 tree-sitter 抽象语法树(AST)在 GitHub 上进行符号级别的精确代码检索。 这里有个小看点,它没有采用传统的全文搜索...
基
proxysoul
基于图和 AST 的 AI 编程代理
978
这个项目的方向挺硬核,它试图改变 AI 编程助手修改代码的方式。简单说,市面上大多数 AI 工具都是把代码当成纯文本字符串来处理,而 Empryo 则是基于图结构、AST(抽象语法树)和完整的 LSP(语言服务器协议)来进行“代码外科手术”。 它不像是在做一个普通的聊天框,而是更像在构建一个实时的“...
本
bartolli
本地代码智能 MCP 服务器
706
Codanna 是一个用 Rust 编写的本地代码智能工具,主要为 AI 编码代理提供支持。它既可以作为一个命令行工具(CLI)使用,也提供了一个 MCP(模型上下文协议)服务器。 它的核心功能是为代码库建立索引,支持调用图分析和代码搜索。这意味着当你的 AI 助手需要理解项目结构时,Codanna...