1tile-ai/tilelang+80 STARS TODAY · ★ 6,899 · PYTHONTileLang is a domain-specific language for writing high-performance kernels for GPUs, CPUs and accelerators. It aims to shorten the path from a tiling strategy to a working kernel without dropping to hand-written low-level code. It picked up about 80 stars today, the most in the AI set.TileLang 是一种领域专用语言,用于为 GPU、CPU 和各类加速器编写高性能算子。它的目标是让开发者不必手写底层代码,就能把分块策略落地为可用的 kernel。今天新增约 80 颗星,是本组 AI 项目中增长最快的。TileLang は、GPU や CPU、各種アクセラレータ向けの高性能カーネルを記述するためのドメイン固有言語である。低レベルコードを手書きせずに、タイリング戦略をそのまま動くカーネルに落とし込むことを狙う。本日は約 80 スターを集め、AI 系リポジトリで最も伸びた。
2skypilot-org/skypilot+21 STARS TODAY · ★ 10,394 · PYTHONSkyPilot presents fragmented AI compute as a single pool, so a training or inference job can land wherever capacity happens to exist. The project pitches itself at frontier teams building custom models rather than at single-cluster users.SkyPilot 把分散在各处的 AI 算力整合成统一的资源池,让训练或推理任务可以落到任何有空闲容量的地方。项目定位面向自研模型的前沿团队,而非只使用单一集群的用户。SkyPilot は、断片化した AI 計算資源をひとつのプールとして扱い、学習や推論のジョブを空きのある場所へ流し込めるようにする。単一クラスタの利用者ではなく、独自モデルを開発するフロンティアチームを主な対象に据えている。
3flashinfer-ai/flashinfer+5 STARS TODAY · ★ 6,025 · PYTHONFlashInfer is a kernel library built specifically for LLM serving. Inference engines call into it instead of maintaining their own hand-tuned GPU kernels, which keeps the optimization work in one place as serving stacks multiply.FlashInfer 是一个专为大模型推理服务打造的算子库。推理引擎可以直接调用它,而不必各自维护手工调优的 GPU kernel,从而在服务栈不断增多的情况下把优化工作集中在一处。FlashInfer は、LLM のサービング向けに特化したカーネルライブラリである。各推論エンジンが独自にチューニングした GPU カーネルを抱え込む代わりにこれを呼び出すことで、サービング基盤が増えても最適化を一箇所に集約できる。
4moorcheh-ai/memanto+4 STARS TODAY · ★ 1,685 · PYTHONMemanto is a Python memory layer for AI agents, aimed at the recall problem that shows up once an agent runs across many sessions. It is the youngest project in today's set by star count, at roughly 1,700.Memanto 是面向 AI 智能体的 Python 记忆层,针对智能体跨多轮会话运行后出现的记忆检索问题。以约 1700 颗星计,它是今天这组项目中体量最小的一个。Memanto は AI エージェント向けの Python 製メモリ層で、エージェントが多数のセッションをまたいで動くときに生じる想起の問題を扱う。スター数は約 1700 で、本日の顔ぶれの中では最も小規模なプロジェクトだ。
5pyg-team/pytorch_geometric+3 STARS TODAY · ★ 23,927 · PYTHONPyTorch Geometric is the graph neural network library for PyTorch. At nearly 24,000 stars it is the most established project on today's list, and it keeps drawing steady daily traffic while newer agent tooling comes and goes.PyTorch Geometric 是 PyTorch 生态中的图神经网络库。以近 2.4 万颗星计,它是今天榜单上最成熟的项目;在新兴智能体工具来去更替的同时,它依然保持着稳定的日常关注度。PyTorch Geometric は、PyTorch 向けのグラフニューラルネットワークライブラリである。2 万 4000 近いスターを持つ本日の一覧で最も歴史のあるプロジェクトで、新しいエージェント関連ツールが入れ替わる中でも安定した注目を集め続けている。
2026-07-24 · FRIDAY · 15:44 PDT
1Panniantong/Agent-Reach+488 STARS TODAY · ★ 60,602 · PYTHONAgent-Reach gives AI agents read-and-search access across major web platforms - Twitter, Reddit, YouTube, GitHub, Bilibili, and Xiaohongshu - through a single CLI with no per-API fees. It aims to be a unified 'eyes on the internet' layer for agents. It added roughly 490 GitHub stars today.Agent-Reach 通过单一 CLI,让 AI agent 能读取和搜索主流网络平台——Twitter、Reddit、YouTube、GitHub、B站和小红书,且无需为各家 API 付费。它意在成为 agent 统一的“互联网之眼”层。今天新增约 490 个 GitHub star。Agent-Reachは、単一のCLIでAIエージェントに主要なウェブプラットフォーム(Twitter、Reddit、YouTube、GitHub、Bilibili、小紅書)の読み取りと検索を提供し、API個別の料金も不要とする。エージェント向けの統一された「インターネットの目」層を目指す。本日およそ490のGitHubスターを追加した。
2calesthio/OpenMontage+349 STARS TODAY · ★ 41,971 · PYTHONOpenMontage bills itself as an open-source, agentic video-production system, bundling 12 production pipelines and over 100 tools plus 700+ agent-skill and production-knowledge files. It aims to turn a prompt into a finished video through coordinated agents. The project added around 350 stars today.OpenMontage 自称是开源的 agentic 视频制作系统,内置 12 条制作流水线、100 多个工具以及 700 多个 agent 技能与制作知识文件。它意在通过协同的 agent 把一句提示变成成片。项目今天新增约 350 个 star。OpenMontageはオープンソースのエージェント型動画制作システムを標榜し、12の制作パイプラインと100以上のツール、さらに700を超えるエージェントスキル・制作知識ファイルを同梱する。協調するエージェントでプロンプトを完成した動画に変えることを目指す。本日およそ350のスターを追加した。
3browser-use/browser-use+270 STARS TODAY · ★ 106,612 · PYTHONbrowser-use is a widely adopted library that makes websites navigable by AI agents, letting them automate online tasks by driving a real browser. With over 106,000 stars, it has become a common building block for agent developers. It added about 270 stars today.browser-use 是一个被广泛采用的库,让网站可被 AI agent 操作,通过驱动真实浏览器来自动化在线任务。凭借超过 10.6 万个 star,它已成为 agent 开发者常用的基础组件。今天新增约 270 个 star。browser-useは広く採用されているライブラリで、実際のブラウザを操作してオンライン作業を自動化することで、ウェブサイトをAIエージェントが扱えるようにする。10万6千を超えるスターを持ち、エージェント開発者の定番の部品になっている。本日およそ270のスターを追加した。
4CoreBunch/Instatic+250 STARS TODAY · ★ 4,239 · TYPESCRIPTInstatic is an open-source, self-hosted visual CMS positioned as an agentic alternative to Webflow, Framer, and WordPress that outputs clean static pages. It bundles users, roles, and plugins for team site-building. The newer project added about 250 stars today.Instatic 是一个开源、可自托管的可视化 CMS,定位为 Webflow、Framer 和 WordPress 的 agentic 替代品,输出干净的静态页面。它内置用户、角色和插件,便于团队搭建站点。这个较新的项目今天新增约 250 个 star。Instaticはオープンソースでセルフホスト可能なビジュアルCMSで、Webflow、Framer、WordPressのエージェント型の代替として、クリーンな静的ページを出力する。ユーザー、ロール、プラグインを備え、チームでのサイト構築に対応する。この新しめのプロジェクトは本日およそ250のスターを追加した。
5OtterMind/Chat2DB+129 STARS TODAY · ★ 26,302 · JAVAChat2DB is an AI-driven database GUI and SQL client supporting a broad set of engines including MySQL, PostgreSQL, Oracle, SQL Server, SQLite, and ClickHouse. It uses AI to help write and run queries across databases. The project added roughly 130 stars today.Chat2DB 是一款 AI 驱动的数据库 GUI 与 SQL 客户端,支持包括 MySQL、PostgreSQL、Oracle、SQL Server、SQLite 和 ClickHouse 在内的众多数据库引擎。它借助 AI 帮助跨库编写和执行查询。项目今天新增约 130 个 star。Chat2DBはAI駆動のデータベースGUIおよびSQLクライアントで、MySQL、PostgreSQL、Oracle、SQL Server、SQLite、ClickHouseなど多数のエンジンに対応する。AIを使ってデータベース横断でクエリの作成と実行を支援する。本日およそ130のスターを追加した。
2026-07-23 · THURSDAY · 23:34 PDT
1shiyu-coder/Kronos+401 STARS TODAY · ★ 33,210 · PYTHONKronos is a foundation model for financial-market data, treating price and order-flow sequences as a language the model learns to predict. The repository ships pretrained weights plus tooling for forecasting and analysis, and it added roughly 400 GitHub stars today.Kronos 是面向金融市场数据的基础模型,把价格与订单流序列当作一种“语言”来学习和预测。仓库提供预训练权重以及用于预测和分析的工具,今天新增约 400 个 GitHub star。Kronosは金融市場データ向けの基盤モデルで、価格や注文フローの系列を「言語」として学習し予測する。リポジトリは事前学習済みの重みと予測・分析用のツールを同梱し、本日およそ400のGitHubスターを獲得した。
2citrolabs/ego-lite+247 STARS TODAY · ★ 1,896 · JAVASCRIPTego-lite is an open-source browser designed so a person and their AI agents can work in the same session in parallel. It targets agent-driven browsing workflows rather than treating automation as a bolt-on feature. The project added around 250 stars today.ego-lite 是一款开源浏览器,让用户和自己的 AI agent 能在同一会话中并行工作,面向 agent 驱动的浏览流程,而非把自动化当作附加功能。项目今天新增约 250 个 star。ego-liteはオープンソースのブラウザで、ユーザーと自身のAIエージェントが同じセッションで並行して作業できるよう設計されている。自動化を後付けにせず、エージェント主導のブラウジングを主眼に置く。本日およそ250のスターを追加した。
3alibaba/open-code-review+180 STARS TODAY · ★ 11,838 · GOAlibaba open-sourced open-code-review, a code-review tool that pairs deterministic pipelines with an LLM agent to post precise line-level comments. The project bills itself as battle-tested at Alibaba's scale and free to use, and it added roughly 180 stars today.阿里巴巴开源了 open-code-review,一款把确定性流水线与 LLM agent 结合、给出精确行级评论的代码审查工具。项目称其在阿里内部大规模实战验证且免费使用,今天新增约 180 个 star。Alibabaがopen-code-reviewをオープンソース化した。決定的なパイプラインとLLMエージェントを組み合わせ、行単位の精密なコメントを付けるコードレビューツールだ。Alibaba規模で実戦検証済みかつ無料をうたい、本日およそ180のスターを得た。
4oraios/serena+75 STARS TODAY · ★ 26,814 · PYTHONSerena is an MCP toolkit that gives coding agents semantic retrieval and editing over a codebase, positioning itself as an IDE layer for the agent rather than the human. It exposes symbol-level navigation through the Model Context Protocol. The repository added about 75 stars today.Serena 是一个 MCP 工具包,为编码 agent 提供对代码库的语义检索与编辑能力,把自己定位为“给 agent 用的 IDE”而非给人用的。它通过 Model Context Protocol 暴露符号级导航。仓库今天新增约 75 个 star。SerenaはMCPツールキットで、コーディングエージェントにコードベースの意味的な検索と編集を提供し、人間ではなくエージェント向けのIDE層を標榜する。Model Context Protocolを通じてシンボル単位のナビゲーションを公開する。本日およそ75のスターを追加した。
5raullenchai/Rapid-MLX+18 STARS TODAY · ★ 3,375 · PYTHONRapid-MLX is a local inference engine for Apple Silicon that claims 4.2x higher throughput than Ollama and a 0.08s cached time-to-first-token. It advertises full tool-calling with 17 tool parsers, prompt caching, and reasoning separation. The project added about 18 stars today.Rapid-MLX 是面向 Apple Silicon 的本地推理引擎,号称吞吐量比 Ollama 高 4.2 倍、缓存首字延迟 0.08 秒。它宣称支持完整工具调用(17 种工具解析器)、prompt 缓存与推理分离。项目今天新增约 18 个 star。Rapid-MLXはApple Silicon向けのローカル推論エンジンで、Ollama比4.2倍のスループットとキャッシュ時0.08秒の初トークン応答をうたう。17種のツールパーサーによる完全なツール呼び出し、プロンプトキャッシュ、推論分離を宣伝する。本日およそ18のスターを追加した。
2026-07-22 · WEDNESDAY
1microsoft/SkillOpt+599 STARS TODAY · ★ 14,525 · PYTHONMicrosoft's SkillOpt is a text-space optimizer that trains reusable natural-language skills for agents, tuning prompts and procedures instead of weights. It gained ~600 stars today as skill-based agent tooling keeps consolidating.微软的 SkillOpt 是一个文本空间优化器,为智能体训练可复用的自然语言技能——优化的是提示词和流程而非权重。今日新增约 600 star,基于技能的智能体工具持续沉淀。MicrosoftのSkillOptは、エージェント向けに再利用可能な自然言語スキルを訓練するテキスト空間オプティマイザで、重みではなくプロンプトや手順を調整する。本日約600スター増、スキルベースのエージェントツールの集約が続く。
2jamiepine/voicebox+557 STARS TODAY · ★ 45,910 · TYPESCRIPTVoicebox is an open-source AI voice studio for cloning, dictation and voice creation, from the maker of Spacedrive. At 46k stars it is one of the larger open voice projects, adding 550+ stars today.Voicebox 是一个开源 AI 语音工作室,支持克隆、听写与语音创作,出自 Spacedrive 作者之手。46k star 使其位列较大的开源语音项目之一,今日再增 550+。Voiceboxは、クローン・ディクテーション・音声生成に対応するオープンソースのAIボイススタジオで、Spacedriveの作者による。46kスターと大規模なオープン音声プロジェクトの一つで、本日550超のスター増。
3dottxt-ai/outlines+364 STARS TODAY · ★ 15,162 · PYTHONOutlines constrains LLM generation to structured formats - JSON, regex, grammars - so outputs are valid by construction rather than parsed and retried. A staple of the structured-output toolchain, up 360+ stars today.Outlines 把 LLM 生成约束到结构化格式——JSON、正则、语法——让输出天生合法,而不是先解析再重试。它是结构化输出工具链的常青组件,今日新增 360+ star。Outlinesは、LLMの生成をJSON・正規表現・文法などの構造化フォーマットに制約し、出力を後からパースして再試行するのではなく最初から妥当にする。構造化出力ツールチェーンの定番で、本日360超のスター増。
4unclecode/crawl4ai+322 STARS TODAY · ★ 74,245 · PYTHONCrawl4AI is an open-source, LLM-friendly web crawler and scraper that emits clean, model-ready text and markdown. At 74k stars it is a widely used ingestion layer for RAG and agents, adding 320+ today.Crawl4AI 是一个开源、对 LLM 友好的网页爬虫与抓取器,直接产出干净、可喂给模型的文本和 markdown。74k star 使其成为 RAG 与智能体广泛使用的采集层,今日再增 320+。Crawl4AIは、モデルにそのまま渡せるクリーンなテキストやmarkdownを出力するオープンソースのLLMフレンドリーなWebクローラー兼スクレイパー。74kスターでRAGやエージェントの取り込み層として広く使われ、本日320超の増加。
5langchain-ai/open_deep_research+264 STARS TODAY · ★ 12,395 · PYTHONLangChain's open_deep_research is an open implementation of the deep-research agent pattern: plan, search, read and synthesize a cited report over many sources. It gained 260+ stars today as teams build their own research agents.LangChain 的 open_deep_research 是"深度研究"智能体范式的开源实现:规划、检索、阅读,并跨多源综合出带引用的报告。随着各团队自建研究智能体,今日新增 260+ star。LangChainのopen_deep_researchは、計画・検索・読解を経て多数のソースから引用付きレポートを統合する「ディープリサーチ」エージェント方式のオープン実装。各チームが独自の研究エージェントを作る中、本日260超のスター増。
2026-07-21 · TUESDAY
1diegosouzapw/OmniRoute+2,040 STARS TODAY · ★ 23,169 · TYPESCRIPTA free, MIT-licensed AI gateway: one endpoint that routes to many model providers with failover. Added 2,000+ stars today as routing and gateway tooling keeps consolidating into open infrastructure.免费、MIT 协议的 AI 网关:一个端点路由到多家模型供应商并支持故障切换。今日新增 2000+ star,路由/网关工具正在持续沉淀为开源基础设施。無料・MITライセンスのAIゲートウェイ。単一エンドポイントで複数のモデルプロバイダーへルーティングし、フェイルオーバーにも対応。本日2,000超のスター増で、ルーティング系ツールのオープンインフラ化が進む。
2koala73/worldmonitor+1,167 STARS TODAY · ★ 64,575 · TYPESCRIPTA real-time global intelligence dashboard with AI-powered aggregation across news and data feeds. At 64k stars it is one of the largest open dashboards of its kind, back on trending with 1,167 stars added today.实时全球情报仪表盘,用 AI 聚合新闻与数据源。64k star 的体量属同类开源项目中最大之列,今日再增 1167 star 重回趋势榜。ニュースとデータフィードをAIで集約するリアルタイムのグローバル情勢ダッシュボード。64kスターは同種のオープン実装で最大級。本日1,167スター増でトレンド復帰。
3KnockOutEZ/wigolo+641 STARS TODAY · ★ 3,021 · TYPESCRIPTA local-first web workspace built to be the browser your AI coding agent uses. It targets the gap between headless browser automation and a surface humans can also see and drive.本地优先的 Web 工作台,定位是给 AI 编程智能体用的浏览器。瞄准无头自动化与'人也能看能操作'界面之间的空档。AIコーディングエージェントが使うブラウザとして設計されたローカルファーストのWebワークスペース。ヘッドレス自動化と人間も見て操作できる画面との間隙を狙う。
4AstrBotDevs/AstrBot+416 STARS TODAY · ★ 37,401 · PYTHONAn AI agent assistant and development framework with multi-platform messaging integrations, at 37k stars and 400+ added today. A long-running project that keeps compounding.AI 智能体助手与开发框架,带多平台消息集成。37k star 基础上今日再增 400+,是一个持续复利的长线项目。マルチプラットフォームのメッセージング統合を備えたAIエージェントアシスタント兼開発フレームワーク。37kスターに本日400超を上積みする息の長いプロジェクト。
5topoteretes/cognee+394 STARS TODAY · ★ 28,996 · PYTHONAn open-source AI memory platform that builds knowledge graphs from your data, so agents retrieve structured context instead of raw text chunks.开源 AI 记忆平台:把你的数据构建成知识图谱,让智能体检索结构化上下文而不是原始文本块。データからナレッジグラフを構築するオープンソースのAIメモリ基盤。エージェントは生のテキスト断片ではなく構造化されたコンテキストを取得できる。
2026-07-17 · FRIDAY
1Nutlope/hallmark+1,485 STARS TODAY · ★ 12,259 · CSSAn anti-AI-slop design skill for Claude Code, Cursor and Codex that steers generated UIs away from the template look. Nearly 1,500 stars added today makes it the fastest-climbing AI repo on GitHub.面向 Claude Code、Cursor 和 Codex 的“反 AI 味”设计 skill,让生成的界面摆脱模板感。今日新增近 1500 star,是当前 GitHub 上蹿升最快的 AI 仓库。Claude Code・Cursor・Codex向けの「AIっぽさ」を排除するデザインskill。生成UIをテンプレート的な見た目から遠ざける。本日約1,500スター増で、現在GitHubで最も急上昇中のAIリポジトリ。
2Graphify-Labs/graphify+1,360 STARS TODAY · ★ 90,414 · PYTHONA widely used AI coding assistant skill supporting Claude Code, Codex and OpenCode, back on top of trending with 1,360 stars added today on a 90,000-star base.广泛使用的 AI 编程助手 skill,支持 Claude Code、Codex 和 OpenCode。在 9 万 star 的基础上今日再增 1360 star,重回趋势榜首。Claude Code・Codex・OpenCodeに対応する、広く使われているAIコーディングアシスタントskill。9万スターの基盤に本日さらに1,360スターを積み増し、トレンド首位に返り咲いた。
3github/copilot-sdk+233 STARS TODAY · ★ 9,831 · JAVAGitHub's official multi-platform SDK for embedding Copilot agents into other applications - a signal that Copilot is becoming an embeddable platform rather than just an IDE feature.GitHub 官方的多平台 SDK,用于把 Copilot 智能体嵌入其他应用——标志着 Copilot 正从 IDE 功能变为可嵌入的平台。Copilotエージェントを他のアプリに組み込むためのGitHub公式マルチプラットフォームSDK。CopilotがIDE機能から組み込み可能なプラットフォームへ変わりつつある兆しだ。
4tirth8205/code-review-graph+74 STARS TODAY · ★ 19,858 · PYTHONA local-first code intelligence graph exposed over MCP and CLI, letting agents query codebase structure instead of grepping through files. Built for code review workflows.本地优先的代码智能图谱,通过 MCP 和 CLI 暴露,让智能体按结构查询代码库而不是逐文件 grep。为代码评审工作流而设计。MCPとCLI経由で使えるローカルファーストのコードインテリジェンスグラフ。エージェントがファイルをgrepする代わりにコード構造を問い合わせられる。コードレビュー用途に設計。
5aws/agent-toolkit-for-aws+34 STARS TODAY · ★ 1,950 · PYTHONAWS's official collection of MCP servers, skills and plugins for agents that work with AWS services. Vendor-maintained agent tooling now arrives from every major cloud.AWS 官方的 MCP 服务器、skill 和插件集合,供操作 AWS 服务的智能体使用。各大云厂商都在推出官方维护的智能体工具。AWSサービスを扱うエージェント向けの、AWS公式MCPサーバー・skill・プラグイン集。主要クラウド各社からベンダー公式のエージェントツールが続々登場している。