Skip to content

Commit

Permalink
Merge pull request #596 from MarcoMandar/pr-33
Browse files Browse the repository at this point in the history
Pr 33
  • Loading branch information
MarcoMandar authored Nov 25, 2024
2 parents 0355ab6 + a3aff13 commit 9402000
Show file tree
Hide file tree
Showing 6 changed files with 710 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@coinbase/coinbase-sdk": "^0.10.0",
"csv-parse": "^5.6.0",
"@0glabs/0g-ts-sdk": "^0.2.1",
"amqplib": "^0.10.4",
"ollama-ai-provider": "^0.16.1",
"optional": "^0.1.4",
"sharp": "^0.33.5",
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-solana/src/evaluators/trust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ async function handler(runtime: IAgentRuntime, message: Memory) {
runtime,
rec.contractAddress,
userId,
account.username, // we need this to create the recommender account in the BE
{
buy_amount: rec.buyAmount,
is_simulation: true,
Expand Down
Loading

0 comments on commit 9402000

Please sign in to comment.