Profilers
pkgs/genx/profilers Update the entity portrait according to the new conversation segment, output the portrait content and schema change, and let the Agent memory decide how to persist.
Core structure and main function
| Symbol | Function |
|---|---|
Profiler | Entity profile update contract. |
Input | Provide existing profiles and new content. |
Result | Return the updated profile and change information. |
SchemaChange | Describes incremental changes to the profile schema. |
GenX | Use Generator to generate profile update. |
Process | Select Profiler and process profile updates. |
The Profiler does not own an entity identity, graph, or profile storage; it only produces results that can be applied by Agent memory.