编辑甄选 · OSS

GitHub 高星项目· 13 projects

由潜龙编辑团队甄选,每周更新最值得看的开源项目。我们看重的不是 Star 多少,而是它解决问题的方式。

全部主题高潜项目agentaiautonomous-agentsclicoding-assistantcontext-memorydeveloper-toolsknowledge-managementllmmcpmemorytypescriptagentschatgptfunction-callinggptgpt-4gpt4information-retrievallanguage-modelllamallm-agentai-agentsai-companiondigital-humandigital-lifejarvis-assistantlip-syncstreamingtalking-avatartalking-headvoice-agentvoice-assistantwebrtcagentic-aiai-toolsanthropicclaudeclaude-codecode-sandboxcontainer-securitycontainersincusai-assistantai-cybersecurityai-hackingai-security-toolblackbox-testingctf-toolsknowledge-graphmcp-toolspenetration-testingai-sdkchatbotgeminigneerative-aimultimodalopenaireactagentic-workflowantrophiccodexcodex-cligpt-5indie-hackermacosai-agent-toolscronjob-schedulerdata-sciencedatabasellmsopen-sourceorchestratorai-agentassistantautomationbridgecodex-app-serverslash-commandswechatcelerydeepagentsdeepseekdockerfaiss-vector-databaseflasklangchainlanggraphllmopsaccessibilityandroid-automationgemma4litertlocal-llmon-device-aiphone-agentpocketclawpokeclawtool-callingai-codingcoding-agentsllm-inferenceollamaopenrouteragenticbedrockgenailitellmmachine-learningandroidemulatoriosmobilephysicalrealsimulatorartificial-intelligencecncfhacktoberfestistiok8sknativekservekubeflowkubernetesai-agent-memoryai-chatai-context-extractionai-context-managementalfrescoarcadedbdoclingdocument-processingfalkordbgraphraghybrid-searchagent-identityagent-infrastructureagent-memoryagent-orchestrationagent-stateai-memorybunlocal-firstazure-aichatgpt-apiclaude-3claude-aicopilotcopilot-chatgpt4allgroqa2aagentframeworkagentic-frameworkagenticaiaiagentframeworkaiframeworkagents-sdkai-agents-automationclaude-coworkgenerative-aimultiagentopeaniai-native-languageainlcompilerdeterministic-executiondomain-specific-languagedslgraph-irlangchain-alternativellm-orchestrationagent-authagent-authenticationagent-indentityagent-scalingai-backendaiagentcloud-nativeagent-swarmcode-reviewcoding-agentgithubguardrailsagent-harnessdingtalk-robotfeishu-botllm-wikimcp-protocolmulti-agentopenclawplan-and-executeskillsai-integrationcursorgame-developmentgamedevmodel-context-protocolcontrol-planedistributed-agent-runtimegovernancemcp-securityobservabilityclaude-skillsgemini-clientgroklangchain4jai-securitybug-bountyctfcybersecurityexploitexploit-chaininghacking-toolsnmapoffensive-securityapi-servercommand-line-toolggufhuggingfacehuggingface-modelshuggingface-transformersinference-serverllamacpplocal-aiclawdbotclawhubenterprise-aigdprhermeshermes-agentagent-frameworkagent-skillsantigravitycursor-aiai-gatewayanthropic-apicli-toolcliproxyapideveloper-productivitygithub-copilotmulti-accountnodejsoauthmulti-agent-systemspersonal-assistantpythonsecurityself-hostedtelegram-bot-ai-assistantcomputer-controlcomputer-usecomputer-use-agentfull-stackgemini-aidomain-adaptationenterpriseenterprise-solutionsobsidian-mdobsidian-pluginpersonal-knowledge-managementpkmaiderautonomousci-cdclinedevopsgithub-actiongithub-issuesai-agents-frameworkchatbotsframeworkjavascriptllm-observabilityagent-evaluationai-agent-benchmarkbenchmarkbrowser-agentbrowser-automationbrowser-usechrome-agentchrome-extensiondatasetai-osai-skillsaidenaiden-agentelectronmoltbotopen-source-projectbi-temporal-graphcode-intelligencecode-searchagent-osagent-sandboxagentic-ragagentosapplicationragai-coding-assistantbyokclaude-code-alternativecodex-alternativecursor-alternativedesktop-agentdesktop-applicationai-cheapcost-optimizationcost-trackinggatewayllm-routerpersonal-aiself-improvinglangchain-pythonevent-drivenfastapilow-codemonitoringnextjsopenapiorchestrationpydanticclaude-code-pluginsmarketplacecursor-agentdesktop-appgit-worktreeai-teamgemini-cliicorlogseq-alternativemarkdownagiai-suiteai-workspacedeepseek-apigemini-apilibrechatmulti-modalmulti-modelfine-tuningon-premswe-benchvscodeai-developer-toolscontext-engineeringamdgpulocal-servermcp-servermistralnpuagent-teamsagentic-codingclaudecodecode-qualitykvcache-compressionkvcache-optimizationkvcache-reuselmstudiomacbookmlxmlxllmmlxstudioomlxmatrixgateway-servicesllm-costllm-gatewayload-balancingmcp-clientai-gateway-supportenvoyenvoyproxyllm-proxyllm-routinganti-sycophancycognitive-architecturehebbian-learninghipaamind-palaceai-presentationapigammapowerpoint-automationpowerpoint-freepowerpoint-generationpresentation
共 13 个项目· 2 / 共 2
O
zaxbysauce

