Sync: AI Agent设计模式、Composio、VoltAgent 等概念和实体

This commit is contained in:
2026-04-15 19:41:34 +08:00
parent 8b32551065
commit 4eacd6b1a8
28 changed files with 799 additions and 69 deletions

View 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照片整理实战]]