You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agents.<name>.type (assistant|coding|research) was validated, stored, and
displayed — and consumed by nothing. Neither Hermes nor OpenClaw has role
enums: the standard both share is identity as prose (SOUL.md) plus behavior
as real config (model, reasoning). We have both; the role menu was a third
concept that changed nothing and invited users to deliberate over a choice
with no effect. Removed pre-adoption; unknown yaml keys are ignored on load,
so an existing config with type: still parses. The admin overview now shows
the knobs that do exist (model, reasoning) instead.
returnfmt.Sprintf("Created agent %s (type %s). Bind a channel to it with gw_channel field=agent; its standing instructions live at ~/.memcode/agents/%s/MEMCODE.md.", name, typ, name), nil
439
+
returnfmt.Sprintf("Created agent %s. Bind a channel to it with gw_channel field=agent; its identity lives at ~/.memcode/agents/%s/SOUL.md.", name, name), nil
0 commit comments