You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
You: transfer 100 sui to 0xaa000b3651bd1e57554ebd7308ca70df7c8c0e8e09d67123cc15c8a8a79342b3
◎ LOGS
Creating Memory
a3cc6fec-88e8-079b-9b0f-67132847abb5
transfer 100 sui to 0xaa000b3651bd1e57554ebd7308ca70df7c8c0e8e09d67123cc15c8a8a79342b3
Validating sui transfer from user: 12dea96f-ec20-0935-a6ab-75692c994959
Validating sui transfer from user: 12dea96f-ec20-0935-a6ab-75692c994959
Cache hit for fetchPortfolioValue { totalUsd: '1.84213655964', totalSui: '1.8469386' }
Cache hit for fetchPortfolioValue { totalUsd: '1.84213655964', totalSui: '1.8469386' }
["◎ Generating message response.."]
["◎ Generating text..."]
ℹ INFORMATIONS
Generating text with options:
{"modelProvider":"openai","model":"small"}
ℹ INFORMATIONS
Selected model:
gpt-4o-mini
◎ LOGS
Creating Memory
100 SUI again? You’re really going all in. What’s the strategy? Trying to impress or just feeling extra generous today?
◎ LOGS
Evaluating
GET_FACTS
◎ LOGS
Evaluating
UPDATE_GOAL
["✓ Normalized action: sendtoken"]
["ℹ Executing handler for action: SEND_TOKEN"]
["◎ Starting SEND_TOKEN handler..."]
Cache hit for fetchPortfolioValue { totalUsd: '1.84213655964', totalSui: '1.8469386' }
Content for transfer {
recipient: '0xaa000b3651bd1e57554ebd7308ca70df7c8c0e8e09d67123cc15c8a8a79342b3',
amount: 100
}
Transferring: 100 tokens (100000000000 base units)
Transfer successful: 54ai65LEYMknCnbDJhffMXsHSgLoKVxGv1z796UwX7XL
["◎ Agent: 100 SUI again? You’re really going all in. What’s the strategy? Trying to impress or just feeling extra generous today? "]
["◎ Agent: Successfully transferred 100 SUI to 0xaa000b3651bd1e57554ebd7308ca70df7c8c0e8e09d67123cc15c8a8a79342b3, Transaction: 54ai65LEYMknCnbDJhffMXsHSgLoKVxGv1z796UwX7XL"]
```
text: `Successfully transferred ${content.amount} SUI to ${content.recipient}, Transaction: ${executedTransaction.digest}`,
168
+
text: `Successfully transferred ${transferContent.amount} SUI to ${transferContent.recipient}, Transaction: ${executedTransaction.digest}`,
160
169
content: {
161
170
success: true,
162
171
hash: executedTransaction.digest,
163
-
amount: content.amount,
164
-
recipient: content.recipient,
172
+
amount: transferContent.amount,
173
+
recipient: transferContent.recipient,
165
174
},
166
175
});
167
176
}
@@ -184,20 +193,20 @@ export default {
184
193
{
185
194
user: "{{user1}}",
186
195
content: {
187
-
text: "Send 69 SUI tokens to 0x4f2e63be8e7fe287836e29cde6f3d5cbc96eefd0c0e3f3747668faa2ae7324b0",
196
+
text: "Send 1 SUI tokens to 0x4f2e63be8e7fe287836e29cde6f3d5cbc96eefd0c0e3f3747668faa2ae7324b0",
188
197
},
189
198
},
190
199
{
191
200
user: "{{user2}}",
192
201
content: {
193
-
text: "I'll send 69 SUI tokens now...",
202
+
text: "I'll send 1 SUI tokens now...",
194
203
action: "SEND_TOKEN",
195
204
},
196
205
},
197
206
{
198
207
user: "{{user2}}",
199
208
content: {
200
-
text: "Successfully sent 69 SUI tokens to 0x4f2e63be8e7fe287836e29cde6f3d5cbc96eefd0c0e3f3747668faa2ae7324b0, Transaction: 0x39a8c432d9bdad993a33cc1faf2e9b58fb7dd940c0425f1d6db3997e4b4b05c0",
209
+
text: "Successfully sent 1 SUI tokens to 0x4f2e63be8e7fe287836e29cde6f3d5cbc96eefd0c0e3f3747668faa2ae7324b0, Transaction: 0x39a8c432d9bdad993a33cc1faf2e9b58fb7dd940c0425f1d6db3997e4b4b05c0",
0 commit comments