接入 API · 个人 AI 解读连接自己的模型解读资讯,浏览新闻无需配置。

AI Agent 智能体

追踪 AI Agent、MCP、模型连接工具、智能体框架和自动化工作流。

176 条资讯按来源发布或更新时间排序
Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.0.0

# MCP Python SDK v2 Stable Release This is v2.0.0, the stable v2 release of the MCP Python SDK. It supports the 2026-07-28 revision of the Model Context Protocol and serves every earlier revision from the same server. `pip install mcp` now installs 2.x. ```bas

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v1.29.0

## What's Changed * [v1.x] Route Context.report_progress() to the originating request stream by @maxisbey in https://github.com/modelcontextprotocol/python-sdk/pull/2994 * [v1.x] docs: publish llms.txt and markdown renditions of the docs by @maxisbey in https:

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.0.0rc1

First v2 release candidate. Pre-releases are opt-in only; `pip install mcp` still resolves to the stable 1.x line. ```bash pip install mcp==2.0.0rc1 # or uv add "mcp==2.0.0rc1" ``` The [documentation](https://py.sdk.modelcontextprotocol.io/v2/) has the full tu

故障与 BugOpenAI 服务状态官方来源

Elevated error rates

Status: Resolved All impacted services have now fully recovered. Affected components Codex in ChatGPT Desktop (Operational) Batch (Operational) Realtime (Operational) Moderations (Operational) GPTs (Operational) Connectors/Apps (Operational) Sora (Operational)

故障与 BugOpenAI 服务状态官方来源

Elevated error rates

Status: Resolved All impacted services have now fully recovered. Affected components Search (Operational) Chat Completions (Operational) Audio (Operational) Files (Operational) Fine-tuning (Operational) Embeddings (Operational) Moderations (Operational) Compli

故障与 BugOpenAI 服务状态官方来源

Elevated Error Rates

Status: Resolved All impacted services have now fully recovered. Affected components Conversations (Operational) Connectors/Apps (Operational) VS Code extension (Operational) Codex API (Operational) ChatGPT Work (Operational) Images (Operational) Audio (Operat

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.5

## Highlight **Agent** - Support structured output (#2150) - Support environment information injection (#2134) **Workspace** - Support OpenSandbox (#1953), Daytona (#1943), K8s (#1933), Bubblewrap (#2051) **Tool** - Support PowerShell for Windows (#2132) **RAG

Agent 与开发工具Kimi CLI 发布官方来源

Kimi CLI 发布: 1.49.0

## What's Changed * fix(kimi): use remaining context for completion budget by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2494 * fix(kosong): preserve empty-string reasoning_content as ThinkPart by @bigeagle in https://github.com/MoonshotAI/kimi-

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.4.post1

## What's Changed * fix(gemini): fix gemini schema containing null by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2020 * feat(workspace): add K8sWorkspace with Pod/PVC lifecycle, tar-stream backend and MCP gateway support by @XiuShenAl in http

故障与 BugOpenAI 服务状态官方来源

Elevated errors affecting ChatGPT

Status: Resolved All impacted services have now fully recovered. Affected components Codex in ChatGPT Desktop (Operational) Search (Operational) Conversations (Operational) GPTs (Operational) Connectors/Apps (Operational) ChatGPT Atlas (Operational) File uploa

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.0.0b2

Second v2 beta. Pre-releases are opt-in only; `pip install mcp` still resolves to the stable 1.x line. ```bash pip install mcp==2.0.0b2 # or uv add "mcp==2.0.0b2" ``` The [documentation](https://py.sdk.modelcontextprotocol.io/v2/) has the full tutorial and API

Agent 与开发工具Dify 发布官方来源

Dify 发布: v1.16.0-rc1

# Introducing Dify Agent *(Experimental)*: A New Agent Experience in Dify > [!WARNING] > You should provide Dify Agent services ⚠️**only to trusted, non-malicious users**⚠️. As many of you know, the shell-based LLM agent paradigm has brought a major leap in ag

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.4

## Highlight **Agent** - Support agent interruption with context handling #1995 **Longterm Memory Integration** - Integrate ReMe based longterm memory #1972 - Integrate agentic longterm memory #1927 **TTS** - Support OpenAI TTS API #1878 - Support DashScope Co

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.3

## Major New Features **RAG Module** - Introduced a native RAG (Retrieval-Augmented Generation) module with full support for distributed, multi-tenant, and multi-session RAG services, significantly enhancing knowledge retrieval capabilities. **Long-Term Memory

Agent 与开发工具Kimi CLI 发布官方来源

Kimi CLI 发布: 1.48.0

## What's Changed * fix(kosong): round-trip empty reasoning content by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2446 * feat(soul): escalate repeated-tool-call reminders and force-stop on dead-end streak by @jackfish212 in https://github.com/Mo

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.2

## What's Changed * ci(webui): add format and build checks by @Premsenareddy in https://github.com/agentscope-ai/agentscope/pull/1821 * feat(omni): streaming audio + live captions for DashScope/OpenAI omni by @qbc2016 in https://github.com/agentscope-ai/agents

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.1

## Highlight - **Agent Team** is supported ## What's Changed * fix(webui): add missing files in the web ui example by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1661 * fix(readme): update the QR code for DingTalk group by @DavdGao in https://

Agent 与开发工具Kimi CLI 发布官方来源

Kimi CLI 发布: 1.47.0

## What's Changed * fix(tools): include trailing output in error briefs and render brief as plain text by @liruifengv in https://github.com/MoonshotAI/kimi-cli/pull/2389 * docs: rename project to Kimi CLI and link to Kimi Code CLI successor by @RealKai42 in ht

Agent 与开发工具Kimi CLI 发布官方来源

Kimi CLI 发布: 1.46.0

## What's Changed * docs: announce evolution to Kimi Code successor project by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2377 * docs: fix router auto language redirect by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2378 * feat(she

Agent 与开发工具Kimi CLI 发布官方来源

Kimi CLI 发布: 1.45.0

## What's Changed * fix(shell): Fix misleading "Quota exceeded" prefix shown on every 403 error by @liruifengv in https://github.com/MoonshotAI/kimi-cli/pull/2342 * feat(toolset): improve dedup with sparse reminders and canonical args by @jackfish212 in https:

Agent 与开发工具Dify 发布官方来源

Dify 发布: v1.13.3

## 🚀 What's New in v1.13.3? Our latest patch release, v1.13.3, focuses on stability and correctness across workflow execution, streaming, and knowledge retrieval. Here's a quick look at the most important updates: ### 🎬 New Features - **Workflow Configuratio

Agent 与开发工具Kimi CLI 发布官方来源

Kimi CLI 发布: 1.44.0

## What's Changed * refactor(telemetry): track btw side question as tool_call event by @jackfish212 in https://github.com/MoonshotAI/kimi-cli/pull/2257 * chore(release): bump kimi-cli and kimi-code to 1.44.0 by @jackfish212 in https://github.com/MoonshotAI/kim

Agent 与开发工具Kimi CLI 发布官方来源

Kimi CLI 发布: 1.43.0

## What's Changed * feat(ui): improve shell spacing, link highlighting and notification duration by @jackfish212 in https://github.com/MoonshotAI/kimi-cli/pull/2230 * feat(telemetry): polish event schema with outcome enum, lifecycle tracking and error enrichme

把 AI 雷达放到桌面

在支持安装的浏览器中,可以将本站作为应用打开。

安装入口取决于浏览器;应用和网站使用同一份最新内容。

查看完整安装指南