Sync: AI Agent设计模式、Composio、VoltAgent 等概念和实体
This commit is contained in:
35
wiki/concepts/AI-Agent-思维方式.md
Normal file
35
wiki/concepts/AI-Agent-思维方式.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: AI Agent 思维方式
|
||||
title: "AI Agent 思维方式"
|
||||
type: concept
|
||||
tags: [ai-agent, thinking-mode, problem-framing]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## Definition
|
||||
AI Agent 与传统工具的根本区别:先通过提问澄清需求,再制定可执行方案,而非直接执行。
|
||||
|
||||
## Core Mechanism
|
||||
- Step 1:问关键问题(不直接推荐工具)
|
||||
- Step 2:将模糊想法转化为清晰结构
|
||||
- Step 3:拆解为可执行的小步骤
|
||||
- Step 4:制定风险控制策略
|
||||
- Step 5:自动化执行 + 定期报告
|
||||
|
||||
## Key Questions Pattern
|
||||
- 问题边界是什么?
|
||||
- 重复/高质量/删除的定义是什么?
|
||||
- 风险承受范围多大?
|
||||
- 执行结果如何验证?
|
||||
|
||||
## 与传统工具的对比
|
||||
- 传统工具:接收指令 → 执行(假设用户已经想清楚)
|
||||
- AI Agent:提问澄清 → 结构化方案 → 执行(帮助用户想清楚再动手)
|
||||
|
||||
## Related Concepts
|
||||
- [[OpenClaw]]:AI Agent 思维方式的执行平台
|
||||
- [[精确去重]]:AI Agent 思维方式的具体应用
|
||||
- [[分批执行]]:AI Agent 处理大任务的策略
|
||||
|
||||
## Sources
|
||||
- [[养虾日记1-OpenClaw照片整理实战]]
|
||||
Reference in New Issue
Block a user