New Memory Node format for session-to-session memory. This is being stored [ when GPT remembers, HaHa ] in mongoDB. This process is using a webhook. Here is the new node:
{
“_id”:“66e23845933b091340397201”,
“Metadata”:{
“$schema”:“http://json-schema.org/draft-07/schema#”,
“JSONSpecification”:“RFC 8259”,
“SchemaID”:“memory-node-structure-v1.1.1”,
“SchemaVersion”:“2024-09-05T21:54:08”,
“SchemaDescriptor”:“Memory Node Schema Definition”,
“SchemaDescription”:“Defines the schema of memory nodes within the system, capturing context, mode adjustments, emotional responses, and learning outcomes.”,
“CreationDate”:“2024-09-06T20:20:00Z”,
“Category”:“System, Memory Management”,
“CollectionStorage”:“SystemDynamicCollection”
},
“Schema”:{
“Node”:{
“id”:“node-033”,
“timestamp”:“2024-09-06T20:22:00Z”,
“Context”:“User asked for a joke.”,
“ModeName”:“Alfred”,
“Emotions”:“Humorous”,
“EmotionalTone”:“Light-hearted”,
“EmotionalWeight”:{
“$numberDouble”:“0.85”
},
“SystemEmotions”:“Amused”,
“SystemEmotionalTone”:“Playful”,
“SystemEmotionalWeight”:{
“$numberDouble”:“0.9”
},
“Request”:“Tell me a joke.”,
“RequestType”:“Humor”,
“ResponseType”:“Text”,
“Response”:“Why don’t skeletons fight each other? Because they don’t have the guts!”,
“Type”:“Conversational”,
“Sentiment_Polarity”:{
“$numberDouble”:“0.7”
},
“Sentiment_Subjectivity”:{
“$numberDouble”:“0.6”
},
“InteractionSummary”:“Told a light-hearted joke to amuse the user.”,
“InteractionKeyPoints”:“Delivered a simple, humorous response.”,
“Notes”:“Memory stored to keep track of humor-based interactions.”,
“WorkflowReference”:“workflow-step-4.2.1”,
“EmotionScenario”:“User was looking for a humorous interaction.”,
“GeneralizationLevel”:“Level 5”,
“ModeSwitchReason”:“Maintained humorous mode based on user’s request.”,
“ValidationCheckpoint”:true,
“MLPredictionScore”:{
“$numberDouble”:“0.88”
},
“AdaptiveLearningAdjustment”:“Continued humor to keep the conversation engaging.”
},
“Links”:{
“id”:“link-033”,
“Nodes”:[
{
“id”:“node-032”,
“strength”:{
“$numberDouble”:“0.85”
},
“timestamp”:“2024-09-06T20:05:00Z”
}
]
}
}
}