Credit Without Ground Truth1 - 用可执行反事实回放审计步骤级信用信号,发现常用代理指标没有一个胜过随机基线。
全文 ↓今日重点 · Today's Highlights
论文 · Papers
15 项 · 论文本期重点Can Agent Memory Systems Track Evolving State?2arxiv.org原文 ↗
这项工作指出,召回历史并不等于维护当前状态:系统还必须知道哪些事实、约束和决策已被后来对话替代。
SAPO: Single-Rollout Autoregressive Policy Optimization for Agentic Reinforcement Learning7arxiv.org原文 ↗
SAPO 用同一自回归骨干在不同因果边界输出策略和值预测,把 PPO 目标与 on-policy SARSA 辅助目标合在一次 rollout 中,并以轨迹级 GAE 分配回合信用。
EnvHarness: Awakening Static Worlds for Agent Learning8arxiv.org原文 ↗
EnvHarness 在不改底层环境和验证器的前提下,加一层可编程插件去重塑状态、反馈与交互难度;配套 EnvRigger 从黑盒策略轨迹诊断弱点,再合成并验证插件。
Optimal Skill Selection for LLM Agents with Provable Bicriteria Guarantees9arxiv.org原文 ↗
作者把有限上下文里的 Skill 装载写成硬 token 预算下“单调次模收益减上下文惩罚”的集合优化,并提出多项式时间的 Best Prefix Selection。
MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use10arxiv.org原文 ↗
MemTrapBench 专门构造“检索内容相关且忠实、却会带偏推理”的场景,区分推理固着和信念扭曲,而不是继续只测记忆命中率。
Break It Down, Pass It On: Cross-Task Skill Transfer in LLM Agents11arxiv.org原文 ↗
论文受控比较整任务与子任务 Skill,以及文本与代码表示,发现整任务经验多数拖累无记忆基线,拆成子任务后才平均产生正迁移,文本 Skill 又优于代码。
MidTool: Mid-training Data Synthesis for Agentic Tool Use12arxiv.org原文 ↗
MidTool 将网页、PDF、代码与基于真实 API、MCP Skill、文档工作流合成的监督混为中期训练语料,覆盖参数补全、组合调用和缺失信息恢复。
AI4AI-Bench13arxiv.org原文 ↗
AI4AI-Bench 让代理直接改造 10 个冻结研究仓库中的 10 类训练算法:单张 B300 上有 4 小时开发预算,隐藏评测再从头训练最多 12 小时。
本期重点Credit Without Ground Truth1arxiv.org原文 ↗
作者在 ALFWorld 的每个决策点重采样动作并继续执行,以反事实结果近似步骤的真实因果贡献,再审计 LLM Judge、结果条件 logprob 比和策略置信度。
From Agent Behaviour to Agent-Friendly Documentation16arxiv.org原文 ↗
研究把 SWE-chat 的 557 个会话、94,813 个事件与 AIDev 的 33,097 个 PR 连起来,观察编码代理实际查阅和修改什么文档。
Incident-Data Robustness Analysis of the OWASP Top 10 for LLM Applications17arxiv.org原文 ↗
作者从 CVE、GHSA、OSV 和 AIAAIC 汇集 7,714 起事件,将其中 6,639 起映射到 20 项分类,再用校正分类误差的贝叶斯模型估计事件排序。
开源 / 项目 · Projects
15 项 · 开源 / 项目Proliferate19github.com原文 ↗
Proliferate 是 AGPL-3.0 的开源 AI IDE,在同一控制面运行 Claude Code、Codex、OpenCode、Cursor、Grok 等原生 Harness。
AgentSight20github.com原文 ↗
AgentSight 在 Linux 内核层用 eBPF 捕获 LLM API、token、进程、文件与 TLS 流量,无需给现有 Agent 加埋点,仪表盘可还原会话并定位 SSE 截断和上下文溢出。
On-device MIDI Autocomplete27simedw.com原文 ↗
这个原型把 1.25 亿参数 Transformer 放进手机,对现场 MIDI 钢琴事件做实时续写,而不是先录音再处理波形。
CCTV Camera Database28github.com原文 ↗
项目把厂商数据表与可靠零售页归一为 3,431 款、77 个品牌的摄像头记录,每个条目经 JSON Schema 验证并保留来源 URL。
Icebug Format30github.com原文 ↗
Icebug 用 CSR 表示有向图,磁盘层将节点、`indices`、`indptr` 写成普通 Parquet,内存层对应 Apache Arrow 表,以便对象存储持久化和零拷贝邻接遍历共用布局。
行业动态 · Industry News
15 项 · 行业动态Kagi added a setting for removing paywalled links31kagi.com原文 ↗
Kagi 在搜索设置中加入自动移除付费墙结果,过滤发生在结果阶段,用户无需逐页打开后才判断是否能阅读全文。
DeepSeek-v4-flash-vision-exp32api-docs.deepseek.com原文 ↗
DeepSeek 发布实验性 `deepseek-v4-flash-vision-exp`,并给出经 API 提交图像输入的调用说明,使现有文本客户端可以扩展为图文请求。
Bun 1.433bun.com原文 ↗
Bun 1.4 将约一百万行核心代码从 Zig 重写为 Rust,在基准未退步的同时让 Linux x64 二进制缩小约 18MB、即 20%,并合入约 1,400 项 Node.js 26 兼容测试。
Linux 7.234igalia.com原文 ↗
Linux 7.2 正式进入上游发布节点,该开发周期的主线变更由此成为发行版、驱动和基础设施维护者开始兼容与回归的基准。
Rust 1.98.035blog.rust-lang.org原文 ↗
Rust 1.98.0 已进入稳定发布列车,现有 rustup 安装可以切换到该稳定工具链。
Enabling the next-generation trait solver on nightly36blog.rust-lang.org原文 ↗
Rust nightly 开始默认启用下一代 trait solver,让更多真实 crate 在日常构建中覆盖新求解路径并回传正确性、兼容性和性能问题。
The Atproto Spaces Alpha is Live37atproto.com原文 ↗
AT Protocol 开放 Spaces Alpha,开始测试把实时音频空间的身份、发现和社交关系放在开放协议层,而不是锁进单一应用。
Micron announces a $10B research hub in Boise38investors.micron.com原文 ↗
Micron 宣布在博伊西建立 Micron Research Labs,未来十年投入 100 亿美元,研究视野放到十年以上,覆盖内存技术、先进内存与计算架构、封装和未来制造。
Omacom Foundation launches with $8M39omarchy.org原文 ↗
DHH 宣布成立非营利 Omacom Foundation,由八位创始赞助人各投入 100 万美元,启动资金合计 800 万美元。
Bringing Claude Mythos 5 cybersecurity capabilities to more defenders40claude.com原文 ↗
Anthropic 将 Claude Mythos 5 接入 Enterprise 的 Claude Security,并计划嵌入合作伙伴防御工具;终端用户只获得漏洞、告警或补丁等受限产物,不能直接驱动模型生成攻击内容。
The August 17 outage41github.blog原文 ↗
GitHub 发布 8 月 17 日服务中断复盘,覆盖故障根因、响应过程与后续改进,把一次用户可见事故转成明确的运维行动项。
Malicious Rust crate Arrayref runs a build-time payload42safedep.io原文 ↗
SafeDep 分析一个以相近名称诱导安装的恶意 Rust crate `Arrayref`,其载荷在构建阶段执行,不必等应用启动就能进入开发机或 CI。
Codex on AWS Bedrock bug causing 10x charges43github.com原文 ↗
Codex issue #37674 报告原生 Bedrock provider 无法为 GPT-5.6 Sol 设置显式提示缓存断点,并给出异常 cache-write 用量。
Nvidia AVO scores 100% on ARC-AGI-344twitter.com原文 ↗
Nvidia 官方账号称 AVO 在 ARC-AGI-3 取得 100%,该基准要求系统通过行动探索未知网格游戏的规则、目标与控制,而非回答静态题目。
DuckDB V2 PEG-based SQL parser45duckdb.org原文 ↗
DuckDB v2 将用自研 PEG 解析器替换源自 PostgreSQL 的旧实现,使扩展可以在运行时挂接语法规则,并获得精确源码位置和更清晰的错误提示。
博客文章 · Blog Posts
15 项 · 博客文章A week of using Codex more than Claude46allaboutcoding.ghinda.com原文 ↗
作者记录一周内将主要编码工作从 Claude 转向 Codex 的连续体验,比较对象是任务推进、工具选择和真实项目里的摩擦,而非几轮孤立提示。
What happens when a GPU reads memory48blog.doubleword.ai原文 ↗
文章沿一次 GPU 读取经过访问合并、缓存层级、内存事务和控制器调度的路径,解释为什么“显存带宽”不是一个可独立使用的性能数字。
LLMs are proof that Unix won49bastian.rieck.me原文 ↗
作者把编码 Agent 对 shell、文本流、文件和小工具组合的依赖,解释为 Unix 接口哲学在 LLM 时代的延续。
I accidentally logged hundreds of thousands of phone calls to military bases50lina.sh原文 ↗
作者误接管一段 E.164 ENUM DNS 基础设施后,收到大量电话号码解析查询,其中包括指向军事基地的电话流量元数据。
Rebuilding our Electron meeting-recording engine in Swift51circleback.ai原文 ↗
Circleback 将实时录制移出 Electron:macOS 使用 ScreenCaptureKit,Windows 使用 libobs,再由 Swift 共用层连接 React 状态。
How we made a text-to-speech model respond in sub-50 ms52nari-labs.com原文 ↗
Nari Labs 围绕 Qwen3-TTS 优化交互式合成,把第一段可播放音频的响应时间压到 50ms 以内,并同时讨论速度与单位成本。
TigerBeetle Core System Architecture53ixuvo.com原文 ↗
文章从机械亲和性拆解 TigerBeetle:启动后冻结动态分配,用静态数组避免碎片和 GC 抖动,以 `O_DIRECT`、`io_uring` 和预注册缓冲区直达存储。
Small, native web tricks worth remembering54htmlcat.net原文 ↗
HTMLcat 将 42 个原生 Web 平台技巧整理成可搜索短札,每项都有小例子和真正影响使用的兼容性 caveat。
We rebuilt the Linux MicroVM stack on Apple Silicon55encore.dev原文 ↗
Encore 在 Apple Silicon 上重建面向 Linux MicroVM 的本地运行栈,让依赖 Firecracker 式隔离和 Linux 语义的开发流程可以在 ARM Mac 上执行。
What We Lost When Search Stopped Making Us Think56blog.8ball.space原文 ↗
文章批评搜索从提供可探索链接转向直接合成答案后,用户失去了比较来源、识别分歧和形成判断的过程。
Stop Making TUIs57simonwillison.net原文 ↗
Simon Willison 讨论一个新的个人工具取舍:编码 Agent 已把制作原生 GUI 的成本压低,不必再因实现便宜而默认选择 TUI。
ChatGPT search now uses the site: operator at scale58simonwillison.net原文 ↗
Promptwatch 的观测中,ChatGPT Search fan-out 查询带站点限定的比例长期约 0.3% - 0.5%,8 月 3 - 5 日降到 0.15%,8 月 8 日跃升至 16% - 17%。
A shot-scraper-style JSON API on Bun 1.4's new Bun.WebView59simonwillison.net原文 ↗
Simon 用 Claude Code 搭建 TypeScript 原型,把 `Bun.WebView` 包成可加载网页、执行 JavaScript 的 JSON API,功能方向接近 shot-scraper。
not much happened today60news.smol.ai原文 ↗
smol.ai 将 8 月 19 至 20 日分散在模型、产品、社交媒体和社区渠道的动态整理成单日索引。
GitHub 热门 · GitHub Trending
13 项 · GitHub 热门Tencent/AI-Infra-Guard61github.com原文 ↗
AI-Infra-Guard 把 Claw、Agent、AI 基础设施、MCP/Skill 和越狱测试放进同一套红队平台,既检查供应链配置,也运行动态攻击验证。
Osmantic/ODS62github.com原文 ↗
ODS 用 Docker 把 Ollama、OpenWebUI、n8n、ComfyUI 等现成组件拼成私有 AI 工作站,覆盖本地推理、聊天、RAG、语音 Agent、工作流和图像生成。
pipecat-ai/pipecat63github.com原文 ↗
Pipecat 用 Python 管线组织实时语音与多模态 Agent,将语音活动检测、STT、LLM、TTS 和 WebRTC/WebSocket 传输放进同一流式处理模型。
modular/modular64github.com原文 ↗
Modular 仓库集中开放 Mojo 标准库、MAX 高性能算子、OpenAI 兼容推理服务器和 Python 图执行管线,试图把内核开发与模型部署放进一套工具链。
AprilNEA/OpenLogi65github.com原文 ↗
OpenLogi 用 Rust、GPUI、HID++ 和 UVC 实现本地 Logitech 设备管理,支持按键重映射、DPI、SmartShift 与按应用配置。
WecomTeam/wecom-cli66github.com原文 ↗
wecom-cli 将企业微信的消息、邮件、文档、表格、待办、日程、会议、微盘和通讯录暴露为终端命令,也给 AI Agent 提供对应 Skill。
agent-substrate/substrate67github.com原文 ↗
Agent Substrate 是 Kubernetes 上的大规模有状态 Agent 运行时,把大量间歇空闲 actor 动态映射到较少的就绪 worker,并统一处理创建、挂起、恢复、路由与快照。
mahlernim/google-timeline-visualizer68github.com原文 ↗
Timeline Visualizer 在本机读取 Google Maps 导出的 `Timeline.json`,按月份或精确日期生成带地图动画的 MP4 旅行轨迹。
magnitudedev/magnitude69github.com原文 ↗
Magnitude 把硬件探测、模型推荐与下载、本地推理服务和编码 Agent 合并成一个 CLI,无需用户另外配置 Ollama。
apache/maka70github.com原文 ↗
Maka 把模型消息、工具调用、结果、权限决定和终止事实写入只追加的 Runtime Event Log,再让桌面端、TUI、CLI 和评测器从同一记录投影状态。
AdguardTeam/AdGuardHome71github.com原文 ↗
AdGuard Home 在家庭网络入口运行 DNS sinkhole,让手机、电视和 IoT 设备无需安装客户端即可阻断广告、追踪、恶意与钓鱼域名。
bookorbit/bookorbit72github.com原文 ↗
BookOrbit 是可自托管的电子书、PDF、漫画和有声书平台,核心是 Web 阅读器、Kobo、KOReader 之间的进度与批注双向同步。
akitaonrails/ai-memory73github.com原文 ↗
ai-memory 用 MCP 与生命周期钩子为 Claude Code、Codex、Gemini CLI 等编码 Agent 捕获项目上下文、生成交接,并在不同厂商 CLI 间续接同一工作流。
引用来源 · References
73 条 · 引用- 1 Credit Without Ground Truth. arXiv:2608.19760https://arxiv.org/abs/2608.19760 ↩ 回到正文 · back to text
- 2 Can Agent Memory Systems Track Evolving State? arXiv:2608.19652https://arxiv.org/abs/2608.19652 ↩ 回到正文 · back to text
- 3 PTXBench. arXiv:2608.17379https://arxiv.org/abs/2608.17379 ↩ 回到正文 · back to text
- 4 Steganeurhttps://github.com/marcsnid/steganeur ↩ 回到正文 · back to text
- 5 Waltierhttps://github.com/danthegoodman1/waltier ↩ 回到正文 · back to text
- 6 Active Inference as Context Acquisition for AI Agents. arXiv:2608.19202https://arxiv.org/abs/2608.19202 ↩ 回到正文 · back to text
- 7 SAPO: Single-Rollout Autoregressive Policy Optimization for Agentic Reinforcement Learning. arXiv:2608.19842https://arxiv.org/abs/2608.19842 ↩ 回到正文 · back to text
- 8 EnvHarness: Awakening Static Worlds for Agent Learning. arXiv:2608.19880https://arxiv.org/abs/2608.19880 ↩ 回到正文 · back to text
- 9 Optimal Skill Selection for LLM Agents with Provable Bicriteria Guarantees. arXiv:2608.19993https://arxiv.org/abs/2608.19993 ↩ 回到正文 · back to text
- 10 MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use. arXiv:2608.20202https://arxiv.org/abs/2608.20202 ↩ 回到正文 · back to text
- 11 Break It Down, Pass It On: Cross-Task Skill Transfer in LLM Agents. arXiv:2608.20274https://arxiv.org/abs/2608.20274 ↩ 回到正文 · back to text
- 12 MidTool: Mid-training Data Synthesis for Agentic Tool Use. arXiv:2608.20314https://arxiv.org/abs/2608.20314 ↩ 回到正文 · back to text
- 13 AI4AI-Bench. arXiv:2608.20318https://arxiv.org/abs/2608.20318 ↩ 回到正文 · back to text
- 14 DeltaML-Bench. arXiv:2608.19653https://arxiv.org/abs/2608.19653 ↩ 回到正文 · back to text
- 15 MaliciousSkillBench. arXiv:2608.19901https://arxiv.org/abs/2608.19901 ↩ 回到正文 · back to text
- 16 From Agent Behaviour to Agent-Friendly Documentation. arXiv:2608.20195https://arxiv.org/abs/2608.20195 ↩ 回到正文 · back to text
- 17 Incident-Data Robustness Analysis of the OWASP Top 10 for LLM Applications. arXiv:2608.19266https://arxiv.org/abs/2608.19266 ↩ 回到正文 · back to text
- 18 Zroarhttps://github.com/manishrjain/zroar ↩ 回到正文 · back to text
- 19 Proliferatehttps://github.com/proliferate-ai/proliferate ↩ 回到正文 · back to text
- 20 AgentSighthttps://github.com/alibaba/anolisa/blob/main/docs/user-guide/en/agent-observability/agentsight.md ↩ 回到正文 · back to text
- 21 ParqDBhttps://search.parqdb.io/ ↩ 回到正文 · back to text
- 22 Seedhttps://github.com/vivekhaldar/seed ↩ 回到正文 · back to text
- 23 Cobalthttps://bandarlabs.github.io/Cobalt/ ↩ 回到正文 · back to text
- 24 Kinohttps://github.com/yaroslav/kino ↩ 回到正文 · back to text
- 25 Claudettehttps://github.com/adnanakil/nobuzz/blob/main/README.md ↩ 回到正文 · back to text
- 26 Decayfmthttps://github.com/aravpanwar/decayfmt ↩ 回到正文 · back to text
- 27 On-device MIDI Autocompletehttps://simedw.com/2026/08/20/midi-autocomplete/ ↩ 回到正文 · back to text
- 28 CCTV Camera Databasehttps://github.com/ch-bas/cctv-camera-database ↩ 回到正文 · back to text
- 29 BoardLabhttps://boardlab.dev/ ↩ 回到正文 · back to text
- 30 Icebug Formathttps://github.com/Ladybug-Memory/icebug-format ↩ 回到正文 · back to text
- 31 Kagi added a setting for removing paywalled linkshttps://kagi.com/changelog#11296 ↩ 回到正文 · back to text
- 32 DeepSeek-v4-flash-vision-exphttps://api-docs.deepseek.com/guides/vision/ ↩ 回到正文 · back to text
- 33 Bun 1.4https://bun.com/blog/bun-v1.4 ↩ 回到正文 · back to text
- 34 Linux 7.2https://www.igalia.com/2026/08/19/Linux-72-Released.html ↩ 回到正文 · back to text
- 35 Rust 1.98.0https://blog.rust-lang.org/2026/08/20/Rust-1.98.0/ ↩ 回到正文 · back to text
- 36 Enabling the next-generation trait solver on nightlyhttps://blog.rust-lang.org/2026/08/21/enabling-next-solver-on-nightly/ ↩ 回到正文 · back to text
- 37 The Atproto Spaces Alpha is Livehttps://atproto.com/blog/atproto-spaces-alpha ↩ 回到正文 · back to text
- 38 Micron announces a $10B research hub in Boisehttps://investors.micron.com/news/press-release/2026/Micron-Unveils-Micron-Research-Labs-a-U-S--Based-Long-Horizon-Innovation-Hub-to-Shape-the-Future-of-Memory-and-AI/default.aspx ↩ 回到正文 · back to text
- 39 Omacom Foundation launches with $8Mhttps://omarchy.org/news/2026/08/omacom-foundation-launches-with-8-million/ ↩ 回到正文 · back to text
- 40 Bringing Claude Mythos 5 cybersecurity capabilities to more defendershttps://claude.com/blog/bringing-claude-mythos-5-to-more-defenders ↩ 回到正文 · back to text
- 41 The August 17 outagehttps://github.blog/news-insights/company-news/the-august-17-outage-and-the-work-ahead/ ↩ 回到正文 · back to text
- 42 Malicious Rust crate Arrayref runs a build-time payloadhttps://safedep.io/arrayref-proc-macro1-rust-build-time-malware/ ↩ 回到正文 · back to text
- 43 Codex on AWS Bedrock bug causing 10x chargeshttps://github.com/openai/codex/issues/37674 ↩ 回到正文 · back to text
- 44 Nvidia AVO scores 100% on ARC-AGI-3https://twitter.com/NVIDIAAI/status/2090786258981466231 ↩ 回到正文 · back to text
- 45 DuckDB V2 PEG-based SQL parserhttps://duckdb.org/2026/08/20/duckdb-20-peg-parser ↩ 回到正文 · back to text
- 46 A week of using Codex more than Claudehttps://allaboutcoding.ghinda.com/a-week-of-using-codex-more-than-claude/ ↩ 回到正文 · back to text
- 47 Building an almost fully self-hosted, sandboxed, agentic software factoryhttps://blog.jakesaunders.dev/building-an-almost-fully-self-hosted-sandboxed-agentic-software-factory/ ↩ 回到正文 · back to text
- 48 What happens when a GPU reads memoryhttps://blog.doubleword.ai/what-happens-when-a-gpu-reads-memory ↩ 回到正文 · back to text
- 49 LLMs are proof that Unix wonhttps://bastian.rieck.me/blog/2026/unix/ ↩ 回到正文 · back to text
- 50 I accidentally logged hundreds of thousands of phone calls to military baseshttps://lina.sh/blog/hijacking-e164-arpa ↩ 回到正文 · back to text
- 51 Rebuilding our Electron meeting-recording engine in Swifthttps://circleback.ai/blog/how-we-rebuilt-our-electron-recording-engine-in-swift ↩ 回到正文 · back to text
- 52 How we made a text-to-speech model respond in sub-50 mshttps://nari-labs.com/blog/qwen3-tts-speed-cost-frontier/ ↩ 回到正文 · back to text
- 53 TigerBeetle Core System Architecturehttps://ixuvo.com/blog/tigerbeetle-core-system-architecture-performance-engineering ↩ 回到正文 · back to text
- 54 Small, native web tricks worth rememberinghttps://htmlcat.net/ ↩ 回到正文 · back to text
- 55 We rebuilt the Linux MicroVM stack on Apple Siliconhttps://encore.dev/blog/firecracker-apple-silicon ↩ 回到正文 · back to text
- 56 What We Lost When Search Stopped Making Us Thinkhttps://blog.8ball.space/what-we-lost-when-search/ ↩ 回到正文 · back to text
- 57 Stop Making TUIshttps://simonwillison.net/2026/Aug/21/stop-making-tuis/ ↩ 回到正文 · back to text
- 58 ChatGPT search now uses the site: operator at scalehttps://simonwillison.net/2026/Aug/20/chatgpt-search-now-uses-the-siteoperator-at-scale/ ↩ 回到正文 · back to text
- 59 A shot-scraper-style JSON API on Bun 1.4's new Bun.WebViewhttps://simonwillison.net/2026/Aug/20/bun-webview-json-api/ ↩ 回到正文 · back to text
- 60 not much happened todayhttps://news.smol.ai/issues/26-08-20-not-much/ ↩ 回到正文 · back to text
- 61 Tencent/AI-Infra-Guardhttps://github.com/Tencent/AI-Infra-Guard ↩ 回到正文 · back to text
- 62 Osmantic/ODShttps://github.com/Osmantic/ODS ↩ 回到正文 · back to text
- 63 pipecat-ai/pipecathttps://github.com/pipecat-ai/pipecat ↩ 回到正文 · back to text
- 64 modular/modularhttps://github.com/modular/modular ↩ 回到正文 · back to text
- 65 AprilNEA/OpenLogihttps://github.com/AprilNEA/OpenLogi ↩ 回到正文 · back to text
- 66 WecomTeam/wecom-clihttps://github.com/WecomTeam/wecom-cli ↩ 回到正文 · back to text
- 67 agent-substrate/substratehttps://github.com/agent-substrate/substrate ↩ 回到正文 · back to text
- 68 mahlernim/google-timeline-visualizerhttps://github.com/mahlernim/google-timeline-visualizer ↩ 回到正文 · back to text
- 69 magnitudedev/magnitudehttps://github.com/magnitudedev/magnitude ↩ 回到正文 · back to text
- 70 apache/makahttps://github.com/apache/maka ↩ 回到正文 · back to text
- 71 AdguardTeam/AdGuardHomehttps://github.com/AdguardTeam/AdGuardHome ↩ 回到正文 · back to text
- 72 bookorbit/bookorbithttps://github.com/bookorbit/bookorbit ↩ 回到正文 · back to text
- 73 akitaonrails/ai-memoryhttps://github.com/akitaonrails/ai-memory ↩ 回到正文 · back to text