Agent 能力追踪

2026年9月8日
今日更新 3 条
L5 工具层1
Claude Code Function Hooks — TypeScript 中间件扩展 Claude Code 执行流程Anthropic
Anthropic 公开发布 Claude Code Function Hooks 预览版(behind a flag),允许开发者用 TypeScript 中间件扩展和自定义 Claude Code 的行为。Function Hooks 作为插件系统的中间件层,可在 Agent 执行流程中的特定点注入自定义逻辑,使 Claude Code 更具可扩展性。由 Claude Code 负责人 Boris Cherny 在 X 上公开宣布并征求社区反馈。这是 Agent 工具层从「固定工具集」向「可编程中间件扩展」的演进,开发者首次可以在 Claude Code 执行流程中注入自定义逻辑
来源2026-09-03Function HooksTypeScriptMiddlewarePlugin SystemPreview
L6 执行层
L6 执行层1
Cursor Self-Hosted Machines for Cloud Agents — AI 编程 Agent 在用户自管机器上执行Cursor
Cursor 发布 Self-Hosted Machines 功能,允许 AI 编程 Agent 在用户自管理的机器上运行。Cloud Agents 通过出站连接模型连接到自托管机器池,仪表盘显示活跃和空闲 worker 数量,与 Cloudflare Sandboxes 集成提供隔离执行环境。这让 AI 编程 Agent 从只能在厂商云端运行扩展到可在用户自有基础设施上运行,兼顾安全合规与执行灵活性。这是 Agent 执行层从「厂商托管执行」向「用户自管执行」的能力扩展,企业可在自有基础设施上运行 AI 编程 Agent
来源2026-09-02Self-HostedCloud AgentsExecution EnvironmentCloudflare
L9 安全层
L7 编排层1
Anthropic ant apply: Agent Infrastructure as Code — 声明式管理 Agent 资源,版本控制编排Anthropic
Anthropic Claude Platform 的 ant CLI v1.30.0 新增 ant apply 命令,支持以声明式基础设施即代码(Infrastructure as Code)方式管理 Claude API 资源。开发者可将 agents、environments、skills、memory stores、deployments 定义为 Markdown/YAML/JSON 文件,通过 plan-approve-commit 流程管理。提供 lockfile 状态追踪(claude-lock.json)、漂移检测、dry-run、prune、GitHub 远程 skills 引用、CI 非交互模式等能力。这是 Agent 编排层从手动逐个创建向声明式版本控制管理的演进,类似 Terraform 之于云基础设施
来源2026-09-03ant applyInfrastructure as CodeAgent ManagementDeclarativeCI/CD
L5 工具层L6 执行层