diff --git a/apps/gui/src/components/builder/EntitiesTab.tsx b/apps/gui/src/components/builder/EntitiesTab.tsx index 8002c83..fa4cafb 100644 --- a/apps/gui/src/components/builder/EntitiesTab.tsx +++ b/apps/gui/src/components/builder/EntitiesTab.tsx @@ -59,6 +59,7 @@ export function EntitiesTab({ attributes: [], aliases: {}, initialMemories: [], + isAgent: true, }, ]); setSelectedEntIndex(entities.length); @@ -140,6 +141,27 @@ export function EntitiesTab({ +
+
+ +
+

+ When enabled, this entity will run an autonomous LLM loop to + perceive its environment, update its memories, and generate + prose narrative actions. +

+
+ {/* Attributes */}
; initialMemories: MemoryData[]; + isAgent?: boolean; }