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,23 @@
---
id: 透明度
title: "透明度"
type: concept
tags: [agentic-ai, ux, transparency]
last_updated: 2026-04-15
---
## Definition
Agentic AI 设计原则之一:可视化 AI 任务进度和推理过程,帮助用户理解 AI 如何做出决策。
## Core Mechanism
- 任务进度可视化:实时展示 AI 当前在执行哪一步
- 推理过程摘要AI 做出决策时附带决策逻辑说明
- 行为日志:记录 AI 的完整操作历史供用户追溯
## Key Properties
- 降低用户焦虑:用户知道 AI 在做什么
- 建立信任:透明度是信任的基础
- 支持干预:用户理解了才能有效干预
## Sources
- [[Designing-for-Agentic-AI]]