Skip to content

Commit

Permalink
Add log + update dkg.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
brkagithub committed Feb 10, 2025
1 parent 9b63fb9 commit 085d463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-dkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"dependencies": {
"@elizaos/core": "workspace:*",
"dkg.js": "^8.0.4",
"dkg.js": "^8.0.6",
"tsup": "8.3.5",
"agent-twitter-client": "0.0.18",
"vader-sentiment": "^1.1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-dkg/src/actions/dkgInsert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ export const dkgInsert: Action = {
try {
elizaLogger.log("Publishing message to DKG");

elizaLogger.log(
`KA: ${JSON.stringify(memoryKnowledgeGraph, null, 2)}`,
);

createAssetResult = await DkgClient.asset.create(
{
public: memoryKnowledgeGraph,
Expand Down

0 comments on commit 085d463

Please sign in to comment.