Skip to content

Commit a3aff13

Browse files
committed
Merge from 'main'
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
2 parents 0355ab6 + 6d6296e commit a3aff13

File tree

6 files changed

+710
-1
lines changed

6 files changed

+710
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@coinbase/coinbase-sdk": "^0.10.0",
4848
"csv-parse": "^5.6.0",
4949
"@0glabs/0g-ts-sdk": "^0.2.1",
50+
"amqplib": "^0.10.4",
5051
"ollama-ai-provider": "^0.16.1",
5152
"optional": "^0.1.4",
5253
"sharp": "^0.33.5",

packages/plugin-solana/src/evaluators/trust.ts

+1
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ async function handler(runtime: IAgentRuntime, message: Memory) {
253253
runtime,
254254
rec.contractAddress,
255255
userId,
256+
account.username, // we need this to create the recommender account in the BE
256257
{
257258
buy_amount: rec.buyAmount,
258259
is_simulation: true,

0 commit comments

Comments
 (0)