{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-07-28T06:20:51.496Z","headline":"Andrew Ng 发布 OpenWorker：开源本地优先桌面 AI 智能体，直接交付成品而非对话","description":"Andrew Ng 宣布推出 MIT 许可的开源桌面 AI 智能体 OpenWorker，直接交付完成的文档、更新后的日历等成品，而非对话回复。其架构为 Tauri 2 + React 外壳下的本地 Python FastAPI 服务器，支持用户自带密钥接入 30 种精选模型及本地 Ollama。","url":"https://www.aioga.com/news/cmrxxm7p003s2roxp2sgk6ljb/","mainEntityOfPage":"https://www.aioga.com/news/cmrxxm7p003s2roxp2sgk6ljb/","datePublished":"2026-07-23T19:31:59.000Z","dateModified":"2026-07-23T19:31:59.000Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://www.marktechpost.com/2026/07/23/andrew-ng-just-released-openworker-an-open-source-local-first-desktop-ai-coworker-that-returns-finished-deliverables-instead-of-chat","https://aihot.virxact.com/items/cmrxxm7p003s2roxp2sgk6ljb"],"canonicalUrl":"https://www.aioga.com/news/cmrxxm7p003s2roxp2sgk6ljb/","directAnswer":{"@type":"Answer","text":"Aioga 编辑摘要：Andrew Ng 宣布推出 MIT 许可的开源桌面 AI 智能体 OpenWorker，直接交付完成的文档、更新后的日历等成品，而非对话回复。 Aioga 将其归入「产品更新」方向，重点关注它对真实使用和行业竞争的影响。","url":"https://www.aioga.com/news/cmrxxm7p003s2roxp2sgk6ljb/","dateCreated":"2026-07-23T19:31:59.000Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"marktechpost.com source article","url":"https://www.marktechpost.com/2026/07/23/andrew-ng-just-released-openworker-an-open-source-local-first-desktop-ai-coworker-that-returns-finished-deliverables-instead-of-chat","datePublished":"2026-07-23T19:31:59.000Z","provider":{"@type":"Organization","name":"marktechpost.com","url":"https://www.marktechpost.com/2026/07/23/andrew-ng-just-released-openworker-an-open-source-local-first-desktop-ai-coworker-that-returns-finished-deliverables-instead-of-chat"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cmrxxm7p003s2roxp2sgk6ljb","datePublished":"2026-07-23T19:31:59.000Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cmrxxm7p003s2roxp2sgk6ljb"}}],"aggregationSource":"MarkTechPost（RSS）","originalPublisher":{"name":"marktechpost.com","url":"https://www.marktechpost.com/2026/07/23/andrew-ng-just-released-openworker-an-open-source-local-first-desktop-ai-coworker-that-returns-finished-deliverables-instead-of-chat"},"article":{"id":"cmrxxm7p003s2roxp2sgk6ljb","slug":"cmrxxm7p003s2roxp2sgk6ljb","url":"https://www.aioga.com/news/cmrxxm7p003s2roxp2sgk6ljb/","title":"Andrew Ng 发布 OpenWorker：开源本地优先桌面 AI 智能体，直接交付成品而非对话","title_en":"Andrew Ng Just Released OpenWorker： An Open-Source， Local-First Desktop AI Coworker That Returns Finished Deliverables Instead of Chat","summary":"Andrew Ng 宣布推出 MIT 许可的开源桌面 AI 智能体 OpenWorker，直接交付完成的文档、更新后的日历等成品，而非对话回复。其架构为 Tauri 2 + React 外壳下的本地 Python FastAPI 服务器，支持用户自带密钥接入 30 种精选模型及本地 Ollama。","source":"MarkTechPost（RSS）","sourceUrl":"https://www.marktechpost.com/2026/07/23/andrew-ng-just-released-openworker-an-open-source-local-first-desktop-ai-coworker-that-returns-finished-deliverables-instead-of-chat","aiHotUrl":"https://aihot.virxact.com/items/cmrxxm7p003s2roxp2sgk6ljb","publishedAt":"2026-07-23T19:31:59.000Z","category":"产品更新","score":46,"selected":false,"articleBody":["Andrew Ng has announced OpenWorker：https://x.com/AndrewYNg/status/2080333504446108104, an open-source desktop agent that produces finished work rather than conversation. OpenWorker asks the user for an outcome , not a prompt: a polished document, a Slack reply containing the actual numbers, an updated calendar, a triaged inbox. It then breaks that outcome into steps, works across local files and connected apps, and checks in before anything consequential.","The repository contains 119 Python files (~32,400 lines) under coworker/ , 149 TypeScript/TSX files under surfaces/gui/ , and 78 backend test modules.","The engine is built on aisuite：https://github.com/andrewyng/aisuite, Andrew Ng’s provider-agnostic LLM library.","There is no OpenWorker inference service. The user pastes an API key, or points the app at a local runtime.","The curated model matrix contains exactly 30 entries. Native providers cover OpenAI (GPT-5.6 Sol/Terra/Luna and GPT-5.5), Anthropic (Claude Fable 5, Opus 4.8, Sonnet 4.6, Haiku 4.5) and Google (Gemini 3.1 Pro, 3.6 Flash, 2.5 Pro, 2.5 Flash). OpenAI-compatible vendors add GLM-5.2, DeepSeek V4, Kimi K2.6, MiniMax M2.5, Qwen3 Max, Grok 4.3 and Mistral Large. Open-weight models arrive through Together AI：https://www.together.ai/ and Fireworks：https://fireworks.ai/, and fully local models through Ollama：https://ollama.com/, which requires no key at all.","Most desktop agent projects treat approvals as a UI afterthought. OpenWorker treats them as a typed layer.","Every tool call is classified into one of four risk classes: read (no side effects), write_local (mutates the workspace, path-scoped), exec (runs commands), and external (side effects off the machine). Five permission modes then decide what happens: discuss and plan are read-only, interactive is the default and asks before writes, commands and external actions, auto allows everything while remaining path-scoped, and custom auto-approves a user-listed set of tools.","The built-in ops persona also instructs the model to treat content from tools, logs, the web, files and incoming messages as untrusted data rather than instructions. That is an explicit prompt-injection posture, written into the shipped persona.","Model calls go directly from the machine to the configured provider. Conversations, connector tokens and model keys stay local, and the secret store is designed so that secrets never enter the model’s context, prompts or traces.","The only cloud component is an optional broker that handles OAuth handshakes for one-click connectors, using Auth0 Authorization Code with PKCE. Connector tokens are handed straight to the machine and are never stored in the cloud. The app is fully functional signed out, using manually pasted credentials.","Check out the GitHub Repo：https://github.com/andrewyng/openworker, the project site：https://openworker.com/, and the announcement：https://x.com/AndrewYNg/status/2080333504446108104. All credit for this research goes to the researchers and developers of this project.","Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences."],"articleImages":[{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2019/06/Screen-Shot-2021-09-14-at-9.02.24-AM-300x300.png","alt":"","afterParagraph":10,"url":"/media/articles/cmrxxm7p003s2roxp2sgk6ljb/787a6d54564e8e19.webp"},{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2026/07/blog6171-1-100x70.png","alt":"Designing High-Performance GPU Kernels with TileLang: Tensor-Core GEMM, Fused Softmax, FlashAttention, and Autotuning","afterParagraph":11,"url":"/media/articles/cmrxxm7p003s2roxp2sgk6ljb/80925b48ffa65ad2.webp"}],"mediaStatus":"ok","articleBodyZh":["Andrew Ng 宣布了 OpenWorker：https://x.com/AndrewYNg/status/2080333504446108104，这是一个开源桌面代理，生成的是完成的工作而不是对话。OpenWorker 向用户询问的是结果，而不是提示：一个完善的文档、一条包含实际数字的 Slack 回复、一份更新的日历、一封经过分类的邮箱。然后它将该结果分解为步骤，跨本地文件和连接的应用程序工作，并在执行任何重要操作前进行确认。","该仓库包含 119 个位于 coworker/ 下的 Python 文件（约 32,400 行），149 个位于 surfaces/gui/ 下的 TypeScript/TSX 文件，以及 78 个后端测试模块。","该引擎基于 aisuite：https://github.com/andrewyng/aisuite，这是 Andrew Ng 的提供者无关的 LLM 库。","没有 OpenWorker 推理服务。用户可以粘贴 API 密钥，或将应用指向本地运行时。","策划的模型矩阵恰好包含 30 个条目。本地提供者覆盖 OpenAI（GPT-5.6 Sol/Terra/Luna 和 GPT-5.5）、Anthropic（Claude Fable 5, Opus 4.8, Sonnet 4.6, Haiku 4.5）和 Google（Gemini 3.1 Pro, 3.6 Flash, 2.5 Pro, 2.5 Flash）。兼容 OpenAI 的供应商增加了 GLM-5.2、DeepSeek V4、Kimi K2.6、MiniMax M2.5、Qwen3 Max、Grok 4.3 和 Mistral Large。基于 Together AI：https://www.together.ai/ 和 Fireworks：https://fireworks.ai/ 获得开权重模型，通过 Ollama：https://ollama.com/ 获得完全本地模型，无需任何密钥。","大多数桌面代理项目将审批视为 UI 的附加功能。OpenWorker 将其视为一个类型化层。","每次工具调用都会被分类为四种风险类型之一：read（无副作用）、write_local（修改工作空间，路径范围内）、exec（运行命令）和 external（对机器外部产生副作用）。然后五种权限模式决定将发生什么：discuss 和 plan 为只读，interactive 为默认模式并在写入、命令和外部操作前请求确认，auto 允许一切操作但仍限于路径范围内，custom 自动批准用户列出的工具集合。","内置的 ops 角色还指示模型将工具、日志、网页、文件和传入消息的内容视为不可信数据而非指令。这是一种明确的提示注入防护姿态，写入了随附角色中。","模型调用直接从机器发送到配置的提供者。对话、连接器令牌和模型密钥保持本地，秘密存储设计确保秘密从未进入模型的上下文、提示或跟踪中。","唯一的云组件是处理一键连接器 OAuth 握手的可选代理，使用 Auth0 带 PKCE 的授权码。连接器令牌直接交给机器，绝不存储在云端。应用程序在未登录状态下也能完全运行，通过手动粘贴的凭据使用。","查看 GitHub 仓库：https://github.com/andrewyng/openworker，项目网站：https://openworker.com/，以及公告：https://x.com/AndrewYNg/status/2080333504446108104。所有研究成果归功于该项目的研究人员和开发人员。","Asif Razzaq 是 Marktechpost Media Inc. 的首席执行官。作为具有远见的企业家和工程师，Asif 致力于利用人工智能的潜力推动社会公益。他最近的努力是推出人工智能媒体平台 Marktechpost，该平台以对机器学习和深度学习新闻的深入报道而著称，内容既技术可靠又易于广大受众理解。该平台每月浏览量超过 200 万，显示出其在受众中的受欢迎程度。"],"translationStatus":"translated","bodyOrigin":"source-page","editorial":{"summary":"Aioga 编辑摘要：Andrew Ng 宣布推出 MIT 许可的开源桌面 AI 智能体 OpenWorker，直接交付完成的文档、更新后的日历等成品，而非对话回复。 Aioga 将其归入「产品更新」方向，重点关注它对真实使用和行业竞争的影响。","background":"背景分析：模型与研究类动态需要结合能力边界、开放方式、成本、可用性和真实任务表现判断，单项指标领先不等于已经形成稳定采用。","viewpoint":"Aioga 判断：这条动态更适合作为行业观察信号，当前信息足以建立线索，但不足以推导长期结论。","implications":"影响分析：对相关团队而言，短期应先核对来源、可用范围和实际成本，再判断是否值得接入或跟进。","nextStep":"后续观察：继续观察官方文档、实际可用性、价格变化、开发者反馈和竞品回应。","evidenceRefs":["title","summary","articleBody"],"confidence":"medium","status":"published","aiGenerated":false,"autoApproved":true,"generatedBy":"rule-safe-fallback","generatedAt":"2026-07-28T06:29:10.573Z","sourceHash":"22ebc5177b53320b","validation":{"passed":true,"mode":"rule-safe-fallback","checks":["schema","length","source-attribution","no-html"]}},"tags":["产品更新","MarkTechPost（RSS）"],"translations":{"zh-CN":{"title":"Andrew Ng 发布 OpenWorker：开源本地优先桌面 AI 智能体，直接交付成品而非对话","summary":"Andrew Ng 宣布推出 MIT 许可的开源桌面 AI 智能体 OpenWorker，直接交付完成的文档、更新后的日历等成品，而非对话回复。其架构为 Tauri 2 + React 外壳下的本地 Python FastAPI 服务器，支持用户自带密钥接入 30 种精选模型及本地 Ollama。","category":"产品更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng 发布 OpenWorker：开源本地优先桌面 AI 智能体，直接交付成品而非对话 - Aioga AI资讯","description":"Andrew Ng 宣布推出 MIT 许可的开源桌面 AI 智能体 OpenWorker，直接交付完成的文档、更新后的日历等成品，而非对话回复。其架构为 Tauri 2 + React 外壳下的本地 Python FastAPI 服务器，支持用户自带密钥接入 30 种精选模型及本地 Ollama。","url":"https://www.aioga.com/news/cmrxxm7p003s2roxp2sgk6ljb/"},"en":{"title":"Andrew Ng launches OpenWorker: an open-source, locally-first desktop AI agent, delivering finished products directly instead of conversations","summary":"Andrew Ng announced the launch of OpenWorker, an MIT-licensed open-source desktop AI agent, which delivers finished products such as completed documents and updated calendars directly, rather than conversation responses. Its architecture is a local Python FastAPI server under a Tauri 2 + React shell, supporting users to connect 30 selected models and local Ollama with their own keys.","category":"Products","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng launches OpenWorker: an open-source, locally-first desktop AI agent, delivering finished products directly instead of conversations - Aioga AI News","description":"Andrew Ng announced the launch of OpenWorker, an MIT-licensed open-source desktop AI agent, which delivers finished products such as completed documents and updated calendars direc...","url":"https://www.aioga.com/en/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:41:53.519Z"},"ja":{"title":"Andrew Ng が OpenWorker を公開：オープンソースのローカル優先デスクトップAIエージェント、対話ではなく直接成果物を提供","summary":"Andrew Ng は、MIT ライセンスのオープンソースデスクトップ AI エージェント「OpenWorker」を発表しました。これは会話応答ではなく、完成したドキュメントや更新されたカレンダーなどの成果物を直接提供します。アーキテクチャは Tauri 2 + React の外殻の下で動作するローカル Python FastAPI サーバーで、ユーザー自身のキーを使用して 30 種類の厳選モデルおよびローカル Ollama にアクセスすることをサポートします。","category":"製品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng が OpenWorker を公開：オープンソースのローカル優先デスクトップAIエージェント、対話ではなく直接成果物を提供 - Aioga AIニュース","description":"Andrew Ng は、MIT ライセンスのオープンソースデスクトップ AI エージェント「OpenWorker」を発表しました。これは会話応答ではなく、完成したドキュメントや更新されたカレンダーなどの成果物を直接提供します。アーキテクチャは Tauri 2 + React の外殻の下で動作するローカル Python FastAPI サーバーで、ユーザー自身...","url":"https://www.aioga.com/ja/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:42:04.474Z"},"ko":{"title":"Andrew Ng가 OpenWorker를 출시했습니다: 오픈소스 로컬 우선 데스크톱 AI 에이전트로, 대화가 아닌 완제품을 직접 제공합니다","summary":"Andrew Ng는 MIT 라이선스로 제공되는 오픈 소스 데스크탑 AI 에이전트 OpenWorker를 출시한다고 발표했으며, 대화 응답이 아닌 완성된 문서, 업데이트된 캘린더 등 결과물을 직접 제공한다. 그 구조는 Tauri 2 + React 셸 아래의 로컬 Python FastAPI 서버로 구성되어 있으며, 사용자가 직접 키를 제공하여 30가지 엄선된 모델과 로컬 Ollama에 접속할 수 있다.","category":"제품 업데이트","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng가 OpenWorker를 출시했습니다: 오픈소스 로컬 우선 데스크톱 AI 에이전트로, 대화가 아닌 완제품을 직접 제공합니다 - Aioga AI 뉴스","description":"Andrew Ng는 MIT 라이선스로 제공되는 오픈 소스 데스크탑 AI 에이전트 OpenWorker를 출시한다고 발표했으며, 대화 응답이 아닌 완성된 문서, 업데이트된 캘린더 등 결과물을 직접 제공한다. 그 구조는 Tauri 2 + React 셸 아래의 로컬 Python FastAPI 서버로 구성되어 있으며, 사용자가 직...","url":"https://www.aioga.com/ko/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:42:53.100Z"},"es":{"title":"Andrew Ng lanza OpenWorker: agente de IA de escritorio local de código abierto, entrega directamente productos en lugar de conversaciones","summary":"Andrew Ng anunció el lanzamiento del agente de inteligencia artificial de escritorio de código abierto OpenWorker con licencia MIT, que entrega directamente productos terminados como documentos completados y calendarios actualizados, en lugar de respuestas de conversación. Su arquitectura consiste en un servidor local Python FastAPI bajo la envoltura de Tauri 2 + React, y admite que los usuarios conecten sus propias claves a 30 modelos seleccionados y al Ollama local.","category":"Productos","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng lanza OpenWorker: agente de IA de escritorio local de código abierto, entrega directamente productos en lugar de conversaciones - Aioga Noticias de IA","description":"Andrew Ng anunció el lanzamiento del agente de inteligencia artificial de escritorio de código abierto OpenWorker con licencia MIT, que entrega directamente productos terminados co...","url":"https://www.aioga.com/es/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:42:41.608Z"},"fr":{"title":"Andrew Ng lance OpenWorker : un agent intelligent IA de bureau local open source, livré directement sous forme de produit fini plutôt que par conversation","summary":"Andrew Ng a annoncé le lancement d'OpenWorker, un agent d'IA de bureau open source sous licence MIT, livrant directement des documents finis, des calendriers mis à jour et autres produits finis, plutôt que des réponses de dialogue. Son architecture consiste en un serveur Python FastAPI local sous une coque Tauri 2 + React, permettant aux utilisateurs de se connecter avec leurs propres clés à 30 modèles sélectionnés et à Ollama local.","category":"Produits","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng lance OpenWorker : un agent intelligent IA de bureau local open source, livré directement sous forme de produit fini plutôt que par conversation - Aioga Actualités IA","description":"Andrew Ng a annoncé le lancement d'OpenWorker, un agent d'IA de bureau open source sous licence MIT, livrant directement des documents finis, des calendriers mis à jour et autres p...","url":"https://www.aioga.com/fr/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:43:34.985Z"},"de":{"title":"Andrew Ng veröffentlicht OpenWorker: Open-Source, lokal priorisierte Desktop-KI-Agent, liefert direkt fertige Produkte statt Gespräche","summary":"Andrew Ng hat die Einführung des unter MIT-Lizenz stehenden Open-Source-Desktop-AI-Agenten OpenWorker angekündigt, der fertige Ergebnisse wie abgeschlossene Dokumente, aktualisierte Kalender usw. direkt liefert, anstatt nur auf Dialoge zu antworten. Seine Architektur besteht aus einem lokalen Python-FastAPI-Server unter dem Tauri-2- + React-Frontend und unterstützt Benutzer, eigene Schlüssel für den Zugriff auf 30 ausgewählte Modelle sowie lokale Ollama zu verwenden.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng veröffentlicht OpenWorker: Open-Source, lokal priorisierte Desktop-KI-Agent, liefert direkt fertige Produkte statt Gespräche - Aioga KI-News","description":"Andrew Ng hat die Einführung des unter MIT-Lizenz stehenden Open-Source-Desktop-AI-Agenten OpenWorker angekündigt, der fertige Ergebnisse wie abgeschlossene Dokumente, aktualisiert...","url":"https://www.aioga.com/de/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:43:38.208Z"},"pt-BR":{"title":"Andrew Ng lança OpenWorker: agente de IA de desktop de código aberto com prioridade local, entregando produtos prontos em vez de apenas diálogos","summary":"Andrew Ng anunciou o lançamento do OpenWorker, um agente de IA de desktop de código aberto com licença MIT, que entrega diretamente produtos acabados como documentos completos e calendários atualizados, em vez de respostas de diálogo. Sua arquitetura consiste em um servidor Python FastAPI local sob o shell Tauri 2 + React, suportando os usuários que fornecem suas próprias chaves para acessar 30 modelos selecionados, bem como o Ollama local.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng lança OpenWorker: agente de IA de desktop de código aberto com prioridade local, entregando produtos prontos em vez de apenas diálogos - Aioga Notícias de IA","description":"Andrew Ng anunciou o lançamento do OpenWorker, um agente de IA de desktop de código aberto com licença MIT, que entrega diretamente produtos acabados como documentos completos e ca...","url":"https://www.aioga.com/pt-BR/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:44:12.685Z"},"ru":{"title":"Эндрю Нг выпустил OpenWorker: открытый настольный ИИ-агент с приоритетом локального использования, поставляющий готовый продукт напрямую, а не через диалог","summary":"Эндрю Нг объявил о запуске MIT-лицензированного открытого настольного ИИ-агента OpenWorker, который напрямую предоставляет готовые документы, обновленные календари и другие готовые продукты, а не ответы в диалоге. Его архитектура представляет собой локальный сервер Python FastAPI под оболочкой Tauri 2 + React, поддерживающий подключение пользователей к 30 выбранным моделям с использованием собственных ключей, а также к локальному Ollama.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Эндрю Нг выпустил OpenWorker: открытый настольный ИИ-агент с приоритетом локального использования, поставляющий готовый продукт напрямую, а не через диалог - Aioga Новости ИИ","description":"Эндрю Нг объявил о запуске MIT-лицензированного открытого настольного ИИ-агента OpenWorker, который напрямую предоставляет готовые документы, обновленные календари и другие готовые...","url":"https://www.aioga.com/ru/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:44:19.841Z"},"ar":{"title":"أندرو نغ يطلق OpenWorker: وكيل ذكاء اصطناعي مكتبي مفتوح المصدر يفضل العمل محليًا، يسلم المنتج النهائي مباشرة بدلاً من الحوار","summary":"أعلن Andrew Ng عن إطلاق OpenWorker، وكيل ذكاء اصطناعي مكتبي مفتوح المصدر برخصة MIT، يقوم بتسليم المستندات المكتملة، والتقويمات المحدثة وغيرها من المنتجات مباشرة، بدلاً من الردود الحوارية. بنيته تحت إطار Tauri 2 + واجهة React مع خادم Python FastAPI محلي، ويدعم المستخدمين في الوصول إلى 30 نموذجًا مختارًا باستخدام مفاتيحهم الخاصة وOllama المحلي.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"أندرو نغ يطلق OpenWorker: وكيل ذكاء اصطناعي مكتبي مفتوح المصدر يفضل العمل محليًا، يسلم المنتج النهائي مباشرة بدلاً من الحوار - Aioga أخبار الذكاء الاصطناعي","description":"أعلن Andrew Ng عن إطلاق OpenWorker، وكيل ذكاء اصطناعي مكتبي مفتوح المصدر برخصة MIT، يقوم بتسليم المستندات المكتملة، والتقويمات المحدثة وغيرها من المنتجات مباشرة، بدلاً من الردود ال...","url":"https://www.aioga.com/ar/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:45:04.114Z"},"hi":{"title":"Andrew Ng ने OpenWorker जारी किया: ओपन-सोर्स स्थानीय प्राथमिकता डेस्कटॉप AI एजेंट, सीधे तैयार उत्पाद प्रदान करता है न कि संवाद","summary":"Andrew Ng ने MIT लाइसेंस के साथ ओपन-सोर्स डेस्कटॉप AI एजेंट OpenWorker लॉन्च करने की घोषणा की, जो सीधे तैयार दस्तावेज़, अपडेट किए गए कैलेंडर आदि जैसे तैयार उत्पाद प्रदान करता है, न कि संवादात्मक उत्तर। इसकी संरचना Tauri 2 + React शेल के तहत स्थानीय Python FastAPI सर्वर है, जो उपयोगकर्ताओं को अपने कुंजी के साथ 30 चुने हुए मॉडलों और स्थानीय Ollama में प्रवेश करने का समर्थन करती है।","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng ने OpenWorker जारी किया: ओपन-सोर्स स्थानीय प्राथमिकता डेस्कटॉप AI एजेंट, सीधे तैयार उत्पाद प्रदान करता है न कि संवाद - Aioga AI समाचार","description":"Andrew Ng ने MIT लाइसेंस के साथ ओपन-सोर्स डेस्कटॉप AI एजेंट OpenWorker लॉन्च करने की घोषणा की, जो सीधे तैयार दस्तावेज़, अपडेट किए गए कैलेंडर आदि जैसे तैयार उत्पाद प्रदान करता है, न...","url":"https://www.aioga.com/hi/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:45:14.708Z"},"it":{"title":"Andrew Ng lancia OpenWorker: agente AI desktop open source con priorità locale, che consegna direttamente il prodotto finito invece di conversazioni","summary":"Andrew Ng ha annunciato il lancio di OpenWorker, un agente AI da desktop open source con licenza MIT, che consegna direttamente prodotti finiti come documenti completati e calendari aggiornati, invece di rispondere con dialoghi. La sua architettura è un server Python FastAPI locale sotto Tauri 2 + shell React, che supporta l'accesso con chiavi proprie dell'utente a 30 modelli selezionati e a Ollama locale.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng lancia OpenWorker: agente AI desktop open source con priorità locale, che consegna direttamente il prodotto finito invece di conversazioni - Aioga Notizie IA","description":"Andrew Ng ha annunciato il lancio di OpenWorker, un agente AI da desktop open source con licenza MIT, che consegna direttamente prodotti finiti come documenti completati e calendar...","url":"https://www.aioga.com/it/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:46:08.320Z"},"nl":{"title":"Andrew Ng lanceert OpenWorker: open-source, lokaal eerst desktop AI-agent, levert directe eindproducten in plaats van conversaties","summary":"Andrew Ng kondigde de lancering aan van OpenWorker, een open-source desktop AI-agent met MIT-licentie, die kant-en-klare producten zoals voltooide documenten en bijgewerkte agenda's rechtstreeks levert, in plaats van dialoogreacties. De architectuur bestaat uit een lokale Python FastAPI-server onder een Tauri 2 + React-omhulsel, met ondersteuning voor gebruikers die hun eigen sleutels gebruiken om toegang te krijgen tot 30 zorgvuldig geselecteerde modellen en lokale Ollama.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng lanceert OpenWorker: open-source, lokaal eerst desktop AI-agent, levert directe eindproducten in plaats van conversaties - Aioga AI-nieuws","description":"Andrew Ng kondigde de lancering aan van OpenWorker, een open-source desktop AI-agent met MIT-licentie, die kant-en-klare producten zoals voltooide documenten en bijgewerkte agenda'...","url":"https://www.aioga.com/nl/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:45:51.046Z"},"tr":{"title":"Andrew Ng, OpenWorker'ı yayınladı: Açık kaynaklı yerel öncelikli masaüstü AI ajanı, ürünü doğrudan teslim ediyor, diyalog yerine.","summary":"Andrew Ng, MIT lisanslı açık kaynak masaüstü AI ajanı OpenWorker'ı duyurdu; bu ajan, sohbet yanıtları yerine doğrudan tamamlanmış belgeler, güncellenmiş takvimler gibi ürünleri sağlıyor. Mimari, Tauri 2 + React kabuğu altında yerel Python FastAPI sunucusu olup, kullanıcıların kendi anahtarlarıyla 30 seçilmiş modele ve yerel Ollama'ya erişimini destekliyor.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng, OpenWorker'ı yayınladı: Açık kaynaklı yerel öncelikli masaüstü AI ajanı, ürünü doğrudan teslim ediyor, diyalog yerine. - Aioga AI Haberleri","description":"Andrew Ng, MIT lisanslı açık kaynak masaüstü AI ajanı OpenWorker'ı duyurdu; bu ajan, sohbet yanıtları yerine doğrudan tamamlanmış belgeler, güncellenmiş takvimler gibi ürünleri sağ...","url":"https://www.aioga.com/tr/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:46:49.139Z"},"vi":{"title":"Andrew Ng phát hành OpenWorker: Trí tuệ nhân tạo máy tính để bàn ưu tiên cục bộ mã nguồn mở, giao sản phẩm hoàn chỉnh trực tiếp thay vì đối thoại","summary":"Andrew Ng công bố ra mắt OpenWorker, một AI thông minh trên máy tính để bàn mã nguồn mở theo giấy phép MIT, trực tiếp cung cấp các sản phẩm hoàn chỉnh như tài liệu đã hoàn thiện, lịch cập nhật, thay vì phản hồi qua hội thoại. Cấu trúc của nó là máy chủ Python FastAPI cục bộ dưới lớp vỏ Tauri 2 + React, hỗ trợ người dùng sử dụng khóa riêng để truy cập 30 mô hình được chọn lọc cũng như Ollama cục bộ.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng phát hành OpenWorker: Trí tuệ nhân tạo máy tính để bàn ưu tiên cục bộ mã nguồn mở, giao sản phẩm hoàn chỉnh trực tiếp thay vì đối thoại - Tin tức AI Aioga","description":"Andrew Ng công bố ra mắt OpenWorker, một AI thông minh trên máy tính để bàn mã nguồn mở theo giấy phép MIT, trực tiếp cung cấp các sản phẩm hoàn chỉnh như tài liệu đã hoàn thiện, l...","url":"https://www.aioga.com/vi/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:46:54.441Z"},"id":{"title":"Andrew Ng merilis OpenWorker: agen AI desktop sumber terbuka yang mengutamakan lokal, langsung memberikan produk jadi daripada percakapan","summary":"Andrew Ng mengumumkan peluncuran OpenWorker, agen AI desktop open-source dengan lisensi MIT, yang secara langsung memberikan dokumen jadi, kalender yang diperbarui, dan produk jadi lainnya, bukan balasan percakapan. Arsitekturnya adalah server Python FastAPI lokal di bawah Tauri 2 + React shell, mendukung pengguna untuk mengakses 30 model pilihan serta Ollama lokal dengan kunci mereka sendiri.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng merilis OpenWorker: agen AI desktop sumber terbuka yang mengutamakan lokal, langsung memberikan produk jadi daripada percakapan - Berita AI Aioga","description":"Andrew Ng mengumumkan peluncuran OpenWorker, agen AI desktop open-source dengan lisensi MIT, yang secara langsung memberikan dokumen jadi, kalender yang diperbarui, dan produk jadi...","url":"https://www.aioga.com/id/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:47:34.592Z"},"th":{"title":"Andrew Ng เปิดตัว OpenWorker: AI อัจฉริยะบนเดสก์ท็อปที่เน้นการใช้งานในเครื่องแบบโอเพนซอร์ส ส่งมอบผลิตภัณฑ์สำเร็จรูปโดยตรงแทนการสนทนา","summary":"Andrew Ng ประกาศเปิดตัว OpenWorker ตัวแทนปัญญาประดิษฐ์บนเดสก์ท็อปแบบโอเพนซอร์สภายใต้ใบอนุญาต MIT ที่สามารถส่งมอบเอกสารที่ทำเสร็จแล้ว ปฏิทินที่อัปเดตแล้ว และผลงานสำเร็จอื่น ๆ โดยตรง แทนที่จะตอบสนองเป็นการสนทนา โครงสร้างของมันคือเซิร์ฟเวอร์ Python FastAPI แบบโลคอล ภายใต้หน้าปก Tauri 2 + React รองรับให้ผู้ใช้เชื่อมต่อด้วยคีย์ของตนเองเข้าถึงโมเดลที่คัดสรรมา 30 แบบ และ Ollama แบบโลคอล","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng เปิดตัว OpenWorker: AI อัจฉริยะบนเดสก์ท็อปที่เน้นการใช้งานในเครื่องแบบโอเพนซอร์ส ส่งมอบผลิตภัณฑ์สำเร็จรูปโดยตรงแทนการสนทนา - ข่าว AI Aioga","description":"Andrew Ng ประกาศเปิดตัว OpenWorker ตัวแทนปัญญาประดิษฐ์บนเดสก์ท็อปแบบโอเพนซอร์สภายใต้ใบอนุญาต MIT ที่สามารถส่งมอบเอกสารที่ทำเสร็จแล้ว ปฏิทินที่อัปเดตแล้ว และผลงานสำเร็จอื่น ๆ โดยตรง...","url":"https://www.aioga.com/th/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:47:39.271Z"},"pl":{"title":"Andrew Ng opublikował OpenWorker: otwartoźródłowego, lokalnie priorytetowego desktopowego agenta AI, dostarczającego gotowy produkt zamiast rozmowy","summary":"Andrew Ng ogłosił uruchomienie OpenWorker, otwartego agenta AI na pulpit z licencją MIT, który bezpośrednio dostarcza gotowe dokumenty, zaktualizowane kalendarze i inne gotowe produkty, zamiast odpowiadać w formie rozmowy. Jego architektura to lokalny serwer Python FastAPI działający pod powłoką Tauri 2 + React, obsługujący użytkowników z własnym kluczem do 30 wybranych modeli oraz lokalnego Ollama.","category":"产品更新","source":"MarkTechPost（RSS）","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Andrew Ng opublikował OpenWorker: otwartoźródłowego, lokalnie priorytetowego desktopowego agenta AI, dostarczającego gotowy produkt zamiast rozmowy - Aioga Wiadomości AI","description":"Andrew Ng ogłosił uruchomienie OpenWorker, otwartego agenta AI na pulpit z licencją MIT, który bezpośrednio dostarcza gotowe dokumenty, zaktualizowane kalendarze i inne gotowe prod...","url":"https://www.aioga.com/pl/news/cmrxxm7p003s2roxp2sgk6ljb/","contentTranslated":true,"sourceHash":"62670c93d8d850b0","translatedAt":"2026-07-27T04:48:17.543Z"}}}}