Files
nexus/wiki/concepts/Agent模式.md
2026-04-14 16:02:50 +08:00

25 lines
626 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Agent模式"
type: concept
tags: [AI, Cursor, 模式]
sources: [cursor-2-0-beginner-guide, mcp-in-cursor]
last_updated: 2026-04-14
---
## Definition
Cursor中的交互模式自动执行内嵌命令并处理工具调用。
## 与Normal模式对比
| 模式 | 特点 | 风险 |
|------|------|------|
| Agent模式 | 自动执行命令 | 可能误操作 |
| Normal模式 | 需手动复制执行 | 较安全 |
| Ask模式 | 仅返回文本 | 不改动文件 |
## YOLO Mode
- 开启后自动执行所有命令
- 官方默认关闭,建议谨慎使用
## Connections
- [[Cursor]] ← 应用 ← [[Agent模式]]