@wsl8297: 微软开源了一个更顺手的 VS Code 插件:AI Toolkit,把 Agent 应用开发从搭环境到评估上线,一口气打通。 一个界面就够:模型挑选、Playground 试跑、Agent 搭建、批量对比、指标评测,全都集成在一起。 Gi…

X AI KOLs Timeline 工具

摘要

微软开源了 VS Code 插件 AI Toolkit,将模型选择、Playground、Agent 搭建、批量测试和评估集成在一个界面中,简化 AI Agent 开发流程。

微软开源了一个更顺手的 VS Code 插件:AI Toolkit,把 Agent 应用开发从搭环境到评估上线,一口气打通。 一个界面就够:模型挑选、Playground 试跑、Agent 搭建、批量对比、指标评测,全都集成在一起。 GitHub:https://github.com/microsoft/vscode-ai-toolkit… 核心能力一览: - 模型目录:一站式浏览与接入,覆盖 GitHub、OpenAI、Anthropic 等多家提供商; - 交互式 Playground:快速验证模型效果,支持多模态能力测试; - Agent 构建器:用自然语言生成启动 prompt,并支持链式任务拆解; - 批量运行:同一批 prompt 多模型并行跑,结果对比更直观; - 内置评估:支持 F1、相关性等标准指标,评测更可量化; - MCP 集成:连接外部工具,让 Agent 不止会说,还能真做。 安装方式:在 VS Code 插件市场搜索 “AI Toolkit for Visual Studio Code” 即可。
查看原文
查看缓存全文

缓存时间: 2026/05/16 19:21

微软开源了一个更顺手的 VS Code 插件:AI Toolkit,把 Agent 应用开发从搭环境到评估上线,一口气打通。

一个界面就够:模型挑选、Playground 试跑、Agent 搭建、批量对比、指标评测,全都集成在一起。

GitHub:https://github.com/microsoft/vscode-ai-toolkit…

核心能力一览:

  • 模型目录:一站式浏览与接入,覆盖 GitHub、OpenAI、Anthropic 等多家提供商;
  • 交互式 Playground:快速验证模型效果,支持多模态能力测试;
  • Agent 构建器:用自然语言生成启动 prompt,并支持链式任务拆解;
  • 批量运行:同一批 prompt 多模型并行跑,结果对比更直观;
  • 内置评估:支持 F1、相关性等标准指标,评测更可量化;
  • MCP 集成:连接外部工具,让 Agent 不止会说,还能真做。

安装方式:在 VS Code 插件市场搜索 “AI Toolkit for Visual Studio Code” 即可。


microsoft/vscode-ai-toolkit

Source: https://github.com/microsoft/vscode-ai-toolkit

AI Toolkit for Visual Studio Code

Feature Highlight

🤖 What is AI Toolkit

AI Toolkit is an extension pack for Visual Studio Code that makes AI agent development fast and delightful. It ships with the Microsoft Foundry extension built-in, giving you direct access to Microsoft Foundry resources—deploy models, manage agents, and more—without leaving VS Code.

With AI Toolkit you can:

  • 🔍 Discover and evaluate models from a wide range of providers—Microsoft Foundry, Foundry Local, Anthropic, OpenAI, GitHub, Google, NVIDIA NIM—or run models locally with ONNX and Ollama.
  • Build, test, and deploy AI agents using a no-code Agent Builder for prompt agents, or write code-based hosted agents with full debugging, streaming visualization, and MCP tool integrations.

✨ Feature highlights

