-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbot_persistent_state.json
More file actions
149 lines (149 loc) · 5.38 KB
/
bot_persistent_state.json
File metadata and controls
149 lines (149 loc) · 5.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"conversation_memory": {
"conversations": {
"1326833326605996093": [
{
"content": "hola",
"author_id": "120418341775998976",
"author_name": "X-SPLOIT710",
"message_id": "1409238427492421682",
"is_bot": false,
"timestamp": 1756059021.6024947
},
{
"content": "H-Hola? Tch, so you're greeting me now, huh. Don't think I'm going to let you get away with it just because your voice is too quiet for my standards. :|",
"author_id": "1066054608142737460",
"author_name": "Hikari-Chan",
"message_id": null,
"is_bot": true,
"timestamp": 1756059027.7965944
},
{
"content": "you wanna go",
"author_id": "120418341775998976",
"author_name": "X-SPLOIT710",
"message_id": "1409238571176693874",
"is_bot": false,
"timestamp": 1756059055.8485672
},
{
"content": "W-WHAT?! I-I'm not going anywhere with you! It's not like I even know where you live or what you're talking about - I mean, you can't just assume I'll come with you! Do you even have a map or something?! :(",
"author_id": "1066054608142737460",
"author_name": "Hikari-Chan",
"message_id": null,
"is_bot": true,
"timestamp": 1756059058.6059525
},
{
"content": "Yea",
"author_id": "120418341775998976",
"author_name": "X-SPLOIT710",
"message_id": "1409239785238823056",
"is_bot": false,
"timestamp": 1756059345.2647161
},
{
"content": "Huh? What did you say? I don\u2019t know what that means! Also, why are you talking to me like this\u2014ugh, fine, you can go ahead and plan something, just don\u2019t expect me to be the one waiting around for you! :(",
"author_id": "1066054608142737460",
"author_name": "Hikari-Chan",
"message_id": null,
"is_bot": true,
"timestamp": 1756059348.2007577
}
]
},
"summaries": {},
"recent_responses": {
"1326833326605996093": [
"H-Hola? Tch, so you're greeting me now, huh. Don't think I'm going to let you get away with it just because your voice is too quiet for my standards. :|",
"W-WHAT?! I-I'm not going anywhere with you! It's not like I even know where you live or what you're talking about - I mean, you can't just assume I'll come with you! Do you even have a map or something?! :(",
"Huh? What did you say? I don\u2019t know what that means! Also, why are you talking to me like this\u2014ugh, fine, you can go ahead and plan something, just don\u2019t expect me to be the one waiting around for you! :("
]
},
"last_cleanup": {
"1326833326605996093": 1756059021.6024947
}
},
"mood_points": {
"120418341775998976": 2.2600000000000002
},
"timestamp": 1756060121.7603137,
"emotional_memory": {
"user_profiles": {
"120418341775998976": {
"user_id": "120418341775998976",
"username": "X-SPLOIT710",
"current_mood": "neutral",
"relationship_level": "stranger",
"trust_score": 0.5,
"familiarity_level": 0.0,
"conversation_count": 0,
"last_interaction": 1756059346.0698316,
"mood_points": 2.4000000000000004,
"emotional_stability": 0.8,
"personality_traits": {
"playfulness": 0.5,
"curiosity": 0.775,
"empathy": 0.6,
"humor": 0.4,
"seriousness": 0.3
},
"memories": [
{
"content": "hola",
"memory_type": "EMOTIONAL",
"importance_score": 0.3384141445159912,
"emotional_context": "ai_classified_compliment",
"timestamp": 1756059024.8496368,
"metadata": {}
},
{
"content": "you wanna go",
"memory_type": "MEMORY",
"importance_score": 0.25194101929664614,
"emotional_context": "ai_classified_request",
"timestamp": 1756059056.570865,
"metadata": {}
},
{
"content": "Yea",
"memory_type": "EMOTIONAL",
"importance_score": 0.2436077117919922,
"emotional_context": "ai_classified_compliment",
"timestamp": 1756059346.0688317,
"metadata": {}
}
],
"emotional_history": [
{
"timestamp": 1756059024.850637,
"mood_change": 10.0,
"new_mood": "neutral",
"mood_points": 0.8,
"reason": "Message content analysis: ai_classified_compliment"
},
{
"timestamp": 1756059056.570865,
"mood_change": 10.0,
"new_mood": "neutral",
"mood_points": 1.6,
"reason": "Message content analysis: ai_classified_request"
},
{
"timestamp": 1756059346.0698316,
"mood_change": 10.0,
"new_mood": "neutral",
"mood_points": 2.4000000000000004,
"reason": "Message content analysis: ai_classified_compliment"
}
]
}
},
"last_save": 1756059346.0698316
},
"vector_tool_knowledge": {
"storage_directory": "vector_tool_knowledge",
"total_entries": 0,
"last_save": 1756060121.7603137
}
}