OpenCode 的架构师中心化智能体集群

335

这个项目挺有意思,它不像是一个单打独斗的代码生成工具,而是为 OpenCode 设计的“架构师中心化”智能体集群插件。简单说,它采用了一种中心辐射型的编排方式,把任务分发给不同的专家智能体(SME),涵盖了代码生成、质量保证审查等环节。 这种方向最近挺热,原因也不难理解:随着代码库越来越复杂,单一的...

TypeScript高潜项目35
G
automagik-dev

Genie

317

它不像是在做一个普通聊天框,而是试图构建一个完整的自动化编码流水线。作为一个 CLI 代理,它的工作流挺有意思:先通过对话了解你的需求,然后制定计划,接着在隔离的工作树中调度多个并行代理来写代码,最后甚至会在你看到代码前先做一轮代码审查。 真正难的地方不是让 AI 写几行代码,而是如何管理多代理协作...

TypeScript高潜项目51
Gan-Xing

连接微信与 Codex 的自动化桥梁

211

CodexBridge 是一个专门为微信和 Codex 应用服务器搭建的桥接工具。它允许用户直接在微信聊天中运行 Codex,支持线程、斜杠命令、审批流、Agent 自动化以及文件上传等功能。 这个项目的方向非常接地气。很多开发者和团队习惯在微信里沟通,但强大的 AI 工具通常需要切换到专门的网页或...

TypeScript高潜项目32
S
Signet-AI

Signet:本地优先的 Agent 状态与身份管理

172

随着 AI Agent 越来越多,如何管理它们的状态成了一个新问题。这个项目专注于为 Agent 提供本地优先的身份、记忆和密钥管理。它更像是在摸索一种标准化的 Agent 状态层,让这些上下文信息可以在不同的模型和运行框架之间迁移。 真正难的地方不是让 Agent 记住一句话,而是如何在复杂的任务...

TypeScript高潜项目33
M
syncable-dev

Memtrace:为 AI 编程智能体打造的结构化记忆

171

简单说,它想解决 AI 编程助手“记性不好”的问题。Memtrace 是一个专门为 Cursor、Claude Code 等 AI 编码智能体设计的结构化记忆系统,通过构建双时态图(Bi-temporal graph)来追踪代码的演进历史。 真正有意思的地方在于它的架构设计:它是 MCP 原生的,并...

Python高潜项目12
GitHub 高星项目 | 潜龙在渊