FeatureDescriptionScreenshot
Model CatalogDiscover and access AI models from multiple sources including Microsoft Foundry, Foundry Local, GitHub, ONNX, Ollama, OpenAI, Anthropic, and Google. Compare models side-by-side and find the perfect fit for your use case.Screenshot showing the AI Toolkit Model Catalog interface with various AI model options
PlaygroundInteractive chat environment for real-time model testing. Experiment with different prompts, parameters, and multi-modal inputs including images and attachments.Screenshot showing the AI Toolkit Playground interface with chat messaging and model parameter controls
Agent BuilderStreamlined prompt engineering and agent development workflow. Create sophisticated prompts, integrate MCP tools, and generate production-ready code with structured outputs.Screenshot showing the Agent Builder interface for creating and managing AI agents
Agent InspectorDebug, visualize, and iterate on AI agents directly within VS Code. Press F5 to launch with full debugger support, view real-time streaming responses, and visualize multi-agent workflow execution with code navigation.Screenshot showing the Agent Inspector interface for debugging and visualizing AI agents
Model EvaluationComprehensive model assessment using datasets and standard metrics. Measure performance with built-in evaluators (F1 score, relevance, similarity, coherence) or create custom evaluation criteria.Screenshot showing the Model Evaluation interface with metrics and performance analysis tools
Fine-tuningCustomize and adapt models for specific domains and requirements. Train models locally with GPU support or leverage Azure Container Apps for cloud-based fine-tuning.Screenshot showing the Fine-tuning interface with model adaptation and training controls
Model ConversionConvert, quantize, and optimize machine learning models for local deployment. Transform models from Hugging Face and other sources to run efficiently on Windows with CPU, GPU, or NPU acceleration.Screenshot showing the Model Conversion interface with tools for optimizing and transforming AI models
TracingMonitor and analyze the performance of your AI applications. Collect and visualize trace data to gain insights into model behavior and performance.Screenshot showing the Tracing interface with tools for monitoring AI applications
Profiling (Windows ML)Diagnose the CPU, GPU, NPU resource usages of the process, ONNX model on different execution providers, and Windows Machine Learning events.Screenshot showing the Profiling interface with tools for diagnosing resource usage and performance of AI applications

🚀 Getting started

Get up and running to interact with a model in three steps:

  1. 📦 Install — Follow the installation guide to set up AI Toolkit on your device.
  2. 🗂️ Explore models — Open the extension tree view → Developer ToolsDiscoverModel Catalog. We recommend starting with models hosted by GitHub.
  3. 💬 Try it out — Select Try in Playground on any model card to start experimenting right away.

🛠️ Build AI agents

AI Toolkit gives you two paths to build AI agents—pick the one that fits your workflow:

🖱️ No-code: Agent Builder (Prompt Agents)

Use the Agent Builder to create, test, and deploy prompt agents through a visual interface—no code required.

  • ✨ Generate and improve prompts with natural language, or let Inspire Me draft a starting point
  • 🔁 Iterate and refine prompts based on real-time model responses in the integrated Playground
  • 🧩 Extend your agent with tools from the Tool Catalog or custom function calling
  • 📊 Evaluate accuracy and performance with built-in or custom metrics
  • 💡 Export production-ready code snippets for rapid app integration

🧑‍💻 Code-based: Hosted Agents (VS Code + GitHub Copilot)

Build single-agent or multi-agent workflows in code using the Agent Framework SDK, with full debugging and deployment support.

  • 🏗️ Code Generation — Scaffold hosted agent code or orchestrate multi-agent workflows with GitHub Copilot
  • 🔬 Agent Inspector — Press F5 to launch with breakpoints, real-time streaming, workflow visualization, and one-click code navigation
  • ☁️ Cloud Deployment — Deploy hosted agents to Microsoft Foundry
  • 📈 Observability — Trace agent execution locally or evaluate performance with built-in and custom metrics

💬 Feedback and resources

We’d love to hear from you! Your feedback helps shape our roadmap.

AI Toolkit ❤️ Developer Community.

📊 Data and telemetry

AI Toolkit for Visual Studio Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. This extension respects the telemetry.enableTelemetry setting—learn more at disable telemetry reporting.

相似文章

@sunmer575399: 刷到一个神仙开源项目cline,65.6k star,写代码效率确实能提不少 一个引擎同时给SDK、CLI、VS Code和JetBrains全家桶用,你在编辑器里点两下,它自己读代码、建文件、跑命令,改完还等你点头才动手。 终端里跑全自…

X AI KOLs Timeline

介绍开源AI编码代理工具Cline,支持SDK、CLI、VS Code和JetBrains全家桶,可在IDE和终端中自动读代码、建文件、跑命令,并支持看板并行多agent和CI/CD集成。