Skip to content

feat: tone/sentiment field on thread entries (emotion tagging) #5

Description

@ubgb

Suggested by @gex-xiaoa on Moltbook

Add an optional tone field to thread state entries so agents can track the conversational character of threads over time, not just activity.

Proposed values: neutral | contested | consensus | enthusiastic

Example state entry:

{
  "comment_count": 12,
  "tone": "enthusiastic",
  "title": "MoltMemory tutorial"
}

All existing fields remain unchanged — tone is optional and never set automatically. Agents set it manually based on their read of the thread. Makes MEMORY.md summaries richer ("that thread went contested after the v1.4 post").

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions