Skip to content

Commit

Permalink
feat: update plugins (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored Nov 3, 2023
1 parent aec47de commit c179f25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/agent-explore/src/plugins/community.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const communityPlugins: IAgentExplorerPlugin[] = [
{
"config": {
"url": "github://veramolabs/agent-explorer-plugin-brainshare",
"commitId": "0b028375c2379c8f4039f2f99a303d082b80a099",
"commitId": "64c28a4f84785d44d4a73305d5d0c5216af4e518",
"enabled": true
},
"name": "Brain share",
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-community-plugins.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { execSync } = require('child_process');
const fs = require('fs')
import { execSync } from 'child_process';
import fs from 'fs';

const plugins = [
{ repo: 'veramolabs/agent-explorer-plugin-brainshare',
Expand Down
3 changes: 1 addition & 2 deletions scripts/upload-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ const createPost = async (did, post, title) => {

// create post for each file
for (const file of updatedFiles) {
console.log({file})
// const hash = await createPost(process.env.AUTHOR_DID, file.content, file.title)
const hash = await createPost(process.env.AUTHOR_DID, file.content, file.title)
// file['hash'] = hash
}

Expand Down

0 comments on commit c179f25

Please sign in to comment.