Files
nexus/wiki/concepts/Agent模式.md

18 lines
651 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: [interaction-mode, ai-agent, cursor]
last_updated: 2026-04-14
---
## Aliases
- Agent mode
- 代理模式
## Summary
Agent 模式是 [[Cursor]] 中 Composer 模块的一种交互状态。与需要用户手动复制执行命令的 Normal 模式不同Agent 模式能够让 AI 模型自动运行内置的工具命令并处理返回结果,极大地提升了自动化任务的执行效率。配合 `enable yolo mode` 可以跳过二次确认(但具有一定风险)。
## Key Connections
- [[Agent模式]] → enables → [[SequentialThinking]]
- [[Agent模式]] 存在于 [[Cursor]] 的 Composer 中