Auto-sync
This commit is contained in:
28
wiki/concepts/Agent模式.md
Normal file
28
wiki/concepts/Agent模式.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "Agent模式"
|
||||
type: concept
|
||||
tags: [cursor, mcp, ai-agent]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
# Agent模式
|
||||
|
||||
## 定义
|
||||
Cursor Composer 中的自动执行模式,可自动调用 MCP 工具链完成任务。
|
||||
|
||||
## 与 Normal 模式对比
|
||||
| 特性 | Agent 模式 | Normal 模式 |
|
||||
|------|-----------|-------------|
|
||||
| 命令执行 | 自动执行 | 手动复制 |
|
||||
| 工具调用 | 工具链自动串联 | 单步手动触发 |
|
||||
| 效率 | 高 | 低 |
|
||||
| 风险 | 可能误操作 | 可控 |
|
||||
|
||||
## 风险提示
|
||||
- "enable yolo mode" 开启后会默认执行所有命令,可能造成误操作
|
||||
- 建议默认关闭
|
||||
|
||||
## Connections
|
||||
- [[Composer]]:所属模块
|
||||
- [[Cursor]]:所属平台
|
||||
- [[MCP工具链]]:调用对象
|
||||
Reference in New Issue
Block a user