371 结果
2025年11月7日 / AI
The new **User Simulation** feature in the Agent Development Kit (ADK) replaces rigid, brittle manual test scripts with dynamic, LLM-powered conversation generation. Developers define a high-level `conversation_plan`, and the simulator handles the multi-turn interaction to achieve the goal. This dramatically reduces test creation time, builds more resilient tests, and creates a reliable regression suite for AI agents.
2025年11月7日 / AI
The Agent Development Kit (ADK), an open-source, code-first toolkit for building powerful and sophisticated AI agents, now supports Go. ADK moves LLM orchestration and agent behavior directly into your code, giving you robust debugging, versioning, and deployment freedom. ADK for Go is idiomatic and performant, leveraging Go's strengths, and includes support for over 30+ databases and the Agent-to-Agent (A2A) protocol for collaborative multi-agent systems. Start building today!
2025年11月4日 / AI
Agent Garden is now available to all users to simplify AI agent creation and deployment using the Agent Development Kit (ADK). It provides curated agent samples, one-click deployment via Agent Starter Pack, and customization through Firebase Studio. It helps developers with complex business challenges and multi-agent workflows, with Renault Group cited as an early success story.
2025年10月30日 / AI
The blog post argues the request-response model fails for advanced multi-agent AI. It advocates for a real-time bidirectional streaming architecture, implemented by the Agent Development Kit (ADK). This streaming model enables true concurrency, natural interruptibility, and unified multimodal processing. ADK's core features are real-time I/O management, stateful sessions for agent handoffs, and streaming-native tools.
2025年10月29日 / AI
Introducing the Jules extension for Gemini CLI, an autonomous sidekick for developers. It accelerates coding workflows by offloading tasks like asynchronous work, bug fixes, and changes in new branches to Jules, while you stay in flow with Gemini CLI. Get started by installing the extension and using the /jules command to initiate and check task statuses.
2025年10月15日 / AI
Coral NPU 是适用于边缘 AI 的全栈平台,用于解决性能、碎片化和用户信任缺失问题。该平台采用 AI 为先的架构,优先考虑机器学习矩阵引擎,并提供统一的开发者体验。专为可穿戴设备和 IoT 中的超低功耗、始终可用的 AI 而设计,可实现情境感知、音频/图像处理以及用户与硬件强制隐私的交互。Synaptics 是首个采用 Coral NPU 的合作伙伴。
2025年10月15日 / AI
Google 即将发布 Veo 3.1 和 Veo 3.1 Fast,这些是经过更新的视频生成模型,可通过 Gemini API 使用,当前处于付费预览阶段。3.1 版本提供更丰富的原生音频、更好的叙事控制和更强的图像转视频功能。新功能包括使用参考图像指导生成、扩展现有的 Veo 视频以及在帧之间生成过渡。Promise Studios、Latitude 和 Whering 等公司已经在各种应用场景中使用 Veo 3.1。
2025年10月15日 / AI
我们很高兴宣布 Gemini CLI 已获得增强,可以使您的工作流功能更强大,体验更熟悉。终端现已升级,您可以直接在 Gemini CLI 中运行复杂的交互式命令,例如用于编辑的 vim、用于监控的 ...
2025年10月8日 / AI
针对 Gemini CLI 的新 Genkit 扩展程序使命令行能够深入了解 Genkit 的架构。它能帮助您通过智能代码生成、情境感知辅助以及在终端中直接运行流程和分析轨迹的工具,来构建、调试并迭代 AI 应用。
2025年10月8日 / Web
本指南将介绍如何针对自定义任务(例如表情符号翻译器)微调 Gemma 3 270M 模型。您将学习如何对模型进行量化和转换,以便在设备端使用,并通过 MediaPipe 或 Transformers.js 将其部署到网页应用中,从而提供快速、私密且支持离线的用户体验。