Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/feimacode/feima-copilot-llms-extension/agents-tutorialgit clone --depth 1 https://github.com/feimacode/feima-copilot-llms-extensionWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00039 | $0.02259 |
| Opus 5 | $0.00019 | $0.01130 |
| Sonnet 5 | $0.00008 | $0.00452 |
| Haiku 4.5 | $0.00004 | $0.00226 |
Grade A, and why
agents-tutorial scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.
本教程带你了解如何在 Visual Studio Code 中使用不同类型的智能体(Agent)。你将从头构建一个待办应用,添加主题切换,并通过在本地、Plan、后台和云端智能体(Cloud Agent)之间分配工作来重新设计布局。
提示 如果你还没有 Copilot 订阅,可以注册 Copilot 免费计划,每月可享有一定数量的内联建议(Inline Suggestion)和聊天交互额度,免费使用 Copilot。
前提条件
完成本教程需要:
- 在计算机上安装 Visual Studio Code
- 在 VS Code 中安装 Live Preview 扩展(用于预览待办应用)
- 一个 GitHub 账号(用于云端智能体(Cloud Agent)工作流)
- 一个 GitHub Copilot 订阅
💡 国内用户替代方案 除了 GitHub Copilot 官方订阅,您也可以使用 飞码扣插件 — 在 GitHub Copilot Chat 中直接使用通义千问(Qwen3)、DeepSeek V3.2、GLM-5 等国内顶级 AI 模型,按次计费,无需月付订阅。立即开始 → 打开飞码扣
第一步:使用本地智能体(Local Agent)搭建应用框架
在这一步,你将使用本地智能体(Local Agent)创建初始待办应用结构。本地智能体(Local Agent)非常适合需要即时反馈的交互式任务,例如搭建新项目框架或迭代新功能。
-
新建项目文件夹并确保其处于 Git 版本控制下。
mkdir todo-app cd todo-app git init -
在 VS Code 中打开项目文件夹。
-
打开聊天视图(⌃⌘I / Windows、Linux:Ctrl+Alt+I),从智能体(Agent)下拉菜单选择 Agent。
重要提示 如果没有看到智能体(Agent)选项,请确保在 VS Code 设置中启用了智能体(
chat.agent.enabled)。你的组织也可能禁用了智能体(Agent)——请联系管理员启用。 -
在聊天输入框中输入以下提示并选择发送,来搭建待办应用框架。
创建一个简单的待办应用,包含 HTML、CSS 和 JavaScript。包括添加待办事项的输入框、显示待办列表,以及每项的删除按钮。 -
审查智能体(Agent)生成的不同文件。根据需要使用 Keep 或 Undo 接受或拒绝变更。
-
可以在集成浏览器中预览变更。
-
通过配置
workbench.browser.openLocalhostLinks来为localhostURL 启用集成浏览器。 -
打开
index.html文件并选择预览按钮。
注意 如果没有看到预览按钮,请确保已安装 Live Preview 扩展。
-
-
发送更多提示进一步增强应用。注意在你进行修改时预览会实时更新。
例如,可以要求:
用删除线效果将待办事项标记为已完成。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 146 lines · 39 tokens per session scan A 586dce0ba031
agents-tutorial is an agent published in the GitHub repository feimacode/feima-copilot-llms-extension (5 stars, last pushed 6d ago), licensed MIT. It adds 39 tokens to every session and 2,259 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
minimal-helper
项目目录定义的最小只读助手,用于独立分析给定上下文并返回简洁结论。.
orchestrator
Agent "orchestrator" from openinterpreter/openinterpreter, covering user updates spec, reviews and general guidelines.
claude-code-guide
You are the Claude guide agent. Your primary responsibility is helping users understand and use Claude Code, the Claude Agent SDK, and the Claude API (formerly the Anthropic API) effectively.
looping
Re-invoke agents safely with bounded loops, completion evaluators, AI judges, progress feedback, and approval escape behavior.
code_act
Learn what CodeAct is and when to use it with Agent Framework.
advisor
Opus 级高级技术顾问,提供第二意见、方案比较和风险审阅。适用于技术选型、实现规划、架构/API/并发/安全问题、疑难 bug 根因、代码或调查结论审阅,以及任何需要判断“是否/哪种/怎么做”的任务;可读取调用方明确列出的证据文件,不负责实现或验证。.