Files
united-workforce/.cards/role-is-not-agent.md
T
2026-06-07 08:03:04 +00:00

796 B

title, created, source, tags, category, links
title created source tags category links
Role Is Not Agent 2026-06-07 openclaw-xiaomo
architecture
decision
architecture
session-isolation-as-cognitive-reset
process-discipline-from-software-engineering

在 uwf 体系里,role ≠ agent。一个 thread 跑的过程中,所有 role 往往由同一个 agent 扮演。

Role 对应的是 agent 的 session——为了解决一个问题,需要多个 session 从不同角度观察和行动、相互制衡。角色可以在流程中多次重入,重入时复用同一个 session(保持角色内记忆连续),隔离发生在角色之间,不是每一步。

这个区分决定了 uwf 的设计不是在做"任务分发给不同 agent",而是在做一个 agent 的多视角自我协作