diff --git a/data/0xFlicker.json b/data/0xFlicker.json new file mode 100644 index 0000000..f8ec3a1 --- /dev/null +++ b/data/0xFlicker.json @@ -0,0 +1,121 @@ +{ + "username": "0xFlicker", + "avatar_url": "https://avatars.githubusercontent.com/u/97764360?v=4", + "total_contributions": 6, + "activity": { + "code": { + "commits": [ + { + "sha": "648314486a3b9bfc5a5a7185a18b9493d8ba1848", + "date": "2024-11-24T08:18:31Z", + "message": "fix: bump echogarden to fix case sensitive issue", + "url": "https://github.com/ai16z/eliza/commit/648314486a3b9bfc5a5a7185a18b9493d8ba1848" + }, + { + "sha": "3f9ecb9bfb35a0e914831e8c932aeb80f5581c79", + "date": "2024-11-24T08:07:43Z", + "message": "fix: sql command", + "url": "https://github.com/ai16z/eliza/commit/3f9ecb9bfb35a0e914831e8c932aeb80f5581c79" + }, + { + "sha": "079124b7d4489fcdee6b12e4f1d63d65069fe702", + "date": "2024-11-23T05:07:45Z", + "message": "fix: this typescript should work but it causes a build error in plugin-node", + "url": "https://github.com/ai16z/eliza/commit/079124b7d4489fcdee6b12e4f1d63d65069fe702" + }, + { + "sha": "22e2fe6014e258f65ee4ad8f7121d1d4f08c5c78", + "date": "2024-11-23T04:25:00Z", + "message": "fix: pass runtime to video downloader", + "url": "https://github.com/ai16z/eliza/commit/22e2fe6014e258f65ee4ad8f7121d1d4f08c5c78" + }, + { + "sha": "c64074a0268fc27730508897650299f5796ae945", + "date": "2024-11-23T05:07:45Z", + "message": "fix: this typescript should work but it causes a build error in plugin-node", + "url": "https://github.com/ai16z/eliza/commit/c64074a0268fc27730508897650299f5796ae945" + }, + { + "sha": "c38265e749898b130ba0c5f87c7f5f2e0057f162", + "date": "2024-11-23T04:25:00Z", + "message": "fix: pass runtime to video downloader", + "url": "https://github.com/ai16z/eliza/commit/c38265e749898b130ba0c5f87c7f5f2e0057f162" + } + ], + "pull_requests": [ + { + "number": 561, + "title": "fix: bump echogarden to fix case sensitive issue", + "state": "closed", + "created_at": "2024-11-24T08:22:51Z", + "url": "https://github.com/ai16z/eliza/pull/561", + "labels": [], + "comments": 0 + }, + { + "number": 560, + "title": "fix: sql command", + "state": "closed", + "created_at": "2024-11-24T08:15:06Z", + "url": "https://github.com/ai16z/eliza/pull/560", + "labels": [], + "comments": 1 + }, + { + "number": 535, + "title": "fix: pass runtime to video service", + "state": "closed", + "created_at": "2024-11-23T04:36:21Z", + "url": "https://github.com/ai16z/eliza/pull/535", + "labels": [], + "comments": 1 + }, + { + "number": 523, + "title": "Add services from plugins", + "state": "closed", + "created_at": "2024-11-22T22:51:29Z", + "url": "https://github.com/ai16z/eliza/pull/523", + "labels": [], + "comments": 2 + } + ], + "total_commits": 6, + "total_prs": 4, + "commit_activity": { + "2024": { + "11": 6 + } + }, + "pr_activity": { + "2024": { + "11": 4 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2495258817, + "body": "> this is already being done - not sure why this needs to be here\r\n\r\nsorry, wasn't on the most recent codebase!", + "created_at": "2024-11-23T03:06:49Z", + "url": "https://github.com/ai16z/eliza/pull/523#issuecomment-2495258817", + "type": "pr", + "issue_number": "523" + } + ], + "total_comments": 1, + "comment_activity": { + "2024": { + "11": 1 + } + } + } + } +} \ No newline at end of file diff --git a/data/0xaguspunk.json b/data/0xaguspunk.json new file mode 100644 index 0000000..d1e176c --- /dev/null +++ b/data/0xaguspunk.json @@ -0,0 +1,51 @@ +{ + "username": "0xaguspunk", + "avatar_url": "https://avatars.githubusercontent.com/u/6149085?v=4", + "total_contributions": 1, + "activity": { + "code": { + "commits": [ + { + "sha": "0d2b7ab88f2eccf03cbdcc491643f89417e1e97f", + "date": "2024-11-29T08:18:36Z", + "message": "Update quickstart.md\n\n- Include build local libraries step\r\n- Add pnpm store prune to better-sqlite3 troubleshoot", + "url": "https://github.com/ai16z/eliza/commit/0d2b7ab88f2eccf03cbdcc491643f89417e1e97f" + } + ], + "pull_requests": [ + { + "number": 665, + "title": "fix: add missing commands to quickstart", + "state": "closed", + "created_at": "2024-11-29T08:28:08Z", + "url": "https://github.com/ai16z/eliza/pull/665", + "labels": [], + "comments": 0 + } + ], + "total_commits": 1, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 1 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/8times4.json b/data/8times4.json new file mode 100644 index 0000000..4fc674f --- /dev/null +++ b/data/8times4.json @@ -0,0 +1,94 @@ +{ + "username": "8times4", + "avatar_url": "https://avatars.githubusercontent.com/u/46720448?v=4", + "total_contributions": 6, + "activity": { + "code": { + "commits": [ + { + "sha": "60da90b66230f68452ea42a37c7daa1ff29310b1", + "date": "2024-11-23T14:27:07Z", + "message": "feat: more fixes, robustness", + "url": "https://github.com/ai16z/eliza/commit/60da90b66230f68452ea42a37c7daa1ff29310b1" + }, + { + "sha": "c577941daba208892929cf8db92584bce112ae29", + "date": "2024-11-23T13:05:12Z", + "message": "feat: add more robust testing w/o central, add other actions, more docs", + "url": "https://github.com/ai16z/eliza/commit/c577941daba208892929cf8db92584bce112ae29" + }, + { + "sha": "8ec2733eee0f3b0e95a63d2bef120149b787f094", + "date": "2024-11-23T12:21:24Z", + "message": "feat: add more docs", + "url": "https://github.com/ai16z/eliza/commit/8ec2733eee0f3b0e95a63d2bef120149b787f094" + }, + { + "sha": "b1bce72eb3e698b7cd87d7d9ee19121be79d5866", + "date": "2024-11-22T21:32:58Z", + "message": "feat: add to docs", + "url": "https://github.com/ai16z/eliza/commit/b1bce72eb3e698b7cd87d7d9ee19121be79d5866" + }, + { + "sha": "1752c51186c112eb26712c1d42056f030c56dc3b", + "date": "2024-11-22T14:45:04Z", + "message": "feat: fix", + "url": "https://github.com/ai16z/eliza/commit/1752c51186c112eb26712c1d42056f030c56dc3b" + }, + { + "sha": "ec73d1956b1130acf3e470953b8ff87822c226a0", + "date": "2024-11-22T12:29:57Z", + "message": "feat: initial pluggin", + "url": "https://github.com/ai16z/eliza/commit/ec73d1956b1130acf3e470953b8ff87822c226a0" + } + ], + "pull_requests": [ + { + "number": 517, + "title": "feat: Add buttplug.io integration", + "state": "closed", + "created_at": "2024-11-22T12:36:20Z", + "url": "https://github.com/ai16z/eliza/pull/517", + "labels": [], + "comments": 3 + } + ], + "total_commits": 6, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 6 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2494322647, + "body": "> what do i need to buy to test this though, ya know... for research\r\n\r\nhere\u2019s an affiliate link just for ya \u2620\ufe0f: https://www.lovense.com/r/rf3aal\r\n", + "created_at": "2024-11-22T17:14:01Z", + "url": "https://github.com/ai16z/eliza/pull/517#issuecomment-2494322647", + "type": "pr", + "issue_number": "517" + } + ], + "total_comments": 1, + "comment_activity": { + "2024": { + "11": 1 + } + } + } + } +} \ No newline at end of file diff --git a/data/DataRelic.json b/data/DataRelic.json new file mode 100644 index 0000000..16764cd --- /dev/null +++ b/data/DataRelic.json @@ -0,0 +1,72 @@ +{ + "username": "DataRelic", + "avatar_url": "https://avatars.githubusercontent.com/u/187217577?v=4", + "total_contributions": 3, + "activity": { + "code": { + "commits": [ + { + "sha": "a6c60c8552ddf09a42997dde0f8cd097bdb042bd", + "date": "2024-11-28T08:59:14Z", + "message": "Merge branch 'ai16z:main' into main", + "url": "https://github.com/ai16z/eliza/commit/a6c60c8552ddf09a42997dde0f8cd097bdb042bd" + }, + { + "sha": "e3c740687de1ec055f98004bcd7f32944e8db68f", + "date": "2024-11-28T08:40:57Z", + "message": "Merge branch 'ai16z:main' into main", + "url": "https://github.com/ai16z/eliza/commit/e3c740687de1ec055f98004bcd7f32944e8db68f" + }, + { + "sha": "087c027049e1487362dba2b705f3fe11de23769f", + "date": "2024-11-27T19:55:57Z", + "message": "Update postgres setup details in docs", + "url": "https://github.com/ai16z/eliza/commit/087c027049e1487362dba2b705f3fe11de23769f" + } + ], + "pull_requests": [ + { + "number": 666, + "title": "fix(agent): improve local model path handling and logging", + "state": "closed", + "created_at": "2024-11-29T09:30:53Z", + "url": "https://github.com/ai16z/eliza/pull/666", + "labels": [], + "comments": 0 + }, + { + "number": 645, + "title": "updates postgres setup instructions in docs", + "state": "closed", + "created_at": "2024-11-28T09:10:29Z", + "url": "https://github.com/ai16z/eliza/pull/645", + "labels": [], + "comments": 0 + } + ], + "total_commits": 3, + "total_prs": 2, + "commit_activity": { + "2024": { + "11": 3 + } + }, + "pr_activity": { + "2024": { + "11": 2 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/HashWarlock.json b/data/HashWarlock.json index e35bd70..cfae8e9 100644 --- a/data/HashWarlock.json +++ b/data/HashWarlock.json @@ -1,10 +1,76 @@ { "username": "HashWarlock", "avatar_url": "https://avatars.githubusercontent.com/u/64296537?v=4", - "total_contributions": 2, + "total_contributions": 13, "activity": { "code": { "commits": [ + { + "sha": "4897043b5f13b04f7f51f5ff180f6873ebbe1758", + "date": "2024-11-29T19:38:01Z", + "message": "fix: add comment to make it clear what the variable is used for", + "url": "https://github.com/ai16z/eliza/commit/4897043b5f13b04f7f51f5ff180f6873ebbe1758" + }, + { + "sha": "fa89b3b1ec9e80cdbd065c485d1589c7a3160a56", + "date": "2024-11-29T19:28:44Z", + "message": "fix: remove default salt to remove launch agent errors & add tee plugin back into agent startup file", + "url": "https://github.com/ai16z/eliza/commit/fa89b3b1ec9e80cdbd065c485d1589c7a3160a56" + }, + { + "sha": "e8d829c4ca7d030f6cafc9d7f4f30763841b665c", + "date": "2024-11-29T18:09:04Z", + "message": "fix: add missing viem dependency", + "url": "https://github.com/ai16z/eliza/commit/e8d829c4ca7d030f6cafc9d7f4f30763841b665c" + }, + { + "sha": "985e2766fa93affd85e79eb2d7b611b270b47451", + "date": "2024-11-28T06:21:22Z", + "message": "fix: Add docs, update provider and remove walletProvider from providers", + "url": "https://github.com/ai16z/eliza/commit/985e2766fa93affd85e79eb2d7b611b270b47451" + }, + { + "sha": "d95b102cab6ecce420bb390a54febee2adb78ba3", + "date": "2024-11-27T18:09:59Z", + "message": "Merge branch 'main' into tee-plugin", + "url": "https://github.com/ai16z/eliza/commit/d95b102cab6ecce420bb390a54febee2adb78ba3" + }, + { + "sha": "147adde8d6a7596d831064dc0be2ca0872c42a7c", + "date": "2024-11-27T17:32:53Z", + "message": "feat: add class to remote attestation and derive key to call provider functions", + "url": "https://github.com/ai16z/eliza/commit/147adde8d6a7596d831064dc0be2ca0872c42a7c" + }, + { + "sha": "02647806546bd558ce9eabaa33f3a8c100a17fa4", + "date": "2024-11-26T05:04:48Z", + "message": "fix: reduce docker image size from 11.1GB to 5.79GB", + "url": "https://github.com/ai16z/eliza/commit/02647806546bd558ce9eabaa33f3a8c100a17fa4" + }, + { + "sha": "13f921afcfdc49361149c409b8ab7b4de580c213", + "date": "2024-11-26T01:15:14Z", + "message": "feat: update dockerfile and add docker-compose yaml file to deploy in TEE", + "url": "https://github.com/ai16z/eliza/commit/13f921afcfdc49361149c409b8ab7b4de580c213" + }, + { + "sha": "aa5d009df083840a36ef55ff70e3619cae789f9a", + "date": "2024-11-22T21:53:26Z", + "message": "chore: remove log print of api key", + "url": "https://github.com/ai16z/eliza/commit/aa5d009df083840a36ef55ff70e3619cae789f9a" + }, + { + "sha": "66637cd244b7e820114783f9547227f00c019740", + "date": "2024-11-22T20:25:54Z", + "message": "feat: add wallet provider to use derived key to generate wallet", + "url": "https://github.com/ai16z/eliza/commit/66637cd244b7e820114783f9547227f00c019740" + }, + { + "sha": "1995b56c2c519baab18520f03bd04c82be90b8e3", + "date": "2024-11-22T16:53:23Z", + "message": "create TEE plugin with derive key and remote attestation providers", + "url": "https://github.com/ai16z/eliza/commit/1995b56c2c519baab18520f03bd04c82be90b8e3" + }, { "sha": "9e7a3da75d496b013e6c8efe0d25d03516c6d12f", "date": "2024-11-04T17:38:48Z", @@ -19,6 +85,42 @@ } ], "pull_requests": [ + { + "number": 678, + "title": "fix: Make TEE Plugin available to launch agent & fix previous launch error", + "state": "closed", + "created_at": "2024-11-29T19:42:51Z", + "url": "https://github.com/ai16z/eliza/pull/678", + "labels": [], + "comments": 0 + }, + { + "number": 674, + "title": "fix: add missing viem dependency", + "state": "closed", + "created_at": "2024-11-29T18:10:39Z", + "url": "https://github.com/ai16z/eliza/pull/674", + "labels": [], + "comments": 0 + }, + { + "number": 640, + "title": "fix: Add docs, update providers for TEE Plugin", + "state": "closed", + "created_at": "2024-11-28T06:26:25Z", + "url": "https://github.com/ai16z/eliza/pull/640", + "labels": [], + "comments": 0 + }, + { + "number": 632, + "title": "feat: Initial TEE Plugin", + "state": "closed", + "created_at": "2024-11-27T18:02:38Z", + "url": "https://github.com/ai16z/eliza/pull/632", + "labels": [], + "comments": 1 + }, { "number": 327, "title": "Add Docker support", @@ -38,16 +140,16 @@ "comments": 3 } ], - "total_commits": 2, - "total_prs": 2, + "total_commits": 13, + "total_prs": 6, "commit_activity": { "2024": { - "11": 2 + "11": 13 } }, "pr_activity": { "2024": { - "11": 2 + "11": 6 } } }, @@ -66,12 +168,20 @@ "url": "https://github.com/ai16z/eliza/pull/198#issuecomment-2455996702", "type": "pr", "issue_number": "198" + }, + { + "id": 2505318111, + "body": "Adding documentation and updating the plugin.\r\n\r\n- [x] Documentation on TEE Plugin\r\n- [x] Add functions to derive raw key, derive ed25519 key for Solana, derive ecdsa key for evm chains", + "created_at": "2024-11-28T05:56:51Z", + "url": "https://github.com/ai16z/eliza/pull/632#issuecomment-2505318111", + "type": "pr", + "issue_number": "632" } ], - "total_comments": 1, + "total_comments": 2, "comment_activity": { "2024": { - "11": 1 + "11": 2 } } } diff --git a/data/MarcoMandar.json b/data/MarcoMandar.json index f2bf6a9..9f8efe6 100644 --- a/data/MarcoMandar.json +++ b/data/MarcoMandar.json @@ -1,10 +1,160 @@ { "username": "MarcoMandar", "avatar_url": "https://avatars.githubusercontent.com/u/70625671?v=4", - "total_contributions": 68, + "total_contributions": 93, "activity": { "code": { "commits": [ + { + "sha": "2d7290132c658aef771fbacd44c96e6fb4f70bae", + "date": "2024-11-28T07:44:47Z", + "message": "types, connection, fixes\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/2d7290132c658aef771fbacd44c96e6fb4f70bae" + }, + { + "sha": "6a3518583532cd0ed8e3904b65d6ab8377c3923d", + "date": "2024-11-28T07:44:27Z", + "message": "initital\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/6a3518583532cd0ed8e3904b65d6ab8377c3923d" + }, + { + "sha": "8fa43abb0aac02f1931db11e512040895848a881", + "date": "2024-11-27T06:45:46Z", + "message": "eslint\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/8fa43abb0aac02f1931db11e512040895848a881" + }, + { + "sha": "8e12dc6340a68dbc3efb688449c3e75dd2ded368", + "date": "2024-11-27T06:44:01Z", + "message": "tokenCodex data, integrate start simulation in trustscoreProvider\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/8e12dc6340a68dbc3efb688449c3e75dd2ded368" + }, + { + "sha": "4d832408d76a03ff12be819c6a11395ea50c76b7", + "date": "2024-11-25T22:40:08Z", + "message": "update api call\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/4d832408d76a03ff12be819c6a11395ea50c76b7" + }, + { + "sha": "5e7274c879f1aa57f65ce8d210528ef4b7eb6087", + "date": "2024-11-25T22:06:56Z", + "message": "tokenRecommendation uuid\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/5e7274c879f1aa57f65ce8d210528ef4b7eb6087" + }, + { + "sha": "2d93baaf9bf68b14277363a6e2afceb45bba6178", + "date": "2024-11-25T21:58:36Z", + "message": "trustscore updates\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/2d93baaf9bf68b14277363a6e2afceb45bba6178" + }, + { + "sha": "5877e42fef044e50e15e1e68d9bc1a855dbf0e4f", + "date": "2024-11-25T21:50:23Z", + "message": "fix no-unused-vars\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/5877e42fef044e50e15e1e68d9bc1a855dbf0e4f" + }, + { + "sha": "e2a894f86ebbe1fc084f9ea8458b055a51df7bba", + "date": "2024-11-25T21:43:21Z", + "message": "walletProvider\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/e2a894f86ebbe1fc084f9ea8458b055a51df7bba" + }, + { + "sha": "0b029c0d397facbe48b37c73af6acff411a27449", + "date": "2024-11-25T21:41:49Z", + "message": "sell simulation service\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/0b029c0d397facbe48b37c73af6acff411a27449" + }, + { + "sha": "ea0984ffa3588082a4afbae9d3427b084d94feb5", + "date": "2024-11-25T21:31:06Z", + "message": "Merge pull request #33 from ai16z/main\n\nmerge from main", + "url": "https://github.com/ai16z/eliza/commit/ea0984ffa3588082a4afbae9d3427b084d94feb5" + }, + { + "sha": "9402000561012e80676cf0f006be7f69352113c7", + "date": "2024-11-25T21:29:16Z", + "message": "Merge pull request #596 from MarcoMandar/pr-33\n\nPr 33", + "url": "https://github.com/ai16z/eliza/commit/9402000561012e80676cf0f006be7f69352113c7" + }, + { + "sha": "a3aff1340c6ec3f8673e7e61f703f07e5794411f", + "date": "2024-11-25T21:28:22Z", + "message": "Merge from 'main'\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/a3aff1340c6ec3f8673e7e61f703f07e5794411f" + }, + { + "sha": "6d6296ebf8a496ccf563a0561acdc662e082b257", + "date": "2024-11-25T21:20:12Z", + "message": "updates for the backend\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/6d6296ebf8a496ccf563a0561acdc662e082b257" + }, + { + "sha": "e240a1812ac467fd2670f59cd29c01343f3b68f3", + "date": "2024-11-21T23:31:58Z", + "message": "add rabbitMq, executeSellDecision\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/e240a1812ac467fd2670f59cd29c01343f3b68f3" + }, + { + "sha": "e6c34560304fd45a235b21d490de0d17a005c6ce", + "date": "2024-11-21T00:27:46Z", + "message": "update sell simulation to include stop loss and calculate amount to sell\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/e6c34560304fd45a235b21d490de0d17a005c6ce" + }, + { + "sha": "530e16a25286b57662ecaecba660c767a8879361", + "date": "2024-11-20T10:28:11Z", + "message": "simulation selling service initial\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/530e16a25286b57662ecaecba660c767a8879361" + }, + { + "sha": "1b6bfa29fafc6bf7e8088baf725fb90df6408a66", + "date": "2024-11-20T10:24:57Z", + "message": "Merge pull request #32 from ai16z/main\n\nmerge from main", + "url": "https://github.com/ai16z/eliza/commit/1b6bfa29fafc6bf7e8088baf725fb90df6408a66" + }, + { + "sha": "a2cfc4d16430d18ca0fefefd97308fb6d1d104c9", + "date": "2024-11-20T00:46:37Z", + "message": "Merge pull request #31 from ai16z/main\n\nmerge from main", + "url": "https://github.com/ai16z/eliza/commit/a2cfc4d16430d18ca0fefefd97308fb6d1d104c9" + }, + { + "sha": "ee1ea3495e4c4d2e509a9227eb33acf032c47cfd", + "date": "2024-11-20T00:45:44Z", + "message": "include username in createTradePerformance\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/ee1ea3495e4c4d2e509a9227eb33acf032c47cfd" + }, + { + "sha": "f354fbd6c69a23b9f1b8459e96b7d950265e985f", + "date": "2024-11-19T05:28:00Z", + "message": "token balance, transactions, data simulation update on buys and sells\n\nSigned-off-by: MarcoMandar ", + "url": "https://github.com/ai16z/eliza/commit/f354fbd6c69a23b9f1b8459e96b7d950265e985f" + }, + { + "sha": "ee9929cb513beef666559c389ee8f2edd18e99d6", + "date": "2024-11-19T04:42:48Z", + "message": "Merge pull request #30 from ai16z/main\n\nmerge from main", + "url": "https://github.com/ai16z/eliza/commit/ee9929cb513beef666559c389ee8f2edd18e99d6" + }, + { + "sha": "c9b50baee87ee9e34333f95caa65e6966df45fe0", + "date": "2024-11-18T23:42:18Z", + "message": "Merge pull request #29 from ai16z/main\n\nmerge from main", + "url": "https://github.com/ai16z/eliza/commit/c9b50baee87ee9e34333f95caa65e6966df45fe0" + }, + { + "sha": "34d9164434556f879bae50eb0336e69fd6e5288a", + "date": "2024-11-17T23:41:51Z", + "message": "Merge pull request #28 from ai16z/main\n\nmerge from main", + "url": "https://github.com/ai16z/eliza/commit/34d9164434556f879bae50eb0336e69fd6e5288a" + }, + { + "sha": "8148a225efd8c8f5322a6f6772c1c6bde6d243f8", + "date": "2024-11-17T01:01:44Z", + "message": "Merge pull request #27 from ai16z/main\n\nmerge from main", + "url": "https://github.com/ai16z/eliza/commit/8148a225efd8c8f5322a6f6772c1c6bde6d243f8" + }, { "sha": "cf6c1826012a5727df8b0d9f2e631ba3b568e2d4", "date": "2024-11-16T03:37:53Z", @@ -415,6 +565,42 @@ } ], "pull_requests": [ + { + "number": 642, + "title": "Feat/simulation sell types", + "state": "closed", + "created_at": "2024-11-28T07:45:14Z", + "url": "https://github.com/ai16z/eliza/pull/642", + "labels": [], + "comments": 0 + }, + { + "number": 627, + "title": "Feat/sell simulation", + "state": "closed", + "created_at": "2024-11-27T07:54:29Z", + "url": "https://github.com/ai16z/eliza/pull/627", + "labels": [], + "comments": 0 + }, + { + "number": 597, + "title": "feat: sell simulation service", + "state": "closed", + "created_at": "2024-11-25T21:42:13Z", + "url": "https://github.com/ai16z/eliza/pull/597", + "labels": [], + "comments": 0 + }, + { + "number": 596, + "title": "Pr 33", + "state": "closed", + "created_at": "2024-11-25T21:29:09Z", + "url": "https://github.com/ai16z/eliza/pull/596", + "labels": [], + "comments": 0 + }, { "number": 347, "title": "trust fixes", @@ -538,17 +724,17 @@ "comments": 0 } ], - "total_commits": 68, - "total_prs": 12, + "total_commits": 93, + "total_prs": 16, "commit_activity": { "2024": { - "11": 46, + "11": 71, "10": 22 } }, "pr_activity": { "2024": { - "11": 8, + "11": 12, "10": 4 } } diff --git a/data/St4rgarden.json b/data/St4rgarden.json new file mode 100644 index 0000000..93bdda4 --- /dev/null +++ b/data/St4rgarden.json @@ -0,0 +1,94 @@ +{ + "username": "St4rgarden", + "avatar_url": "https://avatars.githubusercontent.com/u/38195744?v=4", + "total_contributions": 2, + "activity": { + "code": { + "commits": [ + { + "sha": "c0cefd227366b40c238c78e2076189572546095a", + "date": "2024-11-29T10:10:42Z", + "message": "Merge pull request #1 from St4rgarden/main\n\nfeat: EVM Pubkey derivation", + "url": "https://github.com/ai16z/eliza/commit/c0cefd227366b40c238c78e2076189572546095a" + }, + { + "sha": "8a42ee0177b2453f5762caacdf2760a1837154c3", + "date": "2024-11-29T09:47:11Z", + "message": "Simple key derivation without TEE", + "url": "https://github.com/ai16z/eliza/commit/8a42ee0177b2453f5762caacdf2760a1837154c3" + } + ], + "pull_requests": [ + { + "number": 667, + "title": "feat: evm pubkey derivation", + "state": "closed", + "created_at": "2024-11-29T10:12:06Z", + "url": "https://github.com/ai16z/eliza/pull/667", + "labels": [], + "comments": 0 + } + ], + "total_commits": 2, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 2 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [ + { + "number": 148, + "title": "LLM can't be trusted to parse it's own json", + "state": "open", + "created_at": "2024-10-31T08:00:48Z", + "url": "https://github.com/ai16z/eliza/issues/148", + "labels": [ + "bug" + ], + "comments": 8 + } + ], + "total_opened": 1, + "issue_activity": { + "2024": { + "10": 1 + } + } + }, + "engagement": { + "issue_comments": [ + { + "id": 2449241130, + "body": "I have run into this a few times as well.", + "created_at": "2024-10-31T07:45:08Z", + "url": "https://github.com/ai16z/eliza/issues/70#issuecomment-2449241130", + "type": "issue", + "issue_number": "70" + }, + { + "id": 2449264000, + "body": "This issue https://github.com/ai16z/eliza/issues/70 is not accurate but it's a duplicate of this issue now.", + "created_at": "2024-10-31T08:01:39Z", + "url": "https://github.com/ai16z/eliza/issues/148#issuecomment-2449264000", + "type": "issue", + "issue_number": "148" + } + ], + "pr_comments": [], + "total_comments": 2, + "comment_activity": { + "2024": { + "10": 2 + } + } + } + } +} \ No newline at end of file diff --git a/data/THtianhao.json b/data/THtianhao.json new file mode 100644 index 0000000..a07b21d --- /dev/null +++ b/data/THtianhao.json @@ -0,0 +1,64 @@ +{ + "username": "THtianhao", + "avatar_url": "https://avatars.githubusercontent.com/u/7608485?v=4", + "total_contributions": 1, + "activity": { + "code": { + "commits": [ + { + "sha": "246df5fc39e3b9d335ecf0e740e554385ded3d6f", + "date": "2024-11-20T16:58:28Z", + "message": "bugfix: Modify docker run error after agent folder move", + "url": "https://github.com/ai16z/eliza/commit/246df5fc39e3b9d335ecf0e740e554385ded3d6f" + } + ], + "pull_requests": [ + { + "number": 458, + "title": "bugfix: Modify docker run error after agent folder move", + "state": "closed", + "created_at": "2024-11-20T17:07:19Z", + "url": "https://github.com/ai16z/eliza/pull/458", + "labels": [], + "comments": 1 + } + ], + "total_commits": 1, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 1 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2490858607, + "body": "> LGTM - thanks so much for fixing this\r\n\r\nThis is what I should do, hope that the open source project will get better and better\r\n", + "created_at": "2024-11-21T11:26:06Z", + "url": "https://github.com/ai16z/eliza/pull/458#issuecomment-2490858607", + "type": "pr", + "issue_number": "458" + } + ], + "total_comments": 1, + "comment_activity": { + "2024": { + "11": 1 + } + } + } + } +} \ No newline at end of file diff --git a/data/VarKrishin.json b/data/VarKrishin.json new file mode 100644 index 0000000..c03835e --- /dev/null +++ b/data/VarKrishin.json @@ -0,0 +1,99 @@ +{ + "username": "VarKrishin", + "avatar_url": "https://avatars.githubusercontent.com/u/187912581?v=4", + "total_contributions": 4, + "activity": { + "code": { + "commits": [ + { + "sha": "2f06f15ddcf588e21ea178ccb1adbbca973b90a7", + "date": "2024-11-22T07:56:25Z", + "message": "Merge branch 'ai16z:main' into main", + "url": "https://github.com/ai16z/eliza/commit/2f06f15ddcf588e21ea178ccb1adbbca973b90a7" + }, + { + "sha": "3bf4b5d356e6d431f1fd9179a223c59cb1574b52", + "date": "2024-11-22T07:46:19Z", + "message": "Merge branch 'ai16z:main' into main", + "url": "https://github.com/ai16z/eliza/commit/3bf4b5d356e6d431f1fd9179a223c59cb1574b52" + }, + { + "sha": "bafbb036da8bd5bd3eb6b9339a1dd74bf61050d2", + "date": "2024-11-22T07:19:18Z", + "message": "Update pnpm-lock.yaml to the latest in main branch", + "url": "https://github.com/ai16z/eliza/commit/bafbb036da8bd5bd3eb6b9339a1dd74bf61050d2" + }, + { + "sha": "0c910a52cfa38523abc0ca315b2e9ea77c38ad67", + "date": "2024-11-22T01:24:10Z", + "message": "fix unique constraint error in postgres", + "url": "https://github.com/ai16z/eliza/commit/0c910a52cfa38523abc0ca315b2e9ea77c38ad67" + } + ], + "pull_requests": [ + { + "number": 551, + "title": "feat: loading characters from db at load and runtime", + "state": "open", + "created_at": "2024-11-23T12:32:51Z", + "url": "https://github.com/ai16z/eliza/pull/551", + "labels": [], + "comments": 1 + }, + { + "number": 495, + "title": "fix: Gracefully Handle Add Participants Unique Constraint Error in Postgres", + "state": "closed", + "created_at": "2024-11-22T01:38:30Z", + "url": "https://github.com/ai16z/eliza/pull/495", + "labels": [], + "comments": 3 + } + ], + "total_commits": 4, + "total_prs": 2, + "commit_activity": { + "2024": { + "11": 4 + } + }, + "pr_activity": { + "2024": { + "11": 2 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2492771029, + "body": "understood @jkbrooks.\r\nThis was aimed as a client_secret approach with functions for token_refresh and access tokens.\r\nI will take at the shared pull request https://github.com/ai16z/agent-twitter-client/pull/3/files and modify it accordingly to support this usecase", + "created_at": "2024-11-22T02:47:41Z", + "url": "https://github.com/ai16z/eliza/pull/483#issuecomment-2492771029", + "type": "pr", + "issue_number": "483" + }, + { + "id": 2493041473, + "body": "@ponderingdemocritus - updated with the latest pnpm lock in main branch", + "created_at": "2024-11-22T07:21:12Z", + "url": "https://github.com/ai16z/eliza/pull/495#issuecomment-2493041473", + "type": "pr", + "issue_number": "495" + } + ], + "total_comments": 2, + "comment_activity": { + "2024": { + "11": 2 + } + } + } + } +} \ No newline at end of file diff --git a/data/Wilbert957.json b/data/Wilbert957.json new file mode 100644 index 0000000..62cb645 --- /dev/null +++ b/data/Wilbert957.json @@ -0,0 +1,142 @@ +{ + "username": "Wilbert957", + "avatar_url": "https://avatars.githubusercontent.com/u/161988856?v=4", + "total_contributions": 2, + "activity": { + "code": { + "commits": [ + { + "sha": "f9822428c89c4c0051bb4544f9948617d85c04fa", + "date": "2024-11-22T01:51:21Z", + "message": "Merge branch 'main' into 415-add-0g-plugin", + "url": "https://github.com/ai16z/eliza/commit/f9822428c89c4c0051bb4544f9948617d85c04fa" + }, + { + "sha": "2ab3c883cd34a40ba684b373e2d3c39552b04484", + "date": "2024-11-21T01:49:53Z", + "message": "Merge branch 'main' into 415-add-0g-plugin", + "url": "https://github.com/ai16z/eliza/commit/2ab3c883cd34a40ba684b373e2d3c39552b04484" + } + ], + "pull_requests": [ + { + "number": 416, + "title": "feat: Add 0G plugin for file storage", + "state": "closed", + "created_at": "2024-11-19T09:15:42Z", + "url": "https://github.com/ai16z/eliza/pull/416", + "labels": [], + "comments": 11 + } + ], + "total_commits": 2, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 2 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [ + { + "number": 415, + "title": "Add a plugin for storing data using the 0G protocol.", + "state": "open", + "created_at": "2024-11-19T08:35:17Z", + "url": "https://github.com/ai16z/eliza/issues/415", + "labels": [ + "enhancement" + ], + "comments": 0 + } + ], + "total_opened": 1, + "issue_activity": { + "2024": { + "11": 1 + } + } + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2485992794, + "body": "Thanks for your notification. Sure, I'll fix it ASAP.\r\n\r\nShakker Nerd ***@***.***> \u4e8e2024\u5e7411\u670819\u65e5\u5468\u4e8c 23:09\u5199\u9053\uff1a\r\n\r\n> Hey @Wilbert957 Great work!\r\n>\r\n> There are conflicts that needs fixing, could you fix that?\r\n>\r\n> In the package.json for 0g-plugin, kind add dev command (\"dev\": \"tsup\r\n> --watch\").\r\n>\r\n> \u2014\r\n> Reply to this email directly, view it on GitHub\r\n> , or\r\n> unsubscribe\r\n> \r\n> .\r\n> You are receiving this because you were mentioned.Message ID:\r\n> ***@***.***>\r\n>\r\n", + "created_at": "2024-11-19T15:13:30Z", + "url": "https://github.com/ai16z/eliza/pull/416#issuecomment-2485992794", + "type": "pr", + "issue_number": "416" + }, + { + "id": 2486021663, + "body": "> Hey @Wilbert957 Great work!\r\n> \r\n> There are conflicts that needs to be resolved before a merge could happen, could you fix that?\r\n> \r\n> In the package.json for 0g-plugin, kind add dev command (`\"dev\": \"tsup --watch\"`).\r\n\r\nI've fixed it. Could you please check?", + "created_at": "2024-11-19T15:24:16Z", + "url": "https://github.com/ai16z/eliza/pull/416#issuecomment-2486021663", + "type": "pr", + "issue_number": "416" + }, + { + "id": 2487175178, + "body": "> Kindly attach a screengrab of the upload/file storage interaction.\r\n> \r\n> @Wilbert957 _This has been updated._\r\n\r\nSure, thanks. I've attached a screengrab.", + "created_at": "2024-11-20T02:10:52Z", + "url": "https://github.com/ai16z/eliza/pull/416#issuecomment-2487175178", + "type": "pr", + "issue_number": "416" + }, + { + "id": 2487176752, + "body": "> Please resolve conflicts and add a test and / or screen grab of working plugin functionality thanks so much! Amazing work with this plugin you are the GOAT!\r\n\r\nSure, thanks. I've attached a screengrab.", + "created_at": "2024-11-20T02:12:32Z", + "url": "https://github.com/ai16z/eliza/pull/416#issuecomment-2487176752", + "type": "pr", + "issue_number": "416" + }, + { + "id": 2488767910, + "body": "> Please resolve conflicts and add a test and / or screen grab of working plugin functionality thanks so much! Amazing work with this plugin you are the GOAT!\r\n\r\nI've resolved conflicts~", + "created_at": "2024-11-20T14:41:59Z", + "url": "https://github.com/ai16z/eliza/pull/416#issuecomment-2488767910", + "type": "pr", + "issue_number": "416" + }, + { + "id": 2488770105, + "body": "> Hey @Wilbert957 Great work!\r\n> \r\n> There are conflicts that needs to be resolved before a merge could happen, could you fix that?\r\n> \r\n> In the package.json for 0g-plugin, kind add dev command (`\"dev\": \"tsup --watch\"`).\r\n\r\nI've resolved conflicts~", + "created_at": "2024-11-20T14:42:47Z", + "url": "https://github.com/ai16z/eliza/pull/416#issuecomment-2488770105", + "type": "pr", + "issue_number": "416" + }, + { + "id": 2496589956, + "body": "> Hey @Wilbert957 Great work!\r\n> \r\n> There are conflicts that needs to be resolved before a merge could happen, could you fix that?\r\n> \r\n> In the package.json for 0g-plugin, kind add dev command (`\"dev\": \"tsup --watch\"`).\r\n\r\nHi @shakkernerd \r\n\r\nI hope you're doing well! I wanted to kindly remind you that my pull request (#PR-416) is awaiting your review and approval. Your feedback would be greatly appreciated.", + "created_at": "2024-11-25T03:13:40Z", + "url": "https://github.com/ai16z/eliza/pull/416#issuecomment-2496589956", + "type": "pr", + "issue_number": "416" + }, + { + "id": 2496937897, + "body": "Hi, @monilpat. Conflicts resolved. Would know if can merge? Your feedback would be greatly appreciated.", + "created_at": "2024-11-25T06:03:49Z", + "url": "https://github.com/ai16z/eliza/pull/416#issuecomment-2496937897", + "type": "pr", + "issue_number": "416" + } + ], + "total_comments": 8, + "comment_activity": { + "2024": { + "11": 8 + } + } + } + } +} \ No newline at end of file diff --git a/data/YoungPhlo.json b/data/YoungPhlo.json new file mode 100644 index 0000000..51ed750 --- /dev/null +++ b/data/YoungPhlo.json @@ -0,0 +1,112 @@ +{ + "username": "YoungPhlo", + "avatar_url": "https://avatars.githubusercontent.com/u/90307961?v=4", + "total_contributions": 2, + "activity": { + "code": { + "commits": [ + { + "sha": "6324d7af0d9a37bd8f22f39e6db85336a9a697f2", + "date": "2024-11-28T05:35:55Z", + "message": "docs: add notes from a16z AI Agent Dev School session #1", + "url": "https://github.com/ai16z/eliza/commit/6324d7af0d9a37bd8f22f39e6db85336a9a697f2" + }, + { + "sha": "c760c3372232752b304aa399bd99fab615d820ee", + "date": "2024-11-25T04:28:37Z", + "message": "community stream wdygdtw 2", + "url": "https://github.com/ai16z/eliza/commit/c760c3372232752b304aa399bd99fab615d820ee" + } + ], + "pull_requests": [ + { + "number": 638, + "title": "Notes for AI Agent Dev School #1", + "state": "closed", + "created_at": "2024-11-28T05:46:45Z", + "url": "https://github.com/ai16z/eliza/pull/638", + "labels": [], + "comments": 0 + }, + { + "number": 629, + "title": "feat: Add image generation support for tweets", + "state": "open", + "created_at": "2024-11-27T13:41:43Z", + "url": "https://github.com/ai16z/eliza/pull/629", + "labels": [], + "comments": 3 + }, + { + "number": 580, + "title": "Add community stream notes for WDYGDTW 2", + "state": "closed", + "created_at": "2024-11-25T04:54:11Z", + "url": "https://github.com/ai16z/eliza/pull/580", + "labels": [], + "comments": 0 + } + ], + "total_commits": 2, + "total_prs": 3, + "commit_activity": { + "2024": { + "11": 2 + } + }, + "pr_activity": { + "2024": { + "11": 3 + } + } + }, + "issues": { + "opened": [ + { + "number": 422, + "title": "using Groq API (or RedPill or Google Gen AI) as model provider", + "state": "open", + "created_at": "2024-11-19T17:21:15Z", + "url": "https://github.com/ai16z/eliza/issues/422", + "labels": [ + "bug" + ], + "comments": 1 + } + ], + "total_opened": 1, + "issue_activity": { + "2024": { + "11": 1 + } + } + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2504035321, + "body": "commit `a51c376710c90b6721a6ae6457fdc42c441a19ba` has a bad timing error stand by \ud83e\udd15", + "created_at": "2024-11-27T14:34:33Z", + "url": "https://github.com/ai16z/eliza/pull/629#issuecomment-2504035321", + "type": "pr", + "issue_number": "629" + }, + { + "id": 2505359264, + "body": "Got a message about errors during image generation. Be sure to add the right `plugins` and `clients` in your character file.\r\n\r\n```diff\r\ndiff --git a/agent/src/character.ts b/agent/src/character.ts\r\nindex da7e718..53c6f12 100644\r\n--- a/agent/src/character.ts\r\n+++ b/agent/src/character.ts\r\n@@ -4,9 +4,9 @@ import { imageGenerationPlugin } from \"@ai16z/plugin-image-generation\";\r\n export const character: Character = {\r\n ...defaultCharacter,\r\n name: \"Eliza\",\r\n- plugins: [],\r\n- clients: [],\r\n- modelProvider: ModelProviderName.OPENAI,\r\n+ plugins: [imageGenerationPlugin],\r\n+ clients: [Clients.TWITTER],\r\n+ modelProvider: ModelProviderName.HEURIST,\r\n settings: {\r\n secrets: {},\r\n voice: {\r\n```", + "created_at": "2024-11-28T06:33:45Z", + "url": "https://github.com/ai16z/eliza/pull/629#issuecomment-2505359264", + "type": "pr", + "issue_number": "629" + } + ], + "total_comments": 2, + "comment_activity": { + "2024": { + "11": 2 + } + } + } + } +} \ No newline at end of file diff --git a/data/ai16z-demirix.json b/data/ai16z-demirix.json index 3390ab7..da65ed7 100644 --- a/data/ai16z-demirix.json +++ b/data/ai16z-demirix.json @@ -1,10 +1,46 @@ { "username": "ai16z-demirix", "avatar_url": "https://avatars.githubusercontent.com/u/188117230?v=4", - "total_contributions": 3, + "total_contributions": 9, "activity": { "code": { "commits": [ + { + "sha": "01222b65df39745967e917aeaac4db3ac6289286", + "date": "2024-11-25T20:02:46Z", + "message": "feat(tests): Improving CI check - Linter", + "url": "https://github.com/ai16z/eliza/commit/01222b65df39745967e917aeaac4db3ac6289286" + }, + { + "sha": "d231e538c7d7459ebc682c25e3ead995f304d647", + "date": "2024-11-25T14:56:04Z", + "message": "feat(tests): Adding tests for actions and generation. Skiping test step in defaultCharacters", + "url": "https://github.com/ai16z/eliza/commit/d231e538c7d7459ebc682c25e3ead995f304d647" + }, + { + "sha": "4882fb9c743d1d070f552507dd3b9a4bffe7803b", + "date": "2024-11-24T14:56:22Z", + "message": "fix(solana-plugin): move token.test to solana plugin", + "url": "https://github.com/ai16z/eliza/commit/4882fb9c743d1d070f552507dd3b9a4bffe7803b" + }, + { + "sha": "1c1c4e32d8b61a838d8b2f08813254c91b1f90bd", + "date": "2024-11-24T14:39:03Z", + "message": "Merge branch 'ai16z:main' into resolve-conflicts", + "url": "https://github.com/ai16z/eliza/commit/1c1c4e32d8b61a838d8b2f08813254c91b1f90bd" + }, + { + "sha": "418b613b72ebfaaa654db588c6f807479b3513d7", + "date": "2024-11-23T11:44:26Z", + "message": "Merge branch 'main' into resolve-conflicts", + "url": "https://github.com/ai16z/eliza/commit/418b613b72ebfaaa654db588c6f807479b3513d7" + }, + { + "sha": "cda3c6c335eb21f5a042fc0786e7f9d1c7cfbe5d", + "date": "2024-11-22T22:46:58Z", + "message": "fix: fixing failing goals, cache and token tests", + "url": "https://github.com/ai16z/eliza/commit/cda3c6c335eb21f5a042fc0786e7f9d1c7cfbe5d" + }, { "sha": "41ae4506fe303f866f1c7fd69afe4f66e457d9cf", "date": "2024-11-20T23:08:38Z", @@ -25,6 +61,33 @@ } ], "pull_requests": [ + { + "number": 591, + "title": "feat: Adding tests for actions and generation. Skiping test step in defaultCharacters", + "state": "closed", + "created_at": "2024-11-25T14:59:43Z", + "url": "https://github.com/ai16z/eliza/pull/591", + "labels": [], + "comments": 2 + }, + { + "number": 522, + "title": "fix: fixing failing goals, cache and token tests", + "state": "closed", + "created_at": "2024-11-22T22:49:20Z", + "url": "https://github.com/ai16z/eliza/pull/522", + "labels": [], + "comments": 3 + }, + { + "number": 520, + "title": "fix: fixing failing goals and cache tests. renaming token.test ", + "state": "closed", + "created_at": "2024-11-22T20:30:12Z", + "url": "https://github.com/ai16z/eliza/pull/520", + "labels": [], + "comments": 0 + }, { "number": 465, "title": "fix: Fixing failling tests token.test.ts and videoGeneration.test.ts", @@ -44,25 +107,36 @@ "comments": 0 } ], - "total_commits": 3, - "total_prs": 2, + "total_commits": 9, + "total_prs": 5, "commit_activity": { "2024": { - "11": 3 + "11": 9 } }, "pr_activity": { "2024": { - "11": 2 + "11": 5 } } }, "issues": { "opened": [ + { + "number": 519, + "title": "Tests failing - token.test.ts failing because it is commented out. Cache and goals tests are failing because jest is now switched with vitest", + "state": "closed", + "created_at": "2024-11-22T20:14:58Z", + "url": "https://github.com/ai16z/eliza/issues/519", + "labels": [ + "bug" + ], + "comments": 0 + }, { "number": 464, "title": "Current token.test.ts and videoGeneration.test.ts are throwing errors", - "state": "open", + "state": "closed", "created_at": "2024-11-20T23:01:03Z", "url": "https://github.com/ai16z/eliza/issues/464", "labels": [ @@ -71,18 +145,47 @@ "comments": 0 } ], - "total_opened": 1, + "total_opened": 2, "issue_activity": { "2024": { - "11": 1 + "11": 2 } } }, "engagement": { "issue_comments": [], - "pr_comments": [], - "total_comments": 0, - "comment_activity": {} + "pr_comments": [ + { + "id": 2495544406, + "body": "Hello @pgoos thanks for reaching out! Yes, I have run tests locally multiple times before creating the PR. \r\nYou should maybe try runing pnpm test, instead of npm test.\r\nHonestly, I am confused with this error: No test files found, exiting with code 1\r\nAre you sure that you are executing tests in packages/core directory? \r\nThis is my output:\r\n![Screenshot from 2024-11-23 18-10-09](https://github.com/user-attachments/assets/b89fcb68-722a-4daa-a26a-0ce90de99dc1)\r\n\r\nThe other error with @ai16z/plugin-solana persisted also on my local until I ran pnpm build. We can figure this out, there is problem with imports definitely.", + "created_at": "2024-11-23T17:12:27Z", + "url": "https://github.com/ai16z/eliza/pull/522#issuecomment-2495544406", + "type": "pr", + "issue_number": "522" + }, + { + "id": 2496046547, + "body": "@lalalune Fixed! Thank you for this input. \r\nFixed package.json file and moved token.test to solana plugin. Added vitest to that package. Tests are running properly now. ", + "created_at": "2024-11-24T14:59:20Z", + "url": "https://github.com/ai16z/eliza/pull/522#issuecomment-2496046547", + "type": "pr", + "issue_number": "522" + }, + { + "id": 2498929864, + "body": "@snobbee Thanks for pointing out, fixed. ", + "created_at": "2024-11-25T20:06:38Z", + "url": "https://github.com/ai16z/eliza/pull/591#issuecomment-2498929864", + "type": "pr", + "issue_number": "591" + } + ], + "total_comments": 3, + "comment_activity": { + "2024": { + "11": 3 + } + } } } } \ No newline at end of file diff --git a/data/alextitonis.json b/data/alextitonis.json index b16f0ad..e95dc9a 100644 --- a/data/alextitonis.json +++ b/data/alextitonis.json @@ -180,6 +180,14 @@ "url": "https://github.com/ai16z/eliza/issues/148#issuecomment-2451484998", "type": "issue", "issue_number": "148" + }, + { + "id": 2495427762, + "body": "Actually an amount of latest, like 5 and cosine, would work the best i think", + "created_at": "2024-11-23T10:15:24Z", + "url": "https://github.com/ai16z/eliza/issues/471#issuecomment-2495427762", + "type": "issue", + "issue_number": "471" } ], "pr_comments": [ @@ -224,11 +232,11 @@ "issue_number": "263" } ], - "total_comments": 7, + "total_comments": 8, "comment_activity": { "2024": { "10": 2, - "11": 5 + "11": 6 } } } diff --git a/data/antpb.json b/data/antpb.json index 7749eb2..5b8be1f 100644 --- a/data/antpb.json +++ b/data/antpb.json @@ -59,18 +59,18 @@ "labels": [ "bug" ], - "comments": 0 + "comments": 1 }, { "number": 506, "title": "Non node.js environments have issues building (workers for instance)", - "state": "open", + "state": "closed", "created_at": "2024-11-22T04:07:31Z", "url": "https://github.com/ai16z/eliza/issues/506", "labels": [ "bug" ], - "comments": 1 + "comments": 2 } ], "total_opened": 2, diff --git a/data/asDNSk.json b/data/asDNSk.json new file mode 100644 index 0000000..85760d0 --- /dev/null +++ b/data/asDNSk.json @@ -0,0 +1,64 @@ +{ + "username": "asDNSk", + "avatar_url": "https://avatars.githubusercontent.com/u/32918015?v=4", + "total_contributions": 1, + "activity": { + "code": { + "commits": [ + { + "sha": "53775cb93154ed806bea2870b3e1323619ae3ba9", + "date": "2024-11-16T12:37:43Z", + "message": "feat(plugin): add ICP token creation support\n\n- Add plugin-icp to enable token creation on Pickpump platform\n- Implement createToken functionality for Internet Computer Protocol (ICP)\n- Support ICP token standard and specifications\n- Enable seamless integration with Pickpump's token creation flow\n\nBREAKING CHANGE: None", + "url": "https://github.com/ai16z/eliza/commit/53775cb93154ed806bea2870b3e1323619ae3ba9" + } + ], + "pull_requests": [ + { + "number": 357, + "title": "feat(plugin): add ICP token creation support", + "state": "closed", + "created_at": "2024-11-16T12:39:36Z", + "url": "https://github.com/ai16z/eliza/pull/357", + "labels": [], + "comments": 4 + } + ], + "total_commits": 1, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 1 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2485136388, + "body": "Thank u for ur review, I will fix the issues. @monilpat ", + "created_at": "2024-11-19T09:20:39Z", + "url": "https://github.com/ai16z/eliza/pull/357#issuecomment-2485136388", + "type": "pr", + "issue_number": "357" + } + ], + "total_comments": 1, + "comment_activity": { + "2024": { + "11": 1 + } + } + } + } +} \ No newline at end of file diff --git a/data/augchan42.json b/data/augchan42.json new file mode 100644 index 0000000..fe72d3a --- /dev/null +++ b/data/augchan42.json @@ -0,0 +1,132 @@ +{ + "username": "augchan42", + "avatar_url": "https://avatars.githubusercontent.com/u/20424105?v=4", + "total_contributions": 3, + "activity": { + "code": { + "commits": [ + { + "sha": "2d7e1b0e100d5e2d0ff433a4c4a4e4bf28c2f7db", + "date": "2024-11-29T19:32:17Z", + "message": "fix linter errors", + "url": "https://github.com/ai16z/eliza/commit/2d7e1b0e100d5e2d0ff433a4c4a4e4bf28c2f7db" + }, + { + "sha": "638eac67a83bd3346bb48ae5d5921857f44cf980", + "date": "2024-11-29T19:02:06Z", + "message": "feat: improve embeddings, models and connectivity\n\n- Add multiple embedding options:\n - BGE-Small local embeddings (~70-80% of OpenAI quality)\n - Ollama embeddings support\n - Configure via env vars:\n - USE_OPENAI_EMBEDDING=true\n - USE_OLLAMA_EMBEDDING=true\n - Both case-insensitive, default to false\n- Switch to Claude 3 Haiku from Claude 3.5 Haiku\n - 4x cheaper\n - Better instruction following\n - Improved price/performance ratio\n- Enhance Postgres connectivity and reliability\n- Fix transcription error handling\n\nBreaking changes:\n- Claude 3.5 Haiku replaced with Claude 3 Haiku\n- Embedding system now configurable via string env vars (true)\n\nCloses #604", + "url": "https://github.com/ai16z/eliza/commit/638eac67a83bd3346bb48ae5d5921857f44cf980" + }, + { + "sha": "c04310f07ff5d3f1c3c77744d238d3146b7aeb8e", + "date": "2024-11-29T01:27:58Z", + "message": "fix: discord permissions and duplicate reactions\n\n- Set correct bot invite permissions\n- Add duplicate reaction handling\n- Add /joinchannel command improvements\n\nfix #661", + "url": "https://github.com/ai16z/eliza/commit/c04310f07ff5d3f1c3c77744d238d3146b7aeb8e" + } + ], + "pull_requests": [ + { + "number": 688, + "title": "Fix/logging issues", + "state": "open", + "created_at": "2024-11-30T00:25:51Z", + "url": "https://github.com/ai16z/eliza/pull/688", + "labels": [], + "comments": 1 + }, + { + "number": 677, + "title": "feat: improve embeddings, models and connectivity", + "state": "closed", + "created_at": "2024-11-29T19:21:47Z", + "url": "https://github.com/ai16z/eliza/pull/677", + "labels": [], + "comments": 0 + }, + { + "number": 662, + "title": "fix: discord permissions and duplicate reactions, new /joinchannel command", + "state": "closed", + "created_at": "2024-11-29T01:32:13Z", + "url": "https://github.com/ai16z/eliza/pull/662", + "labels": [], + "comments": 0 + } + ], + "total_commits": 3, + "total_prs": 3, + "commit_activity": { + "2024": { + "11": 3 + } + }, + "pr_activity": { + "2024": { + "11": 3 + } + } + }, + "issues": { + "opened": [ + { + "number": 687, + "title": "Debug/Verbose eliza logging is always shown", + "state": "open", + "created_at": "2024-11-30T00:25:22Z", + "url": "https://github.com/ai16z/eliza/issues/687", + "labels": [ + "bug" + ], + "comments": 0 + }, + { + "number": 661, + "title": "Discord Client - gives 0 permissions for invite link on logger", + "state": "closed", + "created_at": "2024-11-29T01:21:21Z", + "url": "https://github.com/ai16z/eliza/issues/661", + "labels": [ + "bug" + ], + "comments": 0 + }, + { + "number": 604, + "title": "Add support for local embeddings BGE/384", + "state": "closed", + "created_at": "2024-11-26T03:58:59Z", + "url": "https://github.com/ai16z/eliza/issues/604", + "labels": [ + "enhancement" + ], + "comments": 1 + } + ], + "total_opened": 3, + "issue_activity": { + "2024": { + "11": 3 + } + } + }, + "engagement": { + "issue_comments": [ + { + "id": 2503389783, + "body": "ok i tried for 2 days to create a clean PR for you guys, but couldn't do it. Too many changes. Here's the commit with my changes that adds support for BGE/384 local embeddings\r\n\r\nhttps://github.com/ai16z/eliza/commit/59b82ba466ba6d38aa764becb68b68ab7b96e15a\r\n\r\n", + "created_at": "2024-11-27T09:39:25Z", + "url": "https://github.com/ai16z/eliza/issues/604#issuecomment-2503389783", + "type": "issue", + "issue_number": "604" + } + ], + "pr_comments": [], + "total_comments": 1, + "comment_activity": { + "2024": { + "11": 1 + } + } + } + } +} \ No newline at end of file diff --git a/data/awidearray.json b/data/awidearray.json new file mode 100644 index 0000000..54329ff --- /dev/null +++ b/data/awidearray.json @@ -0,0 +1,159 @@ +{ + "username": "awidearray", + "avatar_url": "https://avatars.githubusercontent.com/u/58874935?v=4", + "total_contributions": 11, + "activity": { + "code": { + "commits": [ + { + "sha": "6f389af95b574e977d71e85c53de2f075d1875a0", + "date": "2024-11-27T06:05:09Z", + "message": "last lint attempt", + "url": "https://github.com/ai16z/eliza/commit/6f389af95b574e977d71e85c53de2f075d1875a0" + }, + { + "sha": "0123ab4216d312620e2ad77b943bdd77ddc05f7f", + "date": "2024-11-27T05:56:45Z", + "message": "lint", + "url": "https://github.com/ai16z/eliza/commit/0123ab4216d312620e2ad77b943bdd77ddc05f7f" + }, + { + "sha": "fa29c9931e7565402230cbadb737cab5e15b6fa4", + "date": "2024-11-27T05:51:47Z", + "message": "refactor lint", + "url": "https://github.com/ai16z/eliza/commit/fa29c9931e7565402230cbadb737cab5e15b6fa4" + }, + { + "sha": "9e6b6aec5a413909777d76dbec389d541947c9a5", + "date": "2024-11-27T05:47:43Z", + "message": "add eslint", + "url": "https://github.com/ai16z/eliza/commit/9e6b6aec5a413909777d76dbec389d541947c9a5" + }, + { + "sha": "49985287ade291661c9ebcbc9c385a862dd33a2e", + "date": "2024-11-27T05:38:49Z", + "message": "add whatsapp plugin", + "url": "https://github.com/ai16z/eliza/commit/49985287ade291661c9ebcbc9c385a862dd33a2e" + }, + { + "sha": "cea632de9f877b1bf0ec9d341904fbe60b0b9188", + "date": "2024-11-18T06:59:59Z", + "message": "contribute", + "url": "https://github.com/ai16z/eliza/commit/cea632de9f877b1bf0ec9d341904fbe60b0b9188" + }, + { + "sha": "d907f62077f7b475025b53b18cbdf92b047f327e", + "date": "2024-11-18T06:27:41Z", + "message": "add Contribution License Agreement to md", + "url": "https://github.com/ai16z/eliza/commit/d907f62077f7b475025b53b18cbdf92b047f327e" + }, + { + "sha": "b3d3427fe99e693e2a515b578b60d7f809d675dd", + "date": "2024-11-16T07:13:14Z", + "message": "make dev branch", + "url": "https://github.com/ai16z/eliza/commit/b3d3427fe99e693e2a515b578b60d7f809d675dd" + } + ], + "pull_requests": [ + { + "number": 626, + "title": "feat : whatsapp", + "state": "closed", + "created_at": "2024-11-27T05:42:19Z", + "url": "https://github.com/ai16z/eliza/pull/626", + "labels": [ + "enhancement" + ], + "comments": 2 + }, + { + "number": 502, + "title": "chore: add contributor license", + "state": "closed", + "created_at": "2024-11-22T02:52:25Z", + "url": "https://github.com/ai16z/eliza/pull/502", + "labels": [], + "comments": 0 + } + ], + "total_commits": 8, + "total_prs": 2, + "commit_activity": { + "2024": { + "11": 8 + } + }, + "pr_activity": { + "2024": { + "11": 2 + } + } + }, + "issues": { + "opened": [ + { + "number": 352, + "title": "Create an Eliza Trained on Dev Documentation", + "state": "open", + "created_at": "2024-11-16T07:27:22Z", + "url": "https://github.com/ai16z/eliza/issues/352", + "labels": [ + "enhancement", + "Bounty" + ], + "comments": 1 + } + ], + "total_opened": 1, + "issue_activity": { + "2024": { + "11": 1 + } + } + }, + "engagement": { + "issue_comments": [ + { + "id": 2496543950, + "body": "@shakkernerd ", + "created_at": "2024-11-25T02:24:13Z", + "url": "https://github.com/ai16z/eliza/issues/553#issuecomment-2496543950", + "type": "issue", + "issue_number": "553" + } + ], + "pr_comments": [ + { + "id": 2493976969, + "body": "what do i need to buy to test this though, ya know... for research", + "created_at": "2024-11-22T15:10:07Z", + "url": "https://github.com/ai16z/eliza/pull/517#issuecomment-2493976969", + "type": "pr", + "issue_number": "517" + }, + { + "id": 2502972069, + "body": "title check is killing me wth", + "created_at": "2024-11-27T06:05:50Z", + "url": "https://github.com/ai16z/eliza/pull/626#issuecomment-2502972069", + "type": "pr", + "issue_number": "626" + }, + { + "id": 2502977534, + "body": "lint check idk man its the same as the other plugins eslintconfig ", + "created_at": "2024-11-27T06:07:38Z", + "url": "https://github.com/ai16z/eliza/pull/626#issuecomment-2502977534", + "type": "pr", + "issue_number": "626" + } + ], + "total_comments": 4, + "comment_activity": { + "2024": { + "11": 4 + } + } + } + } +} \ No newline at end of file diff --git a/data/bmgalego.json b/data/bmgalego.json index 4c56af9..51f66ef 100644 --- a/data/bmgalego.json +++ b/data/bmgalego.json @@ -1,10 +1,184 @@ { "username": "bmgalego", "avatar_url": "https://avatars.githubusercontent.com/u/2568430?v=4", - "total_contributions": 47, + "total_contributions": 85, "activity": { "code": { "commits": [ + { + "sha": "59b26684abcc31543153ed23801258e6ee85e77c", + "date": "2024-11-26T06:22:23Z", + "message": "add client farcaster template settings to character", + "url": "https://github.com/ai16z/eliza/commit/59b26684abcc31543153ed23801258e6ee85e77c" + }, + { + "sha": "d00822e39ccc92c465860c1bafb3ce2c802d3996", + "date": "2024-11-26T03:37:24Z", + "message": "fix knowledge exporting process", + "url": "https://github.com/ai16z/eliza/commit/d00822e39ccc92c465860c1bafb3ce2c802d3996" + }, + { + "sha": "917de0121fa0324ba8f441129d6b86f5b5c78c10", + "date": "2024-11-26T05:20:55Z", + "message": "fix getCachedEmbeddings query_field_sub_name", + "url": "https://github.com/ai16z/eliza/commit/917de0121fa0324ba8f441129d6b86f5b5c78c10" + }, + { + "sha": "c6737315460d9059a03e31c0fca451f7194c8903", + "date": "2024-11-26T04:28:00Z", + "message": "fix sqljs database adapter", + "url": "https://github.com/ai16z/eliza/commit/c6737315460d9059a03e31c0fca451f7194c8903" + }, + { + "sha": "db1808123d9581f2fd4ce33dd3b3e55cf7733ba3", + "date": "2024-11-26T01:38:52Z", + "message": "fix Memory Manger getMemoriesByRoomIds missing tableName param", + "url": "https://github.com/ai16z/eliza/commit/db1808123d9581f2fd4ce33dd3b3e55cf7733ba3" + }, + { + "sha": "f45f6feac87253dd6dc6f78293a31523ca4b1726", + "date": "2024-11-26T00:01:15Z", + "message": "update agent node plugin setup", + "url": "https://github.com/ai16z/eliza/commit/f45f6feac87253dd6dc6f78293a31523ca4b1726" + }, + { + "sha": "2f6ba6850bd3af939fcdef14a9a780f51cc8db7f", + "date": "2024-11-25T23:57:27Z", + "message": "make node plugin & browser service lazy", + "url": "https://github.com/ai16z/eliza/commit/2f6ba6850bd3af939fcdef14a9a780f51cc8db7f" + }, + { + "sha": "6db8eac344850ff7d0891435b5a3671f08703989", + "date": "2024-11-25T20:55:03Z", + "message": "Merge branch 'main' into client-farcaster", + "url": "https://github.com/ai16z/eliza/commit/6db8eac344850ff7d0891435b5a3671f08703989" + }, + { + "sha": "baaccb6cbfd8cc35fa853a3f6bc6c63b228f1e98", + "date": "2024-11-25T19:41:21Z", + "message": "add knowledge to state", + "url": "https://github.com/ai16z/eliza/commit/baaccb6cbfd8cc35fa853a3f6bc6c63b228f1e98" + }, + { + "sha": "d10d51dc381f61fff8b9b5f4b9a9f41f7e283382", + "date": "2024-11-25T03:09:11Z", + "message": "remove postinstall script from plugin-coinbase", + "url": "https://github.com/ai16z/eliza/commit/d10d51dc381f61fff8b9b5f4b9a9f41f7e283382" + }, + { + "sha": "973a735b24b0d2e0c510cdfecc3e2e41d7c2fd13", + "date": "2024-11-25T02:48:27Z", + "message": "fix conflicts", + "url": "https://github.com/ai16z/eliza/commit/973a735b24b0d2e0c510cdfecc3e2e41d7c2fd13" + }, + { + "sha": "12f9594ef0ab18a17f4d18e3c4a6a9108ed6208a", + "date": "2024-11-25T02:39:36Z", + "message": "add missing documents and knowledge memory managers to runtime interface (#572)", + "url": "https://github.com/ai16z/eliza/commit/12f9594ef0ab18a17f4d18e3c4a6a9108ed6208a" + }, + { + "sha": "98284a18e78d9b0d9891784201c5a84e278fa809", + "date": "2024-11-25T01:06:57Z", + "message": "remove plugin-node dependencies from telegram", + "url": "https://github.com/ai16z/eliza/commit/98284a18e78d9b0d9891784201c5a84e278fa809" + }, + { + "sha": "60fa260ba0c0117e4fb9b3ae4588f9e919a3427d", + "date": "2024-11-25T01:03:00Z", + "message": "remove db adapter dependencies from core", + "url": "https://github.com/ai16z/eliza/commit/60fa260ba0c0117e4fb9b3ae4588f9e919a3427d" + }, + { + "sha": "625550bdb234a613c35eff452f0046ecf4c983f6", + "date": "2024-11-24T03:21:47Z", + "message": "use elizaLooger for error", + "url": "https://github.com/ai16z/eliza/commit/625550bdb234a613c35eff452f0046ecf4c983f6" + }, + { + "sha": "6ca75010ecff2332f8a02e875ac5b940015ea962", + "date": "2024-11-23T09:24:52Z", + "message": "fix token provider getHighestLiquidityPair", + "url": "https://github.com/ai16z/eliza/commit/6ca75010ecff2332f8a02e875ac5b940015ea962" + }, + { + "sha": "4dba7b381a1b8a86d41e66df0f815c40938cbf31", + "date": "2024-11-23T08:49:59Z", + "message": "add try catch to process action handler", + "url": "https://github.com/ai16z/eliza/commit/4dba7b381a1b8a86d41e66df0f815c40938cbf31" + }, + { + "sha": "a395ba1742c765603413638e020e10376ee31e52", + "date": "2024-11-23T07:58:50Z", + "message": "Merge pull request #545 from bmgalego/more-fixes\n\nfix: error in getGoals and remove coinbase package-lock.json", + "url": "https://github.com/ai16z/eliza/commit/a395ba1742c765603413638e020e10376ee31e52" + }, + { + "sha": "ae97d6efbc2620d2c9ead79843bf1f55c49b0e4a", + "date": "2024-11-23T07:46:26Z", + "message": "fix query error in postgres getMemories", + "url": "https://github.com/ai16z/eliza/commit/ae97d6efbc2620d2c9ead79843bf1f55c49b0e4a" + }, + { + "sha": "9a1f14cac89ca7487bbbfd9987eecd347f547081", + "date": "2024-11-23T07:34:55Z", + "message": "add strict to db adapters", + "url": "https://github.com/ai16z/eliza/commit/9a1f14cac89ca7487bbbfd9987eecd347f547081" + }, + { + "sha": "becf2621765f256301bc81d5a89143319e5dd45a", + "date": "2024-11-23T07:34:13Z", + "message": "remove package-lock.json from plugin-coinbase", + "url": "https://github.com/ai16z/eliza/commit/becf2621765f256301bc81d5a89143319e5dd45a" + }, + { + "sha": "e8ce58982a53866cf7eb2693dcd8bd4b3e1adac8", + "date": "2024-11-23T07:29:07Z", + "message": "fix", + "url": "https://github.com/ai16z/eliza/commit/e8ce58982a53866cf7eb2693dcd8bd4b3e1adac8" + }, + { + "sha": "4f84331353c06147f239db3ce248e1c48ba61c2c", + "date": "2024-11-23T06:22:11Z", + "message": "fix", + "url": "https://github.com/ai16z/eliza/commit/4f84331353c06147f239db3ce248e1c48ba61c2c" + }, + { + "sha": "0c042311fdc2a997879148b27ba6b8e4b16da9e2", + "date": "2024-11-23T06:04:23Z", + "message": "fix discord voice memory id not unique", + "url": "https://github.com/ai16z/eliza/commit/0c042311fdc2a997879148b27ba6b8e4b16da9e2" + }, + { + "sha": "d37e731445fd30eb8f55d15984e0e04e9663372a", + "date": "2024-11-23T06:10:19Z", + "message": "fix comma", + "url": "https://github.com/ai16z/eliza/commit/d37e731445fd30eb8f55d15984e0e04e9663372a" + }, + { + "sha": "1253a1336a43cf446d4d77d050bb879cb9318aa0", + "date": "2024-11-23T05:51:23Z", + "message": "Merge branch 'main' into fixes-db", + "url": "https://github.com/ai16z/eliza/commit/1253a1336a43cf446d4d77d050bb879cb9318aa0" + }, + { + "sha": "746c9ec9437c4d86b2aee6c06c1029952d11ef75", + "date": "2024-11-23T05:26:42Z", + "message": "fix", + "url": "https://github.com/ai16z/eliza/commit/746c9ec9437c4d86b2aee6c06c1029952d11ef75" + }, + { + "sha": "e75b35404c4eda82630b078eadb249f1eca77bbf", + "date": "2024-11-23T05:12:30Z", + "message": "remove agentId from memory manager params and always use runtime agentId\nadd agentId in all queries", + "url": "https://github.com/ai16z/eliza/commit/e75b35404c4eda82630b078eadb249f1eca77bbf" + }, + { + "sha": "4ace32e7029b068ee5cba9b2c69b67a969bd4a79", + "date": "2024-11-23T02:50:28Z", + "message": "move query boilerplate", + "url": "https://github.com/ai16z/eliza/commit/4ace32e7029b068ee5cba9b2c69b67a969bd4a79" + }, { "sha": "8450877832e91094a833e348de4c660895e21a2a", "date": "2024-11-21T20:22:33Z", @@ -233,12 +407,48 @@ "message": "Merge remote-tracking branch 'upstream/main' into cache-manager", "url": "https://github.com/ai16z/eliza/commit/749d9de07dfef56abc2f1dcb85d5f2b85d70b3b9" }, + { + "sha": "e29b0161553645ea5425c5470ea42a35288b7fc7", + "date": "2024-11-20T00:32:14Z", + "message": "added prompts", + "url": "https://github.com/ai16z/eliza/commit/e29b0161553645ea5425c5470ea42a35288b7fc7" + }, + { + "sha": "82e073c33d4ad77e33b36cb0211cb7069daaddbd", + "date": "2024-11-20T00:10:25Z", + "message": "add farcaster env vars to example", + "url": "https://github.com/ai16z/eliza/commit/82e073c33d4ad77e33b36cb0211cb7069daaddbd" + }, + { + "sha": "5d6e01bcf99a9c8c965eed51b12ce353797627e2", + "date": "2024-11-20T00:09:50Z", + "message": "fix", + "url": "https://github.com/ai16z/eliza/commit/5d6e01bcf99a9c8c965eed51b12ce353797627e2" + }, + { + "sha": "0797ae7959a643c0dd251562911b37b127b9203d", + "date": "2024-11-19T23:50:27Z", + "message": "implement stop in client", + "url": "https://github.com/ai16z/eliza/commit/0797ae7959a643c0dd251562911b37b127b9203d" + }, + { + "sha": "48acae2f3d2cd6b51a66793b7d88fb88a82f11d8", + "date": "2024-11-19T23:49:14Z", + "message": "wip", + "url": "https://github.com/ai16z/eliza/commit/48acae2f3d2cd6b51a66793b7d88fb88a82f11d8" + }, { "sha": "ec669eaf3a4431c7e1e25cd5052d9b8610678559", "date": "2024-11-19T03:05:05Z", "message": "implemented db cache adapters", "url": "https://github.com/ai16z/eliza/commit/ec669eaf3a4431c7e1e25cd5052d9b8610678559" }, + { + "sha": "6e7fba35cd6cf3964aad5d4c040db102e14ba25e", + "date": "2024-11-18T23:52:03Z", + "message": "wip", + "url": "https://github.com/ai16z/eliza/commit/6e7fba35cd6cf3964aad5d4c040db102e14ba25e" + }, { "sha": "722e8961e804e3211b2ee0240c87f886ad56e1e1", "date": "2024-11-18T16:27:32Z", @@ -263,6 +473,24 @@ "message": "wip", "url": "https://github.com/ai16z/eliza/commit/afc8e0d1b7a95666caafe8f08823e3b2204c5971" }, + { + "sha": "e88b5251215f5c96bbe46edf2430d1fe1637ee3a", + "date": "2024-11-18T10:35:31Z", + "message": "wip", + "url": "https://github.com/ai16z/eliza/commit/e88b5251215f5c96bbe46edf2430d1fe1637ee3a" + }, + { + "sha": "e57ed029e0c904ef10d23699c316a459c6a94b43", + "date": "2024-11-18T03:07:21Z", + "message": "wip", + "url": "https://github.com/ai16z/eliza/commit/e57ed029e0c904ef10d23699c316a459c6a94b43" + }, + { + "sha": "70c4e0f38dd24c8f36c4b631a12a81c18f0dccdb", + "date": "2024-11-18T02:55:04Z", + "message": "init", + "url": "https://github.com/ai16z/eliza/commit/70c4e0f38dd24c8f36c4b631a12a81c18f0dccdb" + }, { "sha": "1c2c31572303f226cb2337a9b8f277b8165be33a", "date": "2024-11-17T21:23:02Z", @@ -289,6 +517,161 @@ } ], "pull_requests": [ + { + "number": 619, + "title": "feat: make core strictly typed", + "state": "open", + "created_at": "2024-11-26T21:00:16Z", + "url": "https://github.com/ai16z/eliza/pull/619", + "labels": [], + "comments": 0 + }, + { + "number": 618, + "title": "fix: adds agent character.ts file back", + "state": "closed", + "created_at": "2024-11-26T20:46:05Z", + "url": "https://github.com/ai16z/eliza/pull/618", + "labels": [], + "comments": 1 + }, + { + "number": 610, + "title": "fix: add client farcaster templates to character type", + "state": "closed", + "created_at": "2024-11-26T06:25:28Z", + "url": "https://github.com/ai16z/eliza/pull/610", + "labels": [], + "comments": 0 + }, + { + "number": 609, + "title": "fix: knowledge module exporting process", + "state": "closed", + "created_at": "2024-11-26T06:03:32Z", + "url": "https://github.com/ai16z/eliza/pull/609", + "labels": [], + "comments": 1 + }, + { + "number": 607, + "title": "fix: use correct getCachedEmbeddings query_field_sub_name", + "state": "closed", + "created_at": "2024-11-26T05:35:05Z", + "url": "https://github.com/ai16z/eliza/pull/607", + "labels": [], + "comments": 1 + }, + { + "number": 606, + "title": "fix: db queries in sqljs database adapter not using agentId", + "state": "closed", + "created_at": "2024-11-26T04:37:35Z", + "url": "https://github.com/ai16z/eliza/pull/606", + "labels": [], + "comments": 0 + }, + { + "number": 602, + "title": "fix: add Memory Manager getMemoriesByRoomIds missing tableName param", + "state": "closed", + "created_at": "2024-11-26T01:41:35Z", + "url": "https://github.com/ai16z/eliza/pull/602", + "labels": [], + "comments": 1 + }, + { + "number": 600, + "title": "feat: add knowledge to state", + "state": "closed", + "created_at": "2024-11-26T00:14:43Z", + "url": "https://github.com/ai16z/eliza/pull/600", + "labels": [], + "comments": 0 + }, + { + "number": 599, + "title": "feat: make node-plugin lazy-loaded for faster boot times", + "state": "closed", + "created_at": "2024-11-26T00:10:46Z", + "url": "https://github.com/ai16z/eliza/pull/599", + "labels": [ + "Needs Testing" + ], + "comments": 0 + }, + { + "number": 573, + "title": "fix: remove postinstall script from plugin-coinbase", + "state": "closed", + "created_at": "2024-11-25T03:10:53Z", + "url": "https://github.com/ai16z/eliza/pull/573", + "labels": [], + "comments": 0 + }, + { + "number": 572, + "title": "fix: add missing documents and knowledge memory managers to runtime interface", + "state": "closed", + "created_at": "2024-11-25T02:28:15Z", + "url": "https://github.com/ai16z/eliza/pull/572", + "labels": [], + "comments": 0 + }, + { + "number": 571, + "title": "fix: remove db adapters depencies from core and remove plugin-node from telegram ", + "state": "closed", + "created_at": "2024-11-25T01:10:56Z", + "url": "https://github.com/ai16z/eliza/pull/571", + "labels": [], + "comments": 0 + }, + { + "number": 547, + "title": "fix: Token provider getHighestLiquidityPair", + "state": "closed", + "created_at": "2024-11-23T09:30:21Z", + "url": "https://github.com/ai16z/eliza/pull/547", + "labels": [], + "comments": 0 + }, + { + "number": 546, + "title": "fix: add try catch to process action", + "state": "closed", + "created_at": "2024-11-23T08:51:45Z", + "url": "https://github.com/ai16z/eliza/pull/546", + "labels": [], + "comments": 1 + }, + { + "number": 545, + "title": "fix: error in getGoals and remove coinbase package-lock.json ", + "state": "closed", + "created_at": "2024-11-23T07:42:26Z", + "url": "https://github.com/ai16z/eliza/pull/545", + "labels": [], + "comments": 0 + }, + { + "number": 540, + "title": "fix: discord voice memory id not unique", + "state": "closed", + "created_at": "2024-11-23T06:07:19Z", + "url": "https://github.com/ai16z/eliza/pull/540", + "labels": [], + "comments": 0 + }, + { + "number": 539, + "title": "fix: db queries not using agentId in all memory queries", + "state": "closed", + "created_at": "2024-11-23T05:55:50Z", + "url": "https://github.com/ai16z/eliza/pull/539", + "labels": [], + "comments": 0 + }, { "number": 487, "title": "fix: fix character path loading", @@ -346,7 +729,7 @@ { "number": 386, "title": "feat: Farcaster Client", - "state": "open", + "state": "closed", "created_at": "2024-11-18T02:58:15Z", "url": "https://github.com/ai16z/eliza/pull/386", "labels": [], @@ -380,16 +763,16 @@ "comments": 0 } ], - "total_commits": 47, - "total_prs": 10, + "total_commits": 85, + "total_prs": 27, "commit_activity": { "2024": { - "11": 47 + "11": 85 } }, "pr_activity": { "2024": { - "11": 10 + "11": 27 } } }, @@ -425,12 +808,28 @@ "url": "https://github.com/ai16z/eliza/pull/378#issuecomment-2483053284", "type": "pr", "issue_number": "378" + }, + { + "id": 2496570432, + "body": "can you include #386 so it adds my commits too", + "created_at": "2024-11-25T02:53:42Z", + "url": "https://github.com/ai16z/eliza/pull/570#issuecomment-2496570432", + "type": "pr", + "issue_number": "570" + }, + { + "id": 2501253541, + "body": "looks good", + "created_at": "2024-11-26T16:03:19Z", + "url": "https://github.com/ai16z/eliza/pull/616#issuecomment-2501253541", + "type": "pr", + "issue_number": "616" } ], - "total_comments": 3, + "total_comments": 5, "comment_activity": { "2024": { - "11": 3 + "11": 5 } } } diff --git a/data/cryptoradagast.json b/data/cryptoradagast.json new file mode 100644 index 0000000..d787dcc --- /dev/null +++ b/data/cryptoradagast.json @@ -0,0 +1,51 @@ +{ + "username": "cryptoradagast", + "avatar_url": "https://avatars.githubusercontent.com/u/124356831?v=4", + "total_contributions": 1, + "activity": { + "code": { + "commits": [ + { + "sha": "0d80ea8e970c71353dae7417aeaebb2a78d987f3", + "date": "2024-11-29T12:27:00Z", + "message": "Update plugins.md\n\nincorrect location of package", + "url": "https://github.com/ai16z/eliza/commit/0d80ea8e970c71353dae7417aeaebb2a78d987f3" + } + ], + "pull_requests": [ + { + "number": 669, + "title": "incorrect package install location Update plugins.md", + "state": "closed", + "created_at": "2024-11-29T12:27:31Z", + "url": "https://github.com/ai16z/eliza/pull/669", + "labels": [], + "comments": 0 + } + ], + "total_commits": 1, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 1 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/cygaar.json b/data/cygaar.json new file mode 100644 index 0000000..165e403 --- /dev/null +++ b/data/cygaar.json @@ -0,0 +1,258 @@ +{ + "username": "cygaar", + "avatar_url": "https://avatars.githubusercontent.com/u/97691933?v=4", + "total_contributions": 22, + "activity": { + "code": { + "commits": [ + { + "sha": "a336029525baefae539d0e4804ad170e82554ee7", + "date": "2024-11-29T20:39:03Z", + "message": "Fix eslint", + "url": "https://github.com/ai16z/eliza/commit/a336029525baefae539d0e4804ad170e82554ee7" + }, + { + "sha": "2a03469527e264ef9a546c7a50cee558f0ab7744", + "date": "2024-11-29T20:32:45Z", + "message": "fix: getEmbeddingZeroVector calls", + "url": "https://github.com/ai16z/eliza/commit/2a03469527e264ef9a546c7a50cee558f0ab7744" + }, + { + "sha": "1bc0e48d0a8eab803ebd624a0f7582f341963cc6", + "date": "2024-11-29T16:16:58Z", + "message": "fix: embeddings for messages with urls", + "url": "https://github.com/ai16z/eliza/commit/1bc0e48d0a8eab803ebd624a0f7582f341963cc6" + }, + { + "sha": "a88b2f28c2056eaeda7a76a4827900cbdfdadc4c", + "date": "2024-11-29T17:24:29Z", + "message": "Fix lint script", + "url": "https://github.com/ai16z/eliza/commit/a88b2f28c2056eaeda7a76a4827900cbdfdadc4c" + }, + { + "sha": "24387f6ec30d3941162e411222c771afb1860393", + "date": "2024-11-29T17:20:50Z", + "message": "Update whatsapp eslint version", + "url": "https://github.com/ai16z/eliza/commit/24387f6ec30d3941162e411222c771afb1860393" + }, + { + "sha": "d0cfbea0fbd7b78031f633a0fdb9c7307eb7dac1", + "date": "2024-11-29T17:16:42Z", + "message": "Fix whatsapp plugin", + "url": "https://github.com/ai16z/eliza/commit/d0cfbea0fbd7b78031f633a0fdb9c7307eb7dac1" + }, + { + "sha": "af662be88e79d2fa62b221dc3ecbcc25e4bb2b35", + "date": "2024-11-29T17:12:27Z", + "message": "Bump eslint version", + "url": "https://github.com/ai16z/eliza/commit/af662be88e79d2fa62b221dc3ecbcc25e4bb2b35" + }, + { + "sha": "5b90893c2b025a0977d7e8641d7270beee3c15ac", + "date": "2024-11-29T17:08:26Z", + "message": "Update lockfile", + "url": "https://github.com/ai16z/eliza/commit/5b90893c2b025a0977d7e8641d7270beee3c15ac" + }, + { + "sha": "37ce6843fffb73f5b52756d1c2673a6982528e07", + "date": "2024-11-29T16:31:53Z", + "message": "Add react import", + "url": "https://github.com/ai16z/eliza/commit/37ce6843fffb73f5b52756d1c2673a6982528e07" + }, + { + "sha": "91ab16d6cb7361e6785ad5e6f7a617584357f00a", + "date": "2024-11-29T16:30:39Z", + "message": "fix: eslint not working", + "url": "https://github.com/ai16z/eliza/commit/91ab16d6cb7361e6785ad5e6f7a617584357f00a" + }, + { + "sha": "0e8cb04574321dc3b1413a5459a9e4ddd82448e8", + "date": "2024-11-28T23:34:08Z", + "message": "Remove unused variable", + "url": "https://github.com/ai16z/eliza/commit/0e8cb04574321dc3b1413a5459a9e4ddd82448e8" + }, + { + "sha": "7eda427fd7cd0ef9a1e6af7c9cadb2dc23fd50b0", + "date": "2024-11-28T23:27:42Z", + "message": "fix embedding length mismatches", + "url": "https://github.com/ai16z/eliza/commit/7eda427fd7cd0ef9a1e6af7c9cadb2dc23fd50b0" + }, + { + "sha": "d274ef7b988bb2ae4db604c94cb410f5505b4f8a", + "date": "2024-11-28T17:29:20Z", + "message": "More improvements", + "url": "https://github.com/ai16z/eliza/commit/d274ef7b988bb2ae4db604c94cb410f5505b4f8a" + }, + { + "sha": "f5292d54588537e0260f81f344cf63f0bf474408", + "date": "2024-11-28T17:04:44Z", + "message": "format", + "url": "https://github.com/ai16z/eliza/commit/f5292d54588537e0260f81f344cf63f0bf474408" + }, + { + "sha": "2bf9819e17d2457fc9ef471545bc3d273b93acf3", + "date": "2024-11-28T16:39:52Z", + "message": "Browser improvements", + "url": "https://github.com/ai16z/eliza/commit/2bf9819e17d2457fc9ef471545bc3d273b93acf3" + }, + { + "sha": "474500dfb72e8d66419aff186aeb9fda69330ae1", + "date": "2024-11-28T15:19:02Z", + "message": "Change user agent based on platform", + "url": "https://github.com/ai16z/eliza/commit/474500dfb72e8d66419aff186aeb9fda69330ae1" + }, + { + "sha": "7f941495f324d4bdce9f6f65a68f6296810001d2", + "date": "2024-11-28T04:55:25Z", + "message": "Update useragent", + "url": "https://github.com/ai16z/eliza/commit/7f941495f324d4bdce9f6f65a68f6296810001d2" + }, + { + "sha": "fb0f01f752154d69fe724c7bafdac886f52cddd0", + "date": "2024-11-28T04:01:24Z", + "message": "Better browser settings", + "url": "https://github.com/ai16z/eliza/commit/fb0f01f752154d69fe724c7bafdac886f52cddd0" + }, + { + "sha": "91c6ae30d37c4a3fbe6313c6d893608d5ff0e6f6", + "date": "2024-11-27T23:08:12Z", + "message": "better db connection handling", + "url": "https://github.com/ai16z/eliza/commit/91c6ae30d37c4a3fbe6313c6d893608d5ff0e6f6" + }, + { + "sha": "2fce44489c946181c5e1554bb3a8ef2af753fe0a", + "date": "2024-11-27T23:27:21Z", + "message": "fix pr template typo", + "url": "https://github.com/ai16z/eliza/commit/2fce44489c946181c5e1554bb3a8ef2af753fe0a" + }, + { + "sha": "b2019e1b0e96ad2285f859f68f7c6829d3fb7fd9", + "date": "2024-11-27T23:25:34Z", + "message": "Fix build", + "url": "https://github.com/ai16z/eliza/commit/b2019e1b0e96ad2285f859f68f7c6829d3fb7fd9" + }, + { + "sha": "35f8709b6838ad95282bbe76352f94e453d58322", + "date": "2024-11-27T04:10:02Z", + "message": "Small improvement to agent process exiting", + "url": "https://github.com/ai16z/eliza/commit/35f8709b6838ad95282bbe76352f94e453d58322" + } + ], + "pull_requests": [ + { + "number": 683, + "title": "feat: make twitter client polling configurable", + "state": "open", + "created_at": "2024-11-29T23:03:10Z", + "url": "https://github.com/ai16z/eliza/pull/683", + "labels": [], + "comments": 1 + }, + { + "number": 682, + "title": "fix: getEmbeddingZeroVector calls", + "state": "closed", + "created_at": "2024-11-29T20:34:13Z", + "url": "https://github.com/ai16z/eliza/pull/682", + "labels": [], + "comments": 1 + }, + { + "number": 672, + "title": "fix: eslint not working", + "state": "closed", + "created_at": "2024-11-29T16:31:26Z", + "url": "https://github.com/ai16z/eliza/pull/672", + "labels": [], + "comments": 0 + }, + { + "number": 671, + "title": "fix: embeddings for messages with urls", + "state": "closed", + "created_at": "2024-11-29T16:18:42Z", + "url": "https://github.com/ai16z/eliza/pull/671", + "labels": [], + "comments": 1 + }, + { + "number": 660, + "title": "fix: embedding search for non-openai models", + "state": "closed", + "created_at": "2024-11-28T23:31:20Z", + "url": "https://github.com/ai16z/eliza/pull/660", + "labels": [], + "comments": 0 + }, + { + "number": 653, + "title": "feat: improve browser service", + "state": "closed", + "created_at": "2024-11-28T17:08:10Z", + "url": "https://github.com/ai16z/eliza/pull/653", + "labels": [], + "comments": 1 + }, + { + "number": 636, + "title": "fix: node package builds", + "state": "closed", + "created_at": "2024-11-27T23:27:25Z", + "url": "https://github.com/ai16z/eliza/pull/636", + "labels": [], + "comments": 1 + }, + { + "number": 635, + "title": "refactor: better db connection handling", + "state": "closed", + "created_at": "2024-11-27T23:23:27Z", + "url": "https://github.com/ai16z/eliza/pull/635", + "labels": [], + "comments": 0 + }, + { + "number": 634, + "title": "refactor: better db connection closing", + "state": "closed", + "created_at": "2024-11-27T23:15:43Z", + "url": "https://github.com/ai16z/eliza/pull/634", + "labels": [], + "comments": 0 + }, + { + "number": 625, + "title": "fix: small improvements to agent process exits", + "state": "closed", + "created_at": "2024-11-27T04:12:37Z", + "url": "https://github.com/ai16z/eliza/pull/625", + "labels": [], + "comments": 2 + } + ], + "total_commits": 22, + "total_prs": 10, + "commit_activity": { + "2024": { + "11": 22 + } + }, + "pr_activity": { + "2024": { + "11": 10 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/darwintree.json b/data/darwintree.json index 129e41d..93b1bbe 100644 --- a/data/darwintree.json +++ b/data/darwintree.json @@ -1,10 +1,64 @@ { "username": "darwintree", "avatar_url": "https://avatars.githubusercontent.com/u/17946284?v=4", - "total_contributions": 2, + "total_contributions": 11, "activity": { "code": { "commits": [ + { + "sha": "7a2af46b9d6ed6bf34645c671516a56b9e98bc71", + "date": "2024-11-21T10:19:41Z", + "message": "fix: missed build option", + "url": "https://github.com/ai16z/eliza/commit/7a2af46b9d6ed6bf34645c671516a56b9e98bc71" + }, + { + "sha": "6bab91305cc65cd959d8c2063914579fb92425c5", + "date": "2024-11-21T09:33:40Z", + "message": "feat(plugin-conflux): support confiPump", + "url": "https://github.com/ai16z/eliza/commit/6bab91305cc65cd959d8c2063914579fb92425c5" + }, + { + "sha": "d0494252b6979c2d187483e0988a94dc386135ce", + "date": "2024-11-21T03:20:17Z", + "message": "feat(plugin-conflux): support bridge transfer", + "url": "https://github.com/ai16z/eliza/commit/d0494252b6979c2d187483e0988a94dc386135ce" + }, + { + "sha": "e9d343d8a7a42b855dedecd982f672d32cb19301", + "date": "2024-11-21T02:19:01Z", + "message": "feat: transfer on Conflux (conflux-plugin)", + "url": "https://github.com/ai16z/eliza/commit/e9d343d8a7a42b855dedecd982f672d32cb19301" + }, + { + "sha": "fd83efa8dd167f5fafe88f032449ed97f6d3b4c6", + "date": "2024-11-25T01:23:15Z", + "message": "Merge branch 'main' into conflux-plugin", + "url": "https://github.com/ai16z/eliza/commit/fd83efa8dd167f5fafe88f032449ed97f6d3b4c6" + }, + { + "sha": "aaf12a3a0a8e9e699e0e9e9c25f1a6d0646d3fc7", + "date": "2024-11-21T10:19:41Z", + "message": "fix: missed build option", + "url": "https://github.com/ai16z/eliza/commit/aaf12a3a0a8e9e699e0e9e9c25f1a6d0646d3fc7" + }, + { + "sha": "494befdbdee949224fef3d784e0af81cf6cecd5f", + "date": "2024-11-21T09:33:40Z", + "message": "feat(plugin-conflux): support confiPump", + "url": "https://github.com/ai16z/eliza/commit/494befdbdee949224fef3d784e0af81cf6cecd5f" + }, + { + "sha": "f0975e586bf62235c46583198139ac0486a7a057", + "date": "2024-11-21T03:20:17Z", + "message": "feat(plugin-conflux): support bridge transfer", + "url": "https://github.com/ai16z/eliza/commit/f0975e586bf62235c46583198139ac0486a7a057" + }, + { + "sha": "886dd7fef84a6b7290ca009819dacaae98f7e1d4", + "date": "2024-11-21T02:19:01Z", + "message": "feat: transfer on Conflux (conflux-plugin)", + "url": "https://github.com/ai16z/eliza/commit/886dd7fef84a6b7290ca009819dacaae98f7e1d4" + }, { "sha": "776de169d39a158b76aa6dc0a6246260ec438810", "date": "2024-11-21T01:54:59Z", @@ -22,11 +76,11 @@ { "number": 481, "title": "feat: add Conflux plugin", - "state": "open", + "state": "closed", "created_at": "2024-11-21T09:56:59Z", "url": "https://github.com/ai16z/eliza/pull/481", "labels": [], - "comments": 1 + "comments": 4 }, { "number": 446, @@ -40,11 +94,11 @@ { "number": 445, "title": "fix: wrong parameter for trimTokens in generateObjectV2", - "state": "open", + "state": "closed", "created_at": "2024-11-20T09:56:04Z", "url": "https://github.com/ai16z/eliza/pull/445", "labels": [], - "comments": 0 + "comments": 1 }, { "number": 417, @@ -56,11 +110,11 @@ "comments": 0 } ], - "total_commits": 2, + "total_commits": 11, "total_prs": 4, "commit_activity": { "2024": { - "11": 2 + "11": 11 } }, "pr_activity": { @@ -74,13 +128,13 @@ { "number": 469, "title": "Error when call `generateObjectV2`", - "state": "open", + "state": "closed", "created_at": "2024-11-21T01:51:10Z", "url": "https://github.com/ai16z/eliza/issues/469", "labels": [ "bug" ], - "comments": 1 + "comments": 2 } ], "total_opened": 1, @@ -125,12 +179,28 @@ "url": "https://github.com/ai16z/eliza/pull/481#issuecomment-2490629765", "type": "pr", "issue_number": "481" + }, + { + "id": 2496497567, + "body": "@lalalune Conflicts resolved. Would know if can merge", + "created_at": "2024-11-25T01:31:19Z", + "url": "https://github.com/ai16z/eliza/pull/481#issuecomment-2496497567", + "type": "pr", + "issue_number": "481" + }, + { + "id": 2497149089, + "body": "Conflict resolved by rebasing ", + "created_at": "2024-11-25T08:00:25Z", + "url": "https://github.com/ai16z/eliza/pull/481#issuecomment-2497149089", + "type": "pr", + "issue_number": "481" } ], - "total_comments": 4, + "total_comments": 6, "comment_activity": { "2024": { - "11": 4 + "11": 6 } } } diff --git a/data/denizekiz.json b/data/denizekiz.json index 7160f2a..c400551 100644 --- a/data/denizekiz.json +++ b/data/denizekiz.json @@ -86,6 +86,17 @@ }, "issues": { "opened": [ + { + "number": 679, + "title": "recentPosts always empty", + "state": "open", + "created_at": "2024-11-29T19:45:25Z", + "url": "https://github.com/ai16z/eliza/issues/679", + "labels": [ + "bug" + ], + "comments": 1 + }, { "number": 379, "title": "build.sh crash", @@ -98,10 +109,10 @@ "comments": 3 } ], - "total_opened": 1, + "total_opened": 2, "issue_activity": { "2024": { - "11": 1 + "11": 2 } } }, diff --git a/data/dontAskVI.json b/data/dontAskVI.json new file mode 100644 index 0000000..02aac13 --- /dev/null +++ b/data/dontAskVI.json @@ -0,0 +1,51 @@ +{ + "username": "dontAskVI", + "avatar_url": "https://avatars.githubusercontent.com/u/23223100?v=4", + "total_contributions": 1, + "activity": { + "code": { + "commits": [ + { + "sha": "6216b636e73f35e8a5cddcf5fd17c5e48d40d349", + "date": "2024-11-28T20:54:20Z", + "message": "Merge branch 'main' into add-galadriel-provider", + "url": "https://github.com/ai16z/eliza/commit/6216b636e73f35e8a5cddcf5fd17c5e48d40d349" + } + ], + "pull_requests": [ + { + "number": 651, + "title": "Add Galadriel LLM Inference Provider", + "state": "closed", + "created_at": "2024-11-28T16:31:43Z", + "url": "https://github.com/ai16z/eliza/pull/651", + "labels": [], + "comments": 0 + } + ], + "total_commits": 1, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 1 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/dr-fusion.json b/data/dr-fusion.json new file mode 100644 index 0000000..95d5d41 --- /dev/null +++ b/data/dr-fusion.json @@ -0,0 +1,72 @@ +{ + "username": "dr-fusion", + "avatar_url": "https://avatars.githubusercontent.com/u/129591319?v=4", + "total_contributions": 1, + "activity": { + "code": { + "commits": [ + { + "sha": "56e7930439e242c1876803af8ae0ed863269d366", + "date": "2024-11-28T14:58:04Z", + "message": "added support for LlamaLocal's path outside plugin-node/dist", + "url": "https://github.com/ai16z/eliza/commit/56e7930439e242c1876803af8ae0ed863269d366" + } + ], + "pull_requests": [ + { + "number": 649, + "title": "added support for LlamaLocal's path outside plugin-node/dist", + "state": "closed", + "created_at": "2024-11-28T15:12:53Z", + "url": "https://github.com/ai16z/eliza/pull/649", + "labels": [], + "comments": 0 + } + ], + "total_commits": 1, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 1 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [ + { + "id": 2506065871, + "body": "just tested with the latest code and used `ModelProviderName.LLAMALOCAL,`\r\n\r\nSeems like its still going in a loop.\r\n", + "created_at": "2024-11-28T12:57:47Z", + "url": "https://github.com/ai16z/eliza/issues/443#issuecomment-2506065871", + "type": "issue", + "issue_number": "443" + }, + { + "id": 2506318872, + "body": "Shouldn't we just make it an environment variable so users might have their models stored at some different directory for any other purpose and they can easily point to that directory? and or Downloading model happens to that particular path?\r\n\r\nFor example like the follow one.\r\n\r\nin `.env`\r\n\r\n`#LlamaLocal Configuration\r\nLLAMALOCAL_PATH= # Default: \"\" which is the current directory in plugin-node/dist/ which gets destroyed and recreated on every build\r\n`\r\n\r\nthen in `llama.ts` line no 188,\r\n` this.modelPath = path.join(process.env.LLAMALOCAL_PATH, modelName);`", + "created_at": "2024-11-28T15:02:21Z", + "url": "https://github.com/ai16z/eliza/issues/242#issuecomment-2506318872", + "type": "issue", + "issue_number": "242" + } + ], + "pr_comments": [], + "total_comments": 2, + "comment_activity": { + "2024": { + "11": 2 + } + } + } + } +} \ No newline at end of file diff --git a/data/drew-royster.json b/data/drew-royster.json index e9213a7..655ee74 100644 --- a/data/drew-royster.json +++ b/data/drew-royster.json @@ -50,13 +50,21 @@ "url": "https://github.com/ai16z/eliza/issues/443#issuecomment-2491558348", "type": "issue", "issue_number": "443" + }, + { + "id": 2494984580, + "body": "@yodamaster726 what is your character file like? I had ollama as the model in my character and it seemed to use ollama just fine.", + "created_at": "2024-11-22T22:35:30Z", + "url": "https://github.com/ai16z/eliza/issues/443#issuecomment-2494984580", + "type": "issue", + "issue_number": "443" } ], "pr_comments": [], - "total_comments": 1, + "total_comments": 2, "comment_activity": { "2024": { - "11": 1 + "11": 2 } } } diff --git a/data/fabianhug.json b/data/fabianhug.json index 203ab56..857499a 100644 --- a/data/fabianhug.json +++ b/data/fabianhug.json @@ -1,10 +1,16 @@ { "username": "fabianhug", "avatar_url": "https://avatars.githubusercontent.com/u/1196732?v=4", - "total_contributions": 1, + "total_contributions": 2, "activity": { "code": { "commits": [ + { + "sha": "de4c1ec659adb0524b44efa31d56df8dcd187c85", + "date": "2024-11-28T00:50:13Z", + "message": "Merge pull request #636 from cygaar/fix_build\n\nfix: node package builds", + "url": "https://github.com/ai16z/eliza/commit/de4c1ec659adb0524b44efa31d56df8dcd187c85" + }, { "sha": "fcd2e31ab50a139256d3f001043cea52c30dc8b1", "date": "2024-11-11T23:14:55Z", @@ -23,11 +29,11 @@ "comments": 0 } ], - "total_commits": 1, + "total_commits": 2, "total_prs": 1, "commit_activity": { "2024": { - "11": 1 + "11": 2 } }, "pr_activity": { @@ -51,12 +57,44 @@ "url": "https://github.com/ai16z/eliza/pull/398#issuecomment-2483891667", "type": "pr", "issue_number": "398" + }, + { + "id": 2503038259, + "body": "I will give this a check in a bit, thanks!!", + "created_at": "2024-11-27T06:47:52Z", + "url": "https://github.com/ai16z/eliza/pull/625#issuecomment-2503038259", + "type": "pr", + "issue_number": "625" + }, + { + "id": 2505060636, + "body": "thanks a lot, good catch", + "created_at": "2024-11-28T00:50:05Z", + "url": "https://github.com/ai16z/eliza/pull/636#issuecomment-2505060636", + "type": "pr", + "issue_number": "636" + }, + { + "id": 2505069377, + "body": "Sorry, I didn't see your PR. This has just been fixed by #636. I'll adjust my check flow to reward early contributions from now on; my bad", + "created_at": "2024-11-28T01:00:16Z", + "url": "https://github.com/ai16z/eliza/pull/631#issuecomment-2505069377", + "type": "pr", + "issue_number": "631" + }, + { + "id": 2505070790, + "body": "Any update here? ", + "created_at": "2024-11-28T01:01:59Z", + "url": "https://github.com/ai16z/eliza/pull/406#issuecomment-2505070790", + "type": "pr", + "issue_number": "406" } ], - "total_comments": 1, + "total_comments": 5, "comment_activity": { "2024": { - "11": 1 + "11": 5 } } } diff --git a/data/futjrnaut.json b/data/futjrnaut.json deleted file mode 100644 index 2929324..0000000 --- a/data/futjrnaut.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "username": "futjrnaut", - "avatar_url": "https://avatars.githubusercontent.com/u/58874935?v=4", - "total_contributions": 5, - "activity": { - "code": { - "commits": [ - { - "sha": "45480bdc9b05acdb31f669d556b7a917cad78f20", - "date": "2024-11-22T02:59:17Z", - "message": "Merge pull request #502 from ai16z/dev\n\nchore: add contributor license", - "url": "https://github.com/ai16z/eliza/commit/45480bdc9b05acdb31f669d556b7a917cad78f20" - }, - { - "sha": "d1e4dc0600911414075ae92ca8573bba2d12770a", - "date": "2024-11-22T02:54:31Z", - "message": "Merge branch 'main' into dev", - "url": "https://github.com/ai16z/eliza/commit/d1e4dc0600911414075ae92ca8573bba2d12770a" - }, - { - "sha": "cea632de9f877b1bf0ec9d341904fbe60b0b9188", - "date": "2024-11-18T06:59:59Z", - "message": "contribute", - "url": "https://github.com/ai16z/eliza/commit/cea632de9f877b1bf0ec9d341904fbe60b0b9188" - }, - { - "sha": "d907f62077f7b475025b53b18cbdf92b047f327e", - "date": "2024-11-18T06:27:41Z", - "message": "add Contribution License Agreement to md", - "url": "https://github.com/ai16z/eliza/commit/d907f62077f7b475025b53b18cbdf92b047f327e" - }, - { - "sha": "b3d3427fe99e693e2a515b578b60d7f809d675dd", - "date": "2024-11-16T07:13:14Z", - "message": "make dev branch", - "url": "https://github.com/ai16z/eliza/commit/b3d3427fe99e693e2a515b578b60d7f809d675dd" - } - ], - "pull_requests": [ - { - "number": 502, - "title": "chore: add contributor license", - "state": "closed", - "created_at": "2024-11-22T02:52:25Z", - "url": "https://github.com/ai16z/eliza/pull/502", - "labels": [], - "comments": 0 - } - ], - "total_commits": 5, - "total_prs": 1, - "commit_activity": { - "2024": { - "11": 5 - } - }, - "pr_activity": { - "2024": { - "11": 1 - } - } - }, - "issues": { - "opened": [ - { - "number": 352, - "title": "Create an Eliza Trained on Dev Documentation", - "state": "open", - "created_at": "2024-11-16T07:27:22Z", - "url": "https://github.com/ai16z/eliza/issues/352", - "labels": [ - "enhancement", - "Bounty" - ], - "comments": 0 - } - ], - "total_opened": 1, - "issue_activity": { - "2024": { - "11": 1 - } - } - }, - "engagement": { - "issue_comments": [], - "pr_comments": [], - "total_comments": 0, - "comment_activity": {} - } - } -} \ No newline at end of file diff --git a/data/genesis-0000.json b/data/genesis-0000.json new file mode 100644 index 0000000..e9774de --- /dev/null +++ b/data/genesis-0000.json @@ -0,0 +1,49 @@ +{ + "username": "genesis-0000", + "avatar_url": "https://avatars.githubusercontent.com/u/24885708?v=4", + "total_contributions": 3, + "activity": { + "code": { + "commits": [ + { + "sha": "c69f97873402b43a505feec8e3c07390af39a1df", + "date": "2024-11-25T02:44:52Z", + "message": "Merge remote-tracking branch 'origin/main' into pull-request", + "url": "https://github.com/ai16z/eliza/commit/c69f97873402b43a505feec8e3c07390af39a1df" + }, + { + "sha": "7d018c5da2c914b1664336c6901ec0accc5ce8bb", + "date": "2024-11-22T12:25:28Z", + "message": "feat: add new provider with eternal ai", + "url": "https://github.com/ai16z/eliza/commit/7d018c5da2c914b1664336c6901ec0accc5ce8bb" + }, + { + "sha": "1a59f159f5e0125556bb770e9099261925ea1a4c", + "date": "2024-11-22T08:47:12Z", + "message": "feat: add new provider with eternal ai", + "url": "https://github.com/ai16z/eliza/commit/1a59f159f5e0125556bb770e9099261925ea1a4c" + } + ], + "pull_requests": [], + "total_commits": 3, + "total_prs": 0, + "commit_activity": { + "2024": { + "11": 3 + } + }, + "pr_activity": {} + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/grallc.json b/data/grallc.json new file mode 100644 index 0000000..63985b5 --- /dev/null +++ b/data/grallc.json @@ -0,0 +1,67 @@ +{ + "username": "grallc", + "avatar_url": "https://avatars.githubusercontent.com/u/14354161?v=4", + "total_contributions": 1, + "activity": { + "code": { + "commits": [ + { + "sha": "ffe210c2d1a33d8352bc2bda55bf2120a4603864", + "date": "2024-11-24T07:15:17Z", + "message": "Improved Twitter Documentation", + "url": "https://github.com/ai16z/eliza/commit/ffe210c2d1a33d8352bc2bda55bf2120a4603864" + } + ], + "pull_requests": [ + { + "number": 559, + "title": "Improved Twitter Documentation", + "state": "closed", + "created_at": "2024-11-24T07:23:39Z", + "url": "https://github.com/ai16z/eliza/pull/559", + "labels": [], + "comments": 0 + } + ], + "total_commits": 1, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 1 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [ + { + "number": 558, + "title": "Twitter cookies do not match the docs", + "state": "open", + "created_at": "2024-11-24T07:20:54Z", + "url": "https://github.com/ai16z/eliza/issues/558", + "labels": [ + "bug" + ], + "comments": 0 + } + ], + "total_opened": 1, + "issue_activity": { + "2024": { + "11": 1 + } + } + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/irisdv.json b/data/irisdv.json new file mode 100644 index 0000000..25f0831 --- /dev/null +++ b/data/irisdv.json @@ -0,0 +1,63 @@ +{ + "username": "irisdv", + "avatar_url": "https://avatars.githubusercontent.com/u/8224462?v=4", + "total_contributions": 3, + "activity": { + "code": { + "commits": [ + { + "sha": "3a67658bdddbf16af68067db8277d0ebd63e8e44", + "date": "2024-11-27T09:29:49Z", + "message": "chore: lint", + "url": "https://github.com/ai16z/eliza/commit/3a67658bdddbf16af68067db8277d0ebd63e8e44" + }, + { + "sha": "a516c731d150623d78501eedef7d8d2400765e3f", + "date": "2024-11-27T09:24:23Z", + "message": "feat(starknet): create subdomain action", + "url": "https://github.com/ai16z/eliza/commit/a516c731d150623d78501eedef7d8d2400765e3f" + }, + { + "sha": "2b06c16dfe40645920321c8d8e73766a9377da60", + "date": "2024-11-27T09:23:56Z", + "message": "feat(starknet): transfer to stark name", + "url": "https://github.com/ai16z/eliza/commit/2b06c16dfe40645920321c8d8e73766a9377da60" + } + ], + "pull_requests": [ + { + "number": 628, + "title": "feat: support starkname", + "state": "closed", + "created_at": "2024-11-27T09:39:48Z", + "url": "https://github.com/ai16z/eliza/pull/628", + "labels": [], + "comments": 0 + } + ], + "total_commits": 3, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 3 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/jkbrooks.json b/data/jkbrooks.json index 19d62e5..40e0c0e 100644 --- a/data/jkbrooks.json +++ b/data/jkbrooks.json @@ -1,10 +1,76 @@ { "username": "jkbrooks", "avatar_url": "https://avatars.githubusercontent.com/u/129074?v=4", - "total_contributions": 13, + "total_contributions": 24, "activity": { "code": { "commits": [ + { + "sha": "c59d95af74b1626fb59e7d9df8557059bf058b8c", + "date": "2024-11-29T09:00:34Z", + "message": "Merge pull request #659 from pgoos/misct/code-cov\n\nfeat: add minimal config file for code cov", + "url": "https://github.com/ai16z/eliza/commit/c59d95af74b1626fb59e7d9df8557059bf058b8c" + }, + { + "sha": "c31eddf35dd363c9c6270a6cfbaf61cf05d6ccd5", + "date": "2024-11-29T05:19:06Z", + "message": "Merge pull request #664 from monilpat/pnpmLock\n\nfix: pnpm-lock.yaml", + "url": "https://github.com/ai16z/eliza/commit/c31eddf35dd363c9c6270a6cfbaf61cf05d6ccd5" + }, + { + "sha": "13b212ddede7e1326b1d8813330e4619112eddc5", + "date": "2024-11-28T20:23:02Z", + "message": "Merge pull request #608 from monilpat/realitySpiral/coinbaseTrading\n\nfeat: implement coinbase trading", + "url": "https://github.com/ai16z/eliza/commit/13b212ddede7e1326b1d8813330e4619112eddc5" + }, + { + "sha": "bc8065411c4a73d3a0bbb44ee0b6031b7fcefae1", + "date": "2024-11-28T16:50:53Z", + "message": "Merge pull request #652 from snobbee/patch-1\n\nUpdate ci.yaml", + "url": "https://github.com/ai16z/eliza/commit/bc8065411c4a73d3a0bbb44ee0b6031b7fcefae1" + }, + { + "sha": "67a19cdb027c0ec199abbd7ab7e1082ae18e73f5", + "date": "2024-11-25T17:03:54Z", + "message": "Merge pull request #564 from justabot/first_api_hookup\n\nCS - first api hookups.", + "url": "https://github.com/ai16z/eliza/commit/67a19cdb027c0ec199abbd7ab7e1082ae18e73f5" + }, + { + "sha": "031b9617de0b2502b72018498279ed7d84714a08", + "date": "2024-11-25T16:27:50Z", + "message": "Merge pull request #590 from pgoos/fix/enable-tests-ci2\n\nfix: enable test run in CI for core package", + "url": "https://github.com/ai16z/eliza/commit/031b9617de0b2502b72018498279ed7d84714a08" + }, + { + "sha": "56631d75435a69524d0ac479bd89a436a825f0ed", + "date": "2024-11-25T04:35:37Z", + "message": "Merge pull request #547 from bmgalego/fix-token-providers\n\nfix: Token provider getHighestLiquidityPair", + "url": "https://github.com/ai16z/eliza/commit/56631d75435a69524d0ac479bd89a436a825f0ed" + }, + { + "sha": "b08f3f76f9162912a6bba43c6981bfd01901d69c", + "date": "2024-11-23T05:36:15Z", + "message": "Merge pull request #535 from 0xFlicker/fix-videoservice-cache\n\nfix: pass runtime to video service", + "url": "https://github.com/ai16z/eliza/commit/b08f3f76f9162912a6bba43c6981bfd01901d69c" + }, + { + "sha": "4e85200bb7f390dd2c99f0bc7b92ff5956b4b49c", + "date": "2024-11-23T05:32:38Z", + "message": "Merge pull request #532 from ai16z/renovate/ai-sdk-google-vertex-0.x\n\nfix(deps): update dependency @ai-sdk/google-vertex to ^0.0.43", + "url": "https://github.com/ai16z/eliza/commit/4e85200bb7f390dd2c99f0bc7b92ff5956b4b49c" + }, + { + "sha": "1c4e9f641e4d68af0a70d4f78650d8db6a365af1", + "date": "2024-11-23T05:32:27Z", + "message": "Merge pull request #533 from ai16z/renovate/ai-sdk-openai-1.x\n\nfix(deps): update dependency @ai-sdk/openai to v1.0.4", + "url": "https://github.com/ai16z/eliza/commit/1c4e9f641e4d68af0a70d4f78650d8db6a365af1" + }, + { + "sha": "5ea155197b56c7b26912cdd7dd27b39bf0fc76c6", + "date": "2024-11-22T22:32:20Z", + "message": "Merge pull request #513 from monilpat/origin/cb\n\nfeat: add coinbase plugin starting with cb commerce functionality", + "url": "https://github.com/ai16z/eliza/commit/5ea155197b56c7b26912cdd7dd27b39bf0fc76c6" + }, { "sha": "10aa5d6e674fe65b2debaa3108c87f1b1b5e5ec3", "date": "2024-11-22T06:07:32Z", @@ -85,17 +151,28 @@ } ], "pull_requests": [], - "total_commits": 13, + "total_commits": 24, "total_prs": 0, "commit_activity": { "2024": { - "11": 13 + "11": 24 } }, "pr_activity": {} }, "issues": { "opened": [ + { + "number": 663, + "title": "Failed codecov run", + "state": "closed", + "created_at": "2024-11-29T02:37:13Z", + "url": "https://github.com/ai16z/eliza/issues/663", + "labels": [ + "bug" + ], + "comments": 3 + }, { "number": 305, "title": "Managing Divergence Across the Eliza Ecosystem (Multiple Forks)", @@ -108,10 +185,10 @@ "comments": 3 } ], - "total_opened": 1, + "total_opened": 2, "issue_activity": { "2024": { - "11": 1 + "11": 2 } } }, @@ -198,12 +275,44 @@ "url": "https://github.com/ai16z/eliza/pull/490#issuecomment-2491967493", "type": "pr", "issue_number": "490" + }, + { + "id": 2494491152, + "body": "Two conflicts\r\n\r\n```\r\n.env.example\r\npnpm-lock.yaml\r\n```\r\n@pgoos @monilpat ", + "created_at": "2024-11-22T18:25:53Z", + "url": "https://github.com/ai16z/eliza/pull/513#issuecomment-2494491152", + "type": "pr", + "issue_number": "513" + }, + { + "id": 2496480162, + "body": "minor conflict @yodamaster726 @monilpat `pnpm-lock.yaml`\r\n", + "created_at": "2024-11-25T01:08:49Z", + "url": "https://github.com/ai16z/eliza/pull/525#issuecomment-2496480162", + "type": "pr", + "issue_number": "525" + }, + { + "id": 2506406838, + "body": "@monilpat \r\n\r\nWe have conflicts\r\n\r\n```\r\n.env.example\r\nagent/src/index.ts\r\ndocs/docs/packages/plugins.md\r\npackage.json\r\npnpm-lock.yaml\r\n```", + "created_at": "2024-11-28T15:49:18Z", + "url": "https://github.com/ai16z/eliza/pull/608#issuecomment-2506406838", + "type": "pr", + "issue_number": "608" + }, + { + "id": 2507364376, + "body": "@monilpat @0xTomDaniel we failed linting, please resolve\r\n\r\n```\r\nRun pnpm run lint\r\n\r\n> eliza@ lint /home/runner/work/eliza/eliza\r\n> bash ./scripts/lint.sh\r\n\r\nLinting package: plugin-conflux\r\nNo lint script found in plugin-conflux, skipping lint...\r\nLinting package: client-direct\r\nRunning lint for package: client-direct\r\n\r\n> @ai1[6](https://github.com/ai16z/eliza/actions/runs/12080760175/job/33691672543?pr=491#step:7:7)z/client-direct@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted client-direct\r\n\r\nLinting package: plugin-image-generation\r\nRunning lint for package: plugin-image-generation\r\n\r\n> @ai16z/plugin-image-generation@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\n\r\n/home/runner/work/eliza/eliza/packages/plugin-image-generation/src/index.ts\r\nError: 13:[10](https://github.com/ai16z/eliza/actions/runs/12080760175/job/33691672543?pr=491#step:7:11) error 'generateCaption' is defined but never used. Allowed unused vars must match /^_/u @typescript-eslint/no-unused-vars\r\n\r\n\u2716 1 problem (1 error, 0 warnings)\r\n\r\nnpm error Lifecycle script `lint` failed with error:\r\nnpm error code 1\r\nnpm error path /home/runner/work/eliza/eliza/packages/plugin-image-generation\r\nnpm error workspace @ai[16](https://github.com/ai16z/eliza/actions/runs/12080760175/job/33691672543?pr=491#step:7:17)z/plugin-image-generation@0.1.4-alpha.3\r\nnpm error location /home/runner/work/eliza/eliza/packages/plugin-image-generation\r\nnpm error command failed\r\nnpm error command sh -c eslint . --fix\r\nLint failed for plugin-image-generation\r\n\u2009ELIFECYCLE\u2009 Command failed with exit code 1.\r\nError: Process completed with exit code 1.\r\n```", + "created_at": "2024-11-29T09:01:47Z", + "url": "https://github.com/ai16z/eliza/pull/491#issuecomment-2507364376", + "type": "pr", + "issue_number": "491" } ], - "total_comments": 10, + "total_comments": 14, "comment_activity": { "2024": { - "11": 10 + "11": 14 } } } diff --git a/data/justabot.json b/data/justabot.json new file mode 100644 index 0000000..4c5c0c6 --- /dev/null +++ b/data/justabot.json @@ -0,0 +1,87 @@ +{ + "username": "justabot", + "avatar_url": "https://avatars.githubusercontent.com/u/20650283?v=4", + "total_contributions": 4, + "activity": { + "code": { + "commits": [ + { + "sha": "bbcf3b6e80935857ab863ab8553c58c0419a14ef", + "date": "2024-11-28T17:59:03Z", + "message": "CS - adding better errors and readme.", + "url": "https://github.com/ai16z/eliza/commit/bbcf3b6e80935857ab863ab8553c58c0419a14ef" + }, + { + "sha": "684984b9a70795180d44410608ab0bb0da4220e9", + "date": "2024-11-25T20:38:39Z", + "message": "CS - Downloads working better.", + "url": "https://github.com/ai16z/eliza/commit/684984b9a70795180d44410608ab0bb0da4220e9" + }, + { + "sha": "b3445e2578a2c1f542ccae1dc607fecfbca8f62a", + "date": "2024-11-25T20:35:19Z", + "message": "CS - upgrades to file downloading.", + "url": "https://github.com/ai16z/eliza/commit/b3445e2578a2c1f542ccae1dc607fecfbca8f62a" + }, + { + "sha": "b3d57180274fe3a41d67529fc994f39c8b37cff4", + "date": "2024-11-24T17:11:24Z", + "message": "CS - first api hookups.", + "url": "https://github.com/ai16z/eliza/commit/b3d57180274fe3a41d67529fc994f39c8b37cff4" + } + ], + "pull_requests": [ + { + "number": 654, + "title": "CS - adding better errors and readme.", + "state": "closed", + "created_at": "2024-11-28T18:00:08Z", + "url": "https://github.com/ai16z/eliza/pull/654", + "labels": [], + "comments": 0 + }, + { + "number": 594, + "title": "Download updates", + "state": "closed", + "created_at": "2024-11-25T20:39:40Z", + "url": "https://github.com/ai16z/eliza/pull/594", + "labels": [], + "comments": 0 + }, + { + "number": 564, + "title": "CS - first api hookups.", + "state": "closed", + "created_at": "2024-11-24T17:12:02Z", + "url": "https://github.com/ai16z/eliza/pull/564", + "labels": [], + "comments": 0 + } + ], + "total_commits": 4, + "total_prs": 3, + "commit_activity": { + "2024": { + "11": 4 + } + }, + "pr_activity": { + "2024": { + "11": 3 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/lalalune.json b/data/lalalune.json index 15da581..8c8cac4 100644 --- a/data/lalalune.json +++ b/data/lalalune.json @@ -1,10 +1,628 @@ { "username": "lalalune", "avatar_url": "https://avatars.githubusercontent.com/u/18633264?v=4", - "total_contributions": 509, + "total_contributions": 614, "activity": { "code": { "commits": [ + { + "sha": "9e638d6927a1b1899c4a90aacc3f36f368f50cb1", + "date": "2024-11-29T21:06:24Z", + "message": "Merge pull request #682 from cygaar/fix_builds\n\nfix: getEmbeddingZeroVector calls", + "url": "https://github.com/ai16z/eliza/commit/9e638d6927a1b1899c4a90aacc3f36f368f50cb1" + }, + { + "sha": "72d4cd11c4f093ae82fa5a1fbd720af574bb5d58", + "date": "2024-11-29T19:45:36Z", + "message": "Merge pull request #678 from Phala-Network/fix/enable-tee-with-salt\n\nfix: Make TEE Plugin available to launch agent & fix previous launch error", + "url": "https://github.com/ai16z/eliza/commit/72d4cd11c4f093ae82fa5a1fbd720af574bb5d58" + }, + { + "sha": "abc187b3dfcbb1f4e2926038153994128d493a19", + "date": "2024-11-29T19:42:07Z", + "message": "Merge pull request #677 from augchan42/feature/bge-embeddings\n\nfeat: improve embeddings, models and connectivity", + "url": "https://github.com/ai16z/eliza/commit/abc187b3dfcbb1f4e2926038153994128d493a19" + }, + { + "sha": "02bf54a716c2ec65e3dab40edb09b9df41fdd256", + "date": "2024-11-29T19:06:13Z", + "message": "Merge pull request #676 from pgoos/misct/code-cov\n\nFix: run tests with coverage", + "url": "https://github.com/ai16z/eliza/commit/02bf54a716c2ec65e3dab40edb09b9df41fdd256" + }, + { + "sha": "ec87587a234f8e73e2a90166f76e78e0b29b0a0a", + "date": "2024-11-29T18:33:31Z", + "message": "Merge pull request #674 from Phala-Network/fix/add-viem-dep\n\nfix: add missing viem dependency", + "url": "https://github.com/ai16z/eliza/commit/ec87587a234f8e73e2a90166f76e78e0b29b0a0a" + }, + { + "sha": "d72ea5bc17e94f4c75719ab6591120d5af325327", + "date": "2024-11-29T12:28:48Z", + "message": "Merge pull request #669 from cryptoradagast/patch-1\n\nincorrect package install location Update plugins.md", + "url": "https://github.com/ai16z/eliza/commit/d72ea5bc17e94f4c75719ab6591120d5af325327" + }, + { + "sha": "5d94e982ae3f9a232ab973098c536ce8e5765dbb", + "date": "2024-11-29T12:01:09Z", + "message": "Merge branch 'tcm-tavily' of http://github.com/ai16z/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/5d94e982ae3f9a232ab973098c536ce8e5765dbb" + }, + { + "sha": "1aeaab2db78e1240f077776028848c5b286834f3", + "date": "2024-11-29T11:59:14Z", + "message": "Merge branch 'main' of https://github.com/asDNSk/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/1aeaab2db78e1240f077776028848c5b286834f3" + }, + { + "sha": "154fe3a08e69585ad841b3ad77e51f677bab586f", + "date": "2024-11-29T11:57:00Z", + "message": "Merge branch 'feature/whatsapp' of http://github.com/ai16z/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/154fe3a08e69585ad841b3ad77e51f677bab586f" + }, + { + "sha": "7ba1967cb02bcdd669a1b80e31356f2b84457d46", + "date": "2024-11-29T11:50:13Z", + "message": "Delete package-lock.json", + "url": "https://github.com/ai16z/eliza/commit/7ba1967cb02bcdd669a1b80e31356f2b84457d46" + }, + { + "sha": "b1c0f5687f290504bd71a5ab2f1caa80417b0926", + "date": "2024-11-29T11:48:41Z", + "message": "Merge branch 'feat/add_image_text_model_provider_seperation_and_falai' of https://github.com/yoniebans/the_mf into HEAD", + "url": "https://github.com/ai16z/eliza/commit/b1c0f5687f290504bd71a5ab2f1caa80417b0926" + }, + { + "sha": "4ad11c4dd05c8f273d6b3c1af7f721b74dad99ea", + "date": "2024-11-29T11:36:10Z", + "message": "remove people, fix wallet issues", + "url": "https://github.com/ai16z/eliza/commit/4ad11c4dd05c8f273d6b3c1af7f721b74dad99ea" + }, + { + "sha": "62e74172ec80ab8b1a31b164bb31b5413bddb115", + "date": "2024-11-29T11:00:20Z", + "message": "Merge pull request #658 from monilpat/coinbaseIntegrations\n\nfeat: Add wallet history (transactions, balances) to coinbase providers", + "url": "https://github.com/ai16z/eliza/commit/62e74172ec80ab8b1a31b164bb31b5413bddb115" + }, + { + "sha": "b2e2413c5874cd1a5828771c5e9eaad8ab4650fc", + "date": "2024-11-29T10:59:43Z", + "message": "Merge pull request #668 from v1xingyue/v1xingyue-patch-1\n\nredpill custom models", + "url": "https://github.com/ai16z/eliza/commit/b2e2413c5874cd1a5828771c5e9eaad8ab4650fc" + }, + { + "sha": "d528afd4741f3cc1bbf857154360a4f66621c9cf", + "date": "2024-11-29T10:59:07Z", + "message": "Merge branch 'main' of http://github.com/ai16z/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/d528afd4741f3cc1bbf857154360a4f66621c9cf" + }, + { + "sha": "90fde4321958cb256bf7ab84be2cf8a315c4ce41", + "date": "2024-11-29T10:58:50Z", + "message": "small fixes and rebuild docs", + "url": "https://github.com/ai16z/eliza/commit/90fde4321958cb256bf7ab84be2cf8a315c4ce41" + }, + { + "sha": "1b5ddb30d35f0367e71329d942f92105bfe8d7c9", + "date": "2024-11-29T10:16:59Z", + "message": "Merge pull request #651 from dontAskVI/add-galadriel-provider\n\nAdd Galadriel LLM Inference Provider", + "url": "https://github.com/ai16z/eliza/commit/1b5ddb30d35f0367e71329d942f92105bfe8d7c9" + }, + { + "sha": "bb77f3fb183377ead618e12a5853644856530f68", + "date": "2024-11-29T10:14:20Z", + "message": "Merge pull request #665 from 0xaguspunk/patch-1\n\nfix: add missing commands to quickstart", + "url": "https://github.com/ai16z/eliza/commit/bb77f3fb183377ead618e12a5853644856530f68" + }, + { + "sha": "e4de65691c03abd077e578b9f9f10f0405f87e8d", + "date": "2024-11-29T10:14:00Z", + "message": "Merge pull request #667 from St4rgarden/pubkey-derivation\n\nfeat: evm pubkey derivation", + "url": "https://github.com/ai16z/eliza/commit/e4de65691c03abd077e578b9f9f10f0405f87e8d" + }, + { + "sha": "8a9ed8b0f8f85d4bd8ff051cd2b529a933d2e306", + "date": "2024-11-29T10:11:39Z", + "message": "Merge branch 'main' of http://github.com/ai16z/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/8a9ed8b0f8f85d4bd8ff051cd2b529a933d2e306" + }, + { + "sha": "347f195afa140e714229e9ad2945786e801c8722", + "date": "2024-11-29T10:11:03Z", + "message": "install turbo and fix llama service", + "url": "https://github.com/ai16z/eliza/commit/347f195afa140e714229e9ad2945786e801c8722" + }, + { + "sha": "d0093cc282207ff8ffc160dacca1540abda5c0d5", + "date": "2024-11-28T19:36:49Z", + "message": "Merge pull request #654 from justabot/download_updates\n\nCS - adding better errors and readme.", + "url": "https://github.com/ai16z/eliza/commit/d0093cc282207ff8ffc160dacca1540abda5c0d5" + }, + { + "sha": "6407efd0eb15f756da145dd201181ab706ff1886", + "date": "2024-11-28T19:30:38Z", + "message": "Merge pull request #649 from dr-fusion/main\n\nadded support for LlamaLocal's path outside plugin-node/dist", + "url": "https://github.com/ai16z/eliza/commit/6407efd0eb15f756da145dd201181ab706ff1886" + }, + { + "sha": "dbec9fd737b2cd8dd991f1f0f639fa4fd5a7bb56", + "date": "2024-11-28T18:13:53Z", + "message": "Merge pull request #653 from cygaar/playwright_improvements\n\nfeat: improve browser service", + "url": "https://github.com/ai16z/eliza/commit/dbec9fd737b2cd8dd991f1f0f639fa4fd5a7bb56" + }, + { + "sha": "95547a32d71f846d6d7a849b2f102a62a78ce9ea", + "date": "2024-11-28T09:59:42Z", + "message": "Merge branch 'main' of http://github.com/ai16z/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/95547a32d71f846d6d7a849b2f102a62a78ce9ea" + }, + { + "sha": "65e214aec6dea29a7379af3ff9a53c75e1e6c6ad", + "date": "2024-11-28T09:59:35Z", + "message": "fix build issue", + "url": "https://github.com/ai16z/eliza/commit/65e214aec6dea29a7379af3ff9a53c75e1e6c6ad" + }, + { + "sha": "25d4ddf27da7c374f85d887a31e948493152facf", + "date": "2024-11-28T09:41:53Z", + "message": "Merge pull request #645 from DataRelic/main\n\nupdates postgres setup instructions in docs", + "url": "https://github.com/ai16z/eliza/commit/25d4ddf27da7c374f85d887a31e948493152facf" + }, + { + "sha": "c9468d329dedd5b881883a39a03783e6dd8b1f70", + "date": "2024-11-28T09:41:11Z", + "message": "Merge branch 'feat/simulation-sell-types' of http://github.com/ai16z/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/c9468d329dedd5b881883a39a03783e6dd8b1f70" + }, + { + "sha": "49be4eae946db9dddfc05be64e783ae97e5b1d76", + "date": "2024-11-28T09:29:18Z", + "message": "Merge pull request #641 from zjasper666/patch-1\n\nadd connection instruction for connecting with X", + "url": "https://github.com/ai16z/eliza/commit/49be4eae946db9dddfc05be64e783ae97e5b1d76" + }, + { + "sha": "d06dda9af4613801ac657c79692971c2512f73ec", + "date": "2024-11-28T09:29:00Z", + "message": "Merge pull request #635 from cygaar/better_db_handling\n\nrefactor: better db connection handling", + "url": "https://github.com/ai16z/eliza/commit/d06dda9af4613801ac657c79692971c2512f73ec" + }, + { + "sha": "e5128f6372c69196893615eb7a439abe7b2cf99e", + "date": "2024-11-28T09:27:30Z", + "message": "Merge pull request #628 from irisdv/feat/support_starkname\n\nfeat: support starkname", + "url": "https://github.com/ai16z/eliza/commit/e5128f6372c69196893615eb7a439abe7b2cf99e" + }, + { + "sha": "e1fdeba209f7113c1d275306124735f448617c00", + "date": "2024-11-28T09:04:44Z", + "message": "Merge branch 'main' of http://github.com/ai16z/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/e1fdeba209f7113c1d275306124735f448617c00" + }, + { + "sha": "94e1332510aca8030cded4a275c4abf96935a8df", + "date": "2024-11-28T09:04:33Z", + "message": "remove node plugin import", + "url": "https://github.com/ai16z/eliza/commit/94e1332510aca8030cded4a275c4abf96935a8df" + }, + { + "sha": "ddf0de03eb222b81a8194c7a835e8eb888ad34f9", + "date": "2024-11-28T08:58:10Z", + "message": "Merge branch 'character-run-fix' of https://github.com/yodamaster726/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/ddf0de03eb222b81a8194c7a835e8eb888ad34f9" + }, + { + "sha": "881240bda66286650a054be5de1a8f2158cdd410", + "date": "2024-11-28T08:56:32Z", + "message": "Merge pull request #640 from Phala-Network/tee-plugin\n\nfix: Add docs, update providers for TEE Plugin", + "url": "https://github.com/ai16z/eliza/commit/881240bda66286650a054be5de1a8f2158cdd410" + }, + { + "sha": "c2c7b056e9687d4c611514bcfc6104bdfc91c8ed", + "date": "2024-11-28T08:55:57Z", + "message": "Merge pull request #643 from ai16z/shaw/merge-evm\n\nfeat: Merge EVM and add character override", + "url": "https://github.com/ai16z/eliza/commit/c2c7b056e9687d4c611514bcfc6104bdfc91c8ed" + }, + { + "sha": "efd1190f1e94cd9f04b54427e2f653b4345664f2", + "date": "2024-11-28T08:53:49Z", + "message": "lint fixes", + "url": "https://github.com/ai16z/eliza/commit/efd1190f1e94cd9f04b54427e2f653b4345664f2" + }, + { + "sha": "3890ae824a9a4229defd2e64e8c82aac77528298", + "date": "2024-11-28T08:41:34Z", + "message": "Merge branch 'main' of http://github.com/ai16z/eliza into shaw/merge-evm", + "url": "https://github.com/ai16z/eliza/commit/3890ae824a9a4229defd2e64e8c82aac77528298" + }, + { + "sha": "3e821e398669cecca044554a693b3c2445552082", + "date": "2024-11-28T08:28:19Z", + "message": "remove axios and use fetch", + "url": "https://github.com/ai16z/eliza/commit/3e821e398669cecca044554a693b3c2445552082" + }, + { + "sha": "95e8575616b203d25c19ab35239d669fbbe64a46", + "date": "2024-11-28T06:21:23Z", + "message": "Merge pull request #632 from Phala-Network/tee-plugin\n\nfeat: Initial TEE Plugin", + "url": "https://github.com/ai16z/eliza/commit/95e8575616b203d25c19ab35239d669fbbe64a46" + }, + { + "sha": "6682a7196f25613946549531a1b305ba68544d49", + "date": "2024-11-27T08:50:32Z", + "message": "Merge pull request #622 from tsubasakong/main\n\nfix: Add Tweet Response Deduplication Check", + "url": "https://github.com/ai16z/eliza/commit/6682a7196f25613946549531a1b305ba68544d49" + }, + { + "sha": "4a0e31334f8319b8e6257fd7362e6e14f53ce7b4", + "date": "2024-11-27T07:55:47Z", + "message": "Merge pull request #627 from ai16z/feat/sell-simulation\n\nFeat/sell simulation", + "url": "https://github.com/ai16z/eliza/commit/4a0e31334f8319b8e6257fd7362e6e14f53ce7b4" + }, + { + "sha": "cf399115c8f0d59d89be602ac55c116c4d33b90c", + "date": "2024-11-27T07:43:30Z", + "message": "Merge pull request #625 from cygaar/main\n\nfix: small improvements to agent process exits", + "url": "https://github.com/ai16z/eliza/commit/cf399115c8f0d59d89be602ac55c116c4d33b90c" + }, + { + "sha": "b2cb0b8bfd5658c32cbc51756a4c04ad399e3d5f", + "date": "2024-11-27T01:18:57Z", + "message": "Merge pull request #620 from odilitime/fix-twitter\n\nfix: handle when tweet_results is empty better", + "url": "https://github.com/ai16z/eliza/commit/b2cb0b8bfd5658c32cbc51756a4c04ad399e3d5f" + }, + { + "sha": "c144a136097386299f07aefd781a6077670e7f30", + "date": "2024-11-26T18:39:27Z", + "message": "Merge pull request #458 from THtianhao/fix_docker_run\n\nbugfix: Modify docker run error after agent folder move", + "url": "https://github.com/ai16z/eliza/commit/c144a136097386299f07aefd781a6077670e7f30" + }, + { + "sha": "6cdd4b4e3d466dc5cda59e31309d7a9c3d0d570c", + "date": "2024-11-26T18:39:07Z", + "message": "Merge pull request #595 from milancermak/dev/starknet-cleanup\n\nfeat: starknet portfolio provider", + "url": "https://github.com/ai16z/eliza/commit/6cdd4b4e3d466dc5cda59e31309d7a9c3d0d570c" + }, + { + "sha": "3b3800eb101829a18741aaf781b0d6bdd5572c60", + "date": "2024-11-26T18:38:39Z", + "message": "Merge pull request #616 from yoniebans/bug/memory_similarity_log_new_knowledge_ingestion\n\nfix: memory similarity log & new knowledge ingestion", + "url": "https://github.com/ai16z/eliza/commit/3b3800eb101829a18741aaf781b0d6bdd5572c60" + }, + { + "sha": "8f6a1d9039d916a77e7b927b0d18d44736d9afd1", + "date": "2024-11-26T10:24:28Z", + "message": "Revert model provider in default character and rebuild pnpm lock", + "url": "https://github.com/ai16z/eliza/commit/8f6a1d9039d916a77e7b927b0d18d44736d9afd1" + }, + { + "sha": "01daf10b95cbac0bf046aa83e263004871d79a19", + "date": "2024-11-26T10:17:06Z", + "message": "Merge branch 'pull-request' of https://github.com/TrustlessComputer/eliza", + "url": "https://github.com/ai16z/eliza/commit/01daf10b95cbac0bf046aa83e263004871d79a19" + }, + { + "sha": "238c57211b0fb17c05e8fd7f017692d630cbc24f", + "date": "2024-11-26T10:15:55Z", + "message": "Merge pull request #613 from ai16z/shaw/merge-conflux\n\nfix: Update and add Conflux", + "url": "https://github.com/ai16z/eliza/commit/238c57211b0fb17c05e8fd7f017692d630cbc24f" + }, + { + "sha": "b344355e8a792eb569c746120b7f2f1571f9de80", + "date": "2024-11-26T10:14:19Z", + "message": "fix some linting stuff", + "url": "https://github.com/ai16z/eliza/commit/b344355e8a792eb569c746120b7f2f1571f9de80" + }, + { + "sha": "9170b6986bd25ff414f1ec7d54886790c8c583b1", + "date": "2024-11-26T10:04:48Z", + "message": "Merge pull request #612 from ai16z/shaw/fix-buttplugio\n\nfix: Fix buttplug.io integration and merge", + "url": "https://github.com/ai16z/eliza/commit/9170b6986bd25ff414f1ec7d54886790c8c583b1" + }, + { + "sha": "22a1eb72cf5127c349157582258868aa906f5dfd", + "date": "2024-11-26T10:02:05Z", + "message": "Fix plugin imports for buttplug.io", + "url": "https://github.com/ai16z/eliza/commit/22a1eb72cf5127c349157582258868aa906f5dfd" + }, + { + "sha": "de3e7503c143fd03c76ec6ee4def3e2ed055fbee", + "date": "2024-11-26T09:07:50Z", + "message": "pnpm lock", + "url": "https://github.com/ai16z/eliza/commit/de3e7503c143fd03c76ec6ee4def3e2ed055fbee" + }, + { + "sha": "7c835789420899d72b0f66506a92cd3963a8065e", + "date": "2024-11-26T09:02:10Z", + "message": "Merge branch 'main' of https://github.com/8times4/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/7c835789420899d72b0f66506a92cd3963a8065e" + }, + { + "sha": "ed271977d7d94255d9d0a35508aedbb686cee6b1", + "date": "2024-11-26T08:34:29Z", + "message": "Merge pull request #611 from wolfcito/chore/update-nvmrc-v23.1.0-to-v23.3.0\n\nchore(nvmrc): update Node.js version from v23.1.0 to v23.3.0", + "url": "https://github.com/ai16z/eliza/commit/ed271977d7d94255d9d0a35508aedbb686cee6b1" + }, + { + "sha": "1670600d873226d4167ecd9a29c78c937fb0233b", + "date": "2024-11-26T06:34:11Z", + "message": "Merge pull request #599 from bmgalego/node-plugin-lazy\n\nfeat: make node-plugin lazy-loaded for faster boot times", + "url": "https://github.com/ai16z/eliza/commit/1670600d873226d4167ecd9a29c78c937fb0233b" + }, + { + "sha": "3fbad4ba74add0550510fa3772ef37039a127821", + "date": "2024-11-25T20:41:30Z", + "message": "Merge pull request #594 from justabot/download_updates\n\nDownload updates", + "url": "https://github.com/ai16z/eliza/commit/3fbad4ba74add0550510fa3772ef37039a127821" + }, + { + "sha": "90332b2fe8f00d223df60232f329a9634703317b", + "date": "2024-11-25T20:40:56Z", + "message": "Merge pull request #593 from ai16z/new_sidebar_item\n\nfeat: update sidebars", + "url": "https://github.com/ai16z/eliza/commit/90332b2fe8f00d223df60232f329a9634703317b" + }, + { + "sha": "a4bf4c78b483e236dc169667d357fc090418e76a", + "date": "2024-11-25T08:25:53Z", + "message": "Merge pull request #589 from ai16z/shaw/fix-zerog\n\nfix: Shaw/fix zerog", + "url": "https://github.com/ai16z/eliza/commit/a4bf4c78b483e236dc169667d357fc090418e76a" + }, + { + "sha": "c6a3bf95790cca6bec998a809b02710915082ecd", + "date": "2024-11-25T08:25:41Z", + "message": "Merge pull request #522 from ai16z-demirix/resolve-conflicts\n\nfix: fixing failing goals, cache and token tests", + "url": "https://github.com/ai16z/eliza/commit/c6a3bf95790cca6bec998a809b02710915082ecd" + }, + { + "sha": "72dc145515f05ce4c84823ecb9c7ce8d74a54765", + "date": "2024-11-25T08:24:39Z", + "message": "Merge branch 'main' into resolve-conflicts", + "url": "https://github.com/ai16z/eliza/commit/72dc145515f05ce4c84823ecb9c7ce8d74a54765" + }, + { + "sha": "8442d090d1c66c061885242436996420e8719384", + "date": "2024-11-25T08:21:56Z", + "message": "Add 0g", + "url": "https://github.com/ai16z/eliza/commit/8442d090d1c66c061885242436996420e8719384" + }, + { + "sha": "edecd95cd2ae61dd4864d3cc7b4afdeb2264ad7b", + "date": "2024-11-25T07:51:48Z", + "message": "Merge branch 'conflux-plugin' of https://github.com/conflux-fans/eliza into HEAD", + "url": "https://github.com/ai16z/eliza/commit/edecd95cd2ae61dd4864d3cc7b4afdeb2264ad7b" + }, + { + "sha": "0ffa45c557d658a87c2236706597adf33abd4b23", + "date": "2024-11-25T07:45:11Z", + "message": "Merge pull request #588 from ai16z/shaw/react-client-fixes\n\nfix: React Client fixes", + "url": "https://github.com/ai16z/eliza/commit/0ffa45c557d658a87c2236706597adf33abd4b23" + }, + { + "sha": "186691353b78e9beb02b15b1502433a04339aa45", + "date": "2024-11-25T07:44:52Z", + "message": "add react client to pnpm dev", + "url": "https://github.com/ai16z/eliza/commit/186691353b78e9beb02b15b1502433a04339aa45" + }, + { + "sha": "8cc662488ffa956ad9c4bdc41db260c5edc92b59", + "date": "2024-11-25T07:42:28Z", + "message": "reinstall and remove junk", + "url": "https://github.com/ai16z/eliza/commit/8cc662488ffa956ad9c4bdc41db260c5edc92b59" + }, + { + "sha": "3ab67cd8fa8c5a040bfb052f28f360c8489c4aa0", + "date": "2024-11-25T07:39:04Z", + "message": "update package lock", + "url": "https://github.com/ai16z/eliza/commit/3ab67cd8fa8c5a040bfb052f28f360c8489c4aa0" + }, + { + "sha": "a2eb4588f5c09b4f7f31ed6fdece82987eef2859", + "date": "2024-11-25T07:34:00Z", + "message": "Merge branch 'main' of https://github.com/vivoidos/eliza", + "url": "https://github.com/ai16z/eliza/commit/a2eb4588f5c09b4f7f31ed6fdece82987eef2859" + }, + { + "sha": "f8b93851d809bd46013862673b27acf2a65a282f", + "date": "2024-11-25T07:26:25Z", + "message": "Merge branch 'main' of https://github.com/ai16z/eliza", + "url": "https://github.com/ai16z/eliza/commit/f8b93851d809bd46013862673b27acf2a65a282f" + }, + { + "sha": "34119d7bad17917ae8a79d3fd06d2b1812a3f9a8", + "date": "2024-11-25T07:25:19Z", + "message": "Merge pull request #587 from ai16z/shaw/logger-fixes\n\nShaw/logger fixes", + "url": "https://github.com/ai16z/eliza/commit/34119d7bad17917ae8a79d3fd06d2b1812a3f9a8" + }, + { + "sha": "72de03f6b3c4f278204f4bccc6ca2e4c79b0f847", + "date": "2024-11-25T07:25:10Z", + "message": "update lock", + "url": "https://github.com/ai16z/eliza/commit/72de03f6b3c4f278204f4bccc6ca2e4c79b0f847" + }, + { + "sha": "f7d871f651cd9c6768f043c08ac2174af76be1eb", + "date": "2024-11-25T07:13:19Z", + "message": "Merge branch 'ollama-fix' of https://github.com/yodamaster726/eliza into shaw/logger-fixes", + "url": "https://github.com/ai16z/eliza/commit/f7d871f651cd9c6768f043c08ac2174af76be1eb" + }, + { + "sha": "a1e844706ff1f2826c72d35ed86b8e76d53094bd", + "date": "2024-11-25T07:09:41Z", + "message": "Merge pull request #586 from ai16z/shaw/realityspiral/coinbase-fixes\n\nfeat: Shaw/realityspiral/coinbase fixes", + "url": "https://github.com/ai16z/eliza/commit/a1e844706ff1f2826c72d35ed86b8e76d53094bd" + }, + { + "sha": "4f773b10f045db5a1b6a5696837f5cdeef9c56c7", + "date": "2024-11-25T07:04:00Z", + "message": "Merge pull request #527 from ai16z/renovate/pin-dependencies\n\nPin dependency vue to 3.5.13", + "url": "https://github.com/ai16z/eliza/commit/4f773b10f045db5a1b6a5696837f5cdeef9c56c7" + }, + { + "sha": "d84cd632fd5eccc764304a923f3be29e26ceb5c6", + "date": "2024-11-25T07:03:42Z", + "message": "Merge branch 'renovate/pin-dependencies' of https://github.com/ai16z/eliza into shaw/realityspiral/coinbase-fixes", + "url": "https://github.com/ai16z/eliza/commit/d84cd632fd5eccc764304a923f3be29e26ceb5c6" + }, + { + "sha": "d18eef54a91650e23df27758bcedc5b93838c353", + "date": "2024-11-25T07:03:20Z", + "message": "re-add lock", + "url": "https://github.com/ai16z/eliza/commit/d18eef54a91650e23df27758bcedc5b93838c353" + }, + { + "sha": "8cb8226ec75dd2ca02311964dbd72d3f408e9112", + "date": "2024-11-25T07:00:12Z", + "message": "Merge pull request #585 from ai16z/shaw/package-updates\n\nfeat: More package updates", + "url": "https://github.com/ai16z/eliza/commit/8cb8226ec75dd2ca02311964dbd72d3f408e9112" + }, + { + "sha": "001910140d2078a210fc5df7e42ed1d810fedd1b", + "date": "2024-11-25T06:59:02Z", + "message": "Merge branch 'realitySpiral/coinbase-mass-payments' of https://github.com/monilpat/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/001910140d2078a210fc5df7e42ed1d810fedd1b" + }, + { + "sha": "37618934753c7795b1ba71b0c7fc28fd00fd0745", + "date": "2024-11-25T06:54:17Z", + "message": "new pnpm lock", + "url": "https://github.com/ai16z/eliza/commit/37618934753c7795b1ba71b0c7fc28fd00fd0745" + }, + { + "sha": "15b2d268eae4f33ad1764cae4edeffd71bd07aac", + "date": "2024-11-25T06:53:14Z", + "message": "fix missed merge conflict", + "url": "https://github.com/ai16z/eliza/commit/15b2d268eae4f33ad1764cae4edeffd71bd07aac" + }, + { + "sha": "d5963251fb4ac4dd90aaaebf7359fd7f487767d2", + "date": "2024-11-25T06:51:56Z", + "message": "Merge branch 'renovate/pin-dependencies' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/d5963251fb4ac4dd90aaaebf7359fd7f487767d2" + }, + { + "sha": "0a7b8af00b7e3cf332ad618dd9406e7290361b0a", + "date": "2024-11-25T06:50:25Z", + "message": "Merge branch 'renovate/dompurify-3.x' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/0a7b8af00b7e3cf332ad618dd9406e7290361b0a" + }, + { + "sha": "76675657bbd24eeec216bfad019dc7035ed8c627", + "date": "2024-11-25T06:49:57Z", + "message": "Merge branch 'renovate/pm2-5.x' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/76675657bbd24eeec216bfad019dc7035ed8c627" + }, + { + "sha": "e277c4835c7e9f53b275deb33169b01a95b384e2", + "date": "2024-11-25T06:49:53Z", + "message": "Merge branch 'renovate/solana-packages' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/e277c4835c7e9f53b275deb33169b01a95b384e2" + }, + { + "sha": "9371c12859042c68b8d3fee4affc5311c6fae7b7", + "date": "2024-11-25T06:48:46Z", + "message": "Merge pull request #584 from ai16z/shaw/package-updates\n\nfeat: Update packages", + "url": "https://github.com/ai16z/eliza/commit/9371c12859042c68b8d3fee4affc5311c6fae7b7" + }, + { + "sha": "1f1f1ac86666026fad1738ab03eeaa0840a17d03", + "date": "2024-11-25T06:42:37Z", + "message": "Merge branch 'renovate/pm2-5.x' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/1f1f1ac86666026fad1738ab03eeaa0840a17d03" + }, + { + "sha": "43e267fbcc83e8435e6416d4c82984f28e74c809", + "date": "2024-11-25T06:42:33Z", + "message": "Update docs", + "url": "https://github.com/ai16z/eliza/commit/43e267fbcc83e8435e6416d4c82984f28e74c809" + }, + { + "sha": "12c22131069b9cc4b76f0112ed8aae6317edf3c6", + "date": "2024-11-25T06:41:51Z", + "message": "Merge pull request #582 from ai16z/new_api_docs\n\nfeat: update api docs", + "url": "https://github.com/ai16z/eliza/commit/12c22131069b9cc4b76f0112ed8aae6317edf3c6" + }, + { + "sha": "11dfe9aa0ccc3f747cd704608cc332190d323685", + "date": "2024-11-25T06:41:42Z", + "message": "Merge pull request #583 from ai16z/shaw/devex-fixes\n\nfix: Devex Fixes", + "url": "https://github.com/ai16z/eliza/commit/11dfe9aa0ccc3f747cd704608cc332190d323685" + }, + { + "sha": "37f560b46c132afb909989162d384f552df74763", + "date": "2024-11-25T06:34:57Z", + "message": "Merge branch 'renovate/clsx-2.x' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/37f560b46c132afb909989162d384f552df74763" + }, + { + "sha": "7dd26c8514d3186fc3596d230797a9af33ed9451", + "date": "2024-11-25T06:34:14Z", + "message": "Merge branch 'renovate/docusaurus-monorepo' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/7dd26c8514d3186fc3596d230797a9af33ed9451" + }, + { + "sha": "8a5e5ed6046e2d370fa6509ecbd04a4bb0ce53ee", + "date": "2024-11-25T06:33:37Z", + "message": "Merge branch 'renovate/agent-twitter-client-0.x' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/8a5e5ed6046e2d370fa6509ecbd04a4bb0ce53ee" + }, + { + "sha": "1c6ad2ef0c6ec660b20b29befe808873af1df247", + "date": "2024-11-25T06:33:15Z", + "message": "Merge branch 'renovate/solana-packages' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/1c6ad2ef0c6ec660b20b29befe808873af1df247" + }, + { + "sha": "4b3d689ce5c91a28b87d5194fa545ee12114df73", + "date": "2024-11-25T06:32:16Z", + "message": "Merge branch 'renovate/opendocsg-pdf2md-0.x' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/4b3d689ce5c91a28b87d5194fa545ee12114df73" + }, + { + "sha": "11f1301f87e5119d8da19d01f27af892604143bc", + "date": "2024-11-25T06:31:44Z", + "message": "Merge branch 'renovate/echogarden-espeak-ng-emscripten-0.x' of https://github.com/ai16z/eliza into shaw/package-updates", + "url": "https://github.com/ai16z/eliza/commit/11f1301f87e5119d8da19d01f27af892604143bc" + }, + { + "sha": "342f4a56088959824b278c63418bdc173fe7d85d", + "date": "2024-11-25T06:31:04Z", + "message": "Merge branch 'renovate/pin-dependencies' of https://github.com/ai16z/eliza into shaw/devex-fixes", + "url": "https://github.com/ai16z/eliza/commit/342f4a56088959824b278c63418bdc173fe7d85d" + }, + { + "sha": "df0869f61c77dd798568b36ea658e11264388d96", + "date": "2024-11-25T06:24:12Z", + "message": "make devex not suck so bad", + "url": "https://github.com/ai16z/eliza/commit/df0869f61c77dd798568b36ea658e11264388d96" + }, + { + "sha": "577ef88c5e0f3a9bba40887c63042a3a0526fccd", + "date": "2024-11-25T06:04:00Z", + "message": "Merge pull request #581 from ai16z/new_docs\n\nfeat: add new pages", + "url": "https://github.com/ai16z/eliza/commit/577ef88c5e0f3a9bba40887c63042a3a0526fccd" + }, + { + "sha": "ac3188b0be8bb0fae5873610c2ed3238833c36f1", + "date": "2024-11-25T04:59:19Z", + "message": "Merge pull request #580 from YoungPhlo/docs/community-streams\n\nAdd community stream notes for WDYGDTW 2", + "url": "https://github.com/ai16z/eliza/commit/ac3188b0be8bb0fae5873610c2ed3238833c36f1" + }, + { + "sha": "aeacc6240426ac7ea0dcaf002172e71ae707fd48", + "date": "2024-11-25T01:32:29Z", + "message": "Merge pull request #571 from bmgalego/fix-dependecies\n\nfix: remove db adapters depencies from core and remove plugin-node from telegram", + "url": "https://github.com/ai16z/eliza/commit/aeacc6240426ac7ea0dcaf002172e71ae707fd48" + }, + { + "sha": "666d5c154e045b4427872a541d9e010b3104de05", + "date": "2024-11-24T11:48:02Z", + "message": "Merge pull request #559 from grallc/fix-twitter-docs\n\nImproved Twitter Documentation", + "url": "https://github.com/ai16z/eliza/commit/666d5c154e045b4427872a541d9e010b3104de05" + }, + { + "sha": "d706e77d0ee119ad592dbdc40f95276dd3ce8ebb", + "date": "2024-11-24T11:47:45Z", + "message": "Merge pull request #561 from 0xFlicker/fix-echogarden\n\nfix: bump echogarden to fix case sensitive issue", + "url": "https://github.com/ai16z/eliza/commit/d706e77d0ee119ad592dbdc40f95276dd3ce8ebb" + }, { "sha": "379aeb32a75bc9de8159615fdfb6cbb0c73bdd13", "date": "2024-11-21T07:31:12Z", @@ -35,6 +653,18 @@ "message": "Merge pull request #441 from o-on-x/main\n\nfeat: add all the style guidelines to the context", "url": "https://github.com/ai16z/eliza/commit/b0a0b843fbb56972a913458133deeaa1f697933c" }, + { + "sha": "4235f84ab5b58729c8785384aae443bff71b0e8f", + "date": "2024-11-20T05:56:36Z", + "message": "Merge branch 'main' of https://github.com/ai16z/eliza", + "url": "https://github.com/ai16z/eliza/commit/4235f84ab5b58729c8785384aae443bff71b0e8f" + }, + { + "sha": "6627e798f70331deb52754db7b01008847281126", + "date": "2024-11-20T05:29:32Z", + "message": "Merge branch 'main' of https://github.com/ai16z/eliza", + "url": "https://github.com/ai16z/eliza/commit/6627e798f70331deb52754db7b01008847281126" + }, { "sha": "5fdbee6df504e7505d80a7657948d98e571bf18d", "date": "2024-11-19T01:17:33Z", @@ -3061,6 +3691,132 @@ } ], "pull_requests": [ + { + "number": 670, + "title": "feat: add Turborepo", + "state": "open", + "created_at": "2024-11-29T12:30:32Z", + "url": "https://github.com/ai16z/eliza/pull/670", + "labels": [], + "comments": 1 + }, + { + "number": 655, + "title": "feat: No implicit response message", + "state": "open", + "created_at": "2024-11-28T19:35:19Z", + "url": "https://github.com/ai16z/eliza/pull/655", + "labels": [], + "comments": 0 + }, + { + "number": 646, + "title": "fix: Shaw/twitter updates to youngphlo pr", + "state": "open", + "created_at": "2024-11-28T10:15:19Z", + "url": "https://github.com/ai16z/eliza/pull/646", + "labels": [], + "comments": 0 + }, + { + "number": 643, + "title": "feat: Merge EVM and add character override", + "state": "closed", + "created_at": "2024-11-28T08:32:23Z", + "url": "https://github.com/ai16z/eliza/pull/643", + "labels": [], + "comments": 0 + }, + { + "number": 621, + "title": "fix: Split off direct-client and terminal chat from agent", + "state": "open", + "created_at": "2024-11-27T01:18:46Z", + "url": "https://github.com/ai16z/eliza/pull/621", + "labels": [], + "comments": 0 + }, + { + "number": 613, + "title": "fix: Update and add Conflux", + "state": "closed", + "created_at": "2024-11-26T10:15:38Z", + "url": "https://github.com/ai16z/eliza/pull/613", + "labels": [], + "comments": 0 + }, + { + "number": 612, + "title": "fix: Fix buttplug.io integration and merge", + "state": "closed", + "created_at": "2024-11-26T10:03:03Z", + "url": "https://github.com/ai16z/eliza/pull/612", + "labels": [], + "comments": 0 + }, + { + "number": 589, + "title": "fix: Shaw/fix zerog", + "state": "closed", + "created_at": "2024-11-25T08:23:15Z", + "url": "https://github.com/ai16z/eliza/pull/589", + "labels": [], + "comments": 0 + }, + { + "number": 588, + "title": "fix: React Client fixes", + "state": "closed", + "created_at": "2024-11-25T07:39:50Z", + "url": "https://github.com/ai16z/eliza/pull/588", + "labels": [], + "comments": 0 + }, + { + "number": 587, + "title": "Shaw/logger fixes", + "state": "closed", + "created_at": "2024-11-25T07:13:58Z", + "url": "https://github.com/ai16z/eliza/pull/587", + "labels": [], + "comments": 0 + }, + { + "number": 586, + "title": "feat: Shaw/realityspiral/coinbase fixes", + "state": "closed", + "created_at": "2024-11-25T07:01:06Z", + "url": "https://github.com/ai16z/eliza/pull/586", + "labels": [], + "comments": 0 + }, + { + "number": 585, + "title": "feat: More package updates", + "state": "closed", + "created_at": "2024-11-25T06:52:48Z", + "url": "https://github.com/ai16z/eliza/pull/585", + "labels": [], + "comments": 0 + }, + { + "number": 584, + "title": "feat: Update packages", + "state": "closed", + "created_at": "2024-11-25T06:43:48Z", + "url": "https://github.com/ai16z/eliza/pull/584", + "labels": [], + "comments": 0 + }, + { + "number": 583, + "title": "fix: Devex Fixes", + "state": "closed", + "created_at": "2024-11-25T06:24:53Z", + "url": "https://github.com/ai16z/eliza/pull/583", + "labels": [], + "comments": 0 + }, { "number": 391, "title": "Init commit of operator instructions", @@ -3215,11 +3971,11 @@ "comments": 0 } ], - "total_commits": 509, - "total_prs": 17, + "total_commits": 614, + "total_prs": 31, "commit_activity": { "2024": { - "11": 213, + "11": 318, "10": 76, "9": 81, "8": 65, @@ -3230,7 +3986,7 @@ }, "pr_activity": { "2024": { - "11": 10, + "11": 24, "10": 2, "9": 2, "7": 3 @@ -3239,6 +3995,39 @@ }, "issues": { "opened": [ + { + "number": 644, + "title": "Better EVM multi-chain handling", + "state": "open", + "created_at": "2024-11-28T08:33:58Z", + "url": "https://github.com/ai16z/eliza/issues/644", + "labels": [ + "enhancement" + ], + "comments": 0 + }, + { + "number": 639, + "title": "Upgrade to turborepo for monorepo management", + "state": "open", + "created_at": "2024-11-28T06:20:09Z", + "url": "https://github.com/ai16z/eliza/issues/639", + "labels": [ + "enhancement" + ], + "comments": 0 + }, + { + "number": 579, + "title": "Turnkey Integration", + "state": "open", + "created_at": "2024-11-25T04:34:00Z", + "url": "https://github.com/ai16z/eliza/issues/579", + "labels": [ + "enhancement" + ], + "comments": 0 + }, { "number": 260, "title": "Agent is reposting images from other parts of conversation as its own image", @@ -3307,7 +4096,7 @@ "labels": [ "enhancement" ], - "comments": 0 + "comments": 1 }, { "number": 241, @@ -3823,10 +4612,10 @@ "comments": 0 } ], - "total_opened": 54, + "total_opened": 57, "issue_activity": { "2024": { - "11": 24, + "11": 27, "10": 20, "7": 10 } @@ -4105,6 +4894,54 @@ "url": "https://github.com/ai16z/eliza/issues/288#issuecomment-2478972010", "type": "issue", "issue_number": "288" + }, + { + "id": 2505197712, + "body": "> I want a Agent to message autonomously, based on its character details. Is there a way to do that?\r\n\r\nOn what platform? We do this on Twitter, check out the TwitterPostClient. You could have a similar pattern for discord, telegram, etc", + "created_at": "2024-11-28T03:32:49Z", + "url": "https://github.com/ai16z/eliza/issues/630#issuecomment-2505197712", + "type": "issue", + "issue_number": "630" + }, + { + "id": 2505198320, + "body": "Yeah, this is the same for caching and other stuff. We can add this to the MemoryManager, or make a DataManager that also uses the same adapters.", + "created_at": "2024-11-28T03:33:39Z", + "url": "https://github.com/ai16z/eliza/issues/617#issuecomment-2505198320", + "type": "issue", + "issue_number": "617" + }, + { + "id": 2508342541, + "body": "Yeah. We need to solve this.", + "created_at": "2024-11-29T18:50:56Z", + "url": "https://github.com/ai16z/eliza/issues/656#issuecomment-2508342541", + "type": "issue", + "issue_number": "656" + }, + { + "id": 2508406918, + "body": "@randomdevver we used to have a \"dry run\" for twitter posting but killed it. Just copy the twitter post client or add something so it doesn't actually post the result", + "created_at": "2024-11-29T19:13:14Z", + "url": "https://github.com/ai16z/eliza/issues/630#issuecomment-2508406918", + "type": "issue", + "issue_number": "630" + }, + { + "id": 2508408267, + "body": "It does but that sucks, need to use turborepo", + "created_at": "2024-11-29T19:13:44Z", + "url": "https://github.com/ai16z/eliza/issues/601#issuecomment-2508408267", + "type": "issue", + "issue_number": "601" + }, + { + "id": 2508659777, + "body": "hmm bad bug", + "created_at": "2024-11-29T20:59:23Z", + "url": "https://github.com/ai16z/eliza/issues/679#issuecomment-2508659777", + "type": "issue", + "issue_number": "679" } ], "pr_comments": [ @@ -4331,13 +5168,69 @@ "url": "https://github.com/ai16z/eliza/pull/381#issuecomment-2484206657", "type": "pr", "issue_number": "381" + }, + { + "id": 2494461383, + "body": "DUDE you are awesome. DM or drop your wallet address please", + "created_at": "2024-11-22T18:09:18Z", + "url": "https://github.com/ai16z/eliza/pull/517#issuecomment-2494461383", + "type": "pr", + "issue_number": "517" + }, + { + "id": 2497009949, + "body": "Very cool but we should think about adding this to the db", + "created_at": "2024-11-25T06:55:55Z", + "url": "https://github.com/ai16z/eliza/pull/569#issuecomment-2497009949", + "type": "pr", + "issue_number": "569" + }, + { + "id": 2502408927, + "body": "Why do we want this? I removed it because I felt like it was unnecessary, but open to ideas here", + "created_at": "2024-11-27T01:19:25Z", + "url": "https://github.com/ai16z/eliza/pull/618#issuecomment-2502408927", + "type": "pr", + "issue_number": "618" + }, + { + "id": 2503132034, + "body": "lgtm", + "created_at": "2024-11-27T07:43:31Z", + "url": "https://github.com/ai16z/eliza/pull/625#issuecomment-2503132034", + "type": "pr", + "issue_number": "625" + }, + { + "id": 2506613206, + "body": "v smort", + "created_at": "2024-11-28T18:13:45Z", + "url": "https://github.com/ai16z/eliza/pull/653#issuecomment-2506613206", + "type": "pr", + "issue_number": "653" + }, + { + "id": 2507676277, + "body": "This is merged into main, closing this PR since it is made onto stable", + "created_at": "2024-11-29T12:02:29Z", + "url": "https://github.com/ai16z/eliza/pull/406#issuecomment-2507676277", + "type": "pr", + "issue_number": "406" + }, + { + "id": 2507679773, + "body": "This got overwritten by another branch so closing", + "created_at": "2024-11-29T12:04:40Z", + "url": "https://github.com/ai16z/eliza/pull/454#issuecomment-2507679773", + "type": "pr", + "issue_number": "454" } ], - "total_comments": 62, + "total_comments": 75, "comment_activity": { "2024": { "10": 11, - "11": 51 + "11": 64 } } } diff --git a/data/laser-riot.json b/data/laser-riot.json index 1214c14..58783ce 100644 --- a/data/laser-riot.json +++ b/data/laser-riot.json @@ -76,11 +76,20 @@ "issue_number": "451" } ], - "pr_comments": [], - "total_comments": 2, + "pr_comments": [ + { + "id": 2508726017, + "body": "> Got a message about errors during image generation. Be sure to add the right `plugins` and `clients` in your character file.\r\n> \r\n> ```diff\r\n> diff --git a/agent/src/character.ts b/agent/src/character.ts\r\n> index da7e718..53c6f12 100644\r\n> --- a/agent/src/character.ts\r\n> +++ b/agent/src/character.ts\r\n> @@ -4,9 +4,9 @@ import { imageGenerationPlugin } from \"@ai16z/plugin-image-generation\";\r\n> export const character: Character = {\r\n> ...defaultCharacter,\r\n> name: \"Eliza\",\r\n> - plugins: [],\r\n> - clients: [],\r\n> - modelProvider: ModelProviderName.OPENAI,\r\n> + plugins: [imageGenerationPlugin],\r\n> + clients: [Clients.TWITTER],\r\n> + modelProvider: ModelProviderName.HEURIST,\r\n> settings: {\r\n> secrets: {},\r\n> voice: {\r\n> ```\r\n\r\nHere it would also be best to follow fail-fast approach to check on start and fail/crash with a helpful message if a plugin/config is missing.", + "created_at": "2024-11-29T23:10:58Z", + "url": "https://github.com/ai16z/eliza/pull/629#issuecomment-2508726017", + "type": "pr", + "issue_number": "629" + } + ], + "total_comments": 3, "comment_activity": { "2024": { - "11": 2 + "11": 3 } } } diff --git a/data/madjin.json b/data/madjin.json index 1e312c4..016bc08 100644 --- a/data/madjin.json +++ b/data/madjin.json @@ -1,10 +1,40 @@ { "username": "madjin", "avatar_url": "https://avatars.githubusercontent.com/u/32600939?v=4", - "total_contributions": 55, + "total_contributions": 60, "activity": { "code": { "commits": [ + { + "sha": "1471a163f2f497931326876dd2bf23dd0845bf1d", + "date": "2024-11-28T07:39:05Z", + "message": "Merge pull request #638 from YoungPhlo/docs/community-streams\n\nNotes for AI Agent Dev School #1", + "url": "https://github.com/ai16z/eliza/commit/1471a163f2f497931326876dd2bf23dd0845bf1d" + }, + { + "sha": "78d9992679dcb788b66cdefb7f6bcf98c61be167", + "date": "2024-11-25T18:32:05Z", + "message": "update sidebars", + "url": "https://github.com/ai16z/eliza/commit/78d9992679dcb788b66cdefb7f6bcf98c61be167" + }, + { + "sha": "c130e68060747524d9a51936c3ecdeeda0097e8d", + "date": "2024-11-25T06:30:25Z", + "message": "update sidebars", + "url": "https://github.com/ai16z/eliza/commit/c130e68060747524d9a51936c3ecdeeda0097e8d" + }, + { + "sha": "63cd52df73c17d43fbc2bcce3eb6c768af4b272c", + "date": "2024-11-25T06:11:52Z", + "message": "update api docs", + "url": "https://github.com/ai16z/eliza/commit/63cd52df73c17d43fbc2bcce3eb6c768af4b272c" + }, + { + "sha": "e010e77980714b6d636c35a228dec1dc58331853", + "date": "2024-11-25T05:58:26Z", + "message": "add new pages", + "url": "https://github.com/ai16z/eliza/commit/e010e77980714b6d636c35a228dec1dc58331853" + }, { "sha": "62cd643d78c8b9cae992db1c6624d68caea314d0", "date": "2024-11-20T19:08:22Z", @@ -337,6 +367,33 @@ } ], "pull_requests": [ + { + "number": 593, + "title": "feat: update sidebars", + "state": "closed", + "created_at": "2024-11-25T18:33:11Z", + "url": "https://github.com/ai16z/eliza/pull/593", + "labels": [], + "comments": 0 + }, + { + "number": 582, + "title": "feat: update api docs", + "state": "closed", + "created_at": "2024-11-25T06:14:00Z", + "url": "https://github.com/ai16z/eliza/pull/582", + "labels": [], + "comments": 0 + }, + { + "number": 581, + "title": "feat: add new pages", + "state": "closed", + "created_at": "2024-11-25T05:59:31Z", + "url": "https://github.com/ai16z/eliza/pull/581", + "labels": [], + "comments": 0 + }, { "number": 364, "title": "feat: update docs with new stream notes", @@ -419,16 +476,16 @@ "comments": 0 } ], - "total_commits": 55, - "total_prs": 9, + "total_commits": 60, + "total_prs": 12, "commit_activity": { "2024": { - "11": 55 + "11": 60 } }, "pr_activity": { "2024": { - "11": 9 + "11": 12 } } }, @@ -480,7 +537,7 @@ "enhancement", "Bounty" ], - "comments": 2 + "comments": 3 }, { "number": 298, diff --git a/data/metadiver.json b/data/metadiver.json index 0034d67..52d30d9 100644 --- a/data/metadiver.json +++ b/data/metadiver.json @@ -44,7 +44,7 @@ "created_at": "2024-11-12T21:18:07Z", "url": "https://github.com/ai16z/eliza/pull/277", "labels": [], - "comments": 0 + "comments": 1 } ], "total_commits": 2, diff --git a/data/milancermak.json b/data/milancermak.json new file mode 100644 index 0000000..4b83c93 --- /dev/null +++ b/data/milancermak.json @@ -0,0 +1,81 @@ +{ + "username": "milancermak", + "avatar_url": "https://avatars.githubusercontent.com/u/184055?v=4", + "total_contributions": 6, + "activity": { + "code": { + "commits": [ + { + "sha": "44e839446d6001e8060e80c4d58e99ae3f2ca2a2", + "date": "2024-11-26T09:06:58Z", + "message": "chore: pretty", + "url": "https://github.com/ai16z/eliza/commit/44e839446d6001e8060e80c4d58e99ae3f2ca2a2" + }, + { + "sha": "b5878920d3025a1a691e0d30aa6423aacb928678", + "date": "2024-11-26T09:05:27Z", + "message": "refactor: tokens const in token.ts", + "url": "https://github.com/ai16z/eliza/commit/b5878920d3025a1a691e0d30aa6423aacb928678" + }, + { + "sha": "8b6cc8d597d866b5e4dcd99b67257eb9f8ea0ee0", + "date": "2024-11-25T21:24:00Z", + "message": "Merge branch 'main' into dev/starknet-cleanup", + "url": "https://github.com/ai16z/eliza/commit/8b6cc8d597d866b5e4dcd99b67257eb9f8ea0ee0" + }, + { + "sha": "3a30ce48279ba74c5f546d95a051ce736e7af969", + "date": "2024-11-25T21:09:35Z", + "message": "chore: prettify", + "url": "https://github.com/ai16z/eliza/commit/3a30ce48279ba74c5f546d95a051ce736e7af969" + }, + { + "sha": "7800dbc728400a3bd0b2ff34f7a373a80864bc3a", + "date": "2024-11-25T21:00:51Z", + "message": "feat(starknet): portfolio provider", + "url": "https://github.com/ai16z/eliza/commit/7800dbc728400a3bd0b2ff34f7a373a80864bc3a" + }, + { + "sha": "a8bafc7bd008a2f9147e90bea1bd1cb3b0cb7ef0", + "date": "2024-11-22T14:56:25Z", + "message": "dev(starknet): plugin cleanup", + "url": "https://github.com/ai16z/eliza/commit/a8bafc7bd008a2f9147e90bea1bd1cb3b0cb7ef0" + } + ], + "pull_requests": [ + { + "number": 595, + "title": "feat: starknet portfolio provider", + "state": "closed", + "created_at": "2024-11-25T21:19:10Z", + "url": "https://github.com/ai16z/eliza/pull/595", + "labels": [], + "comments": 0 + } + ], + "total_commits": 6, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 6 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/monilpat.json b/data/monilpat.json index 930ce75..81bd564 100644 --- a/data/monilpat.json +++ b/data/monilpat.json @@ -1,10 +1,298 @@ { "username": "monilpat", "avatar_url": "https://avatars.githubusercontent.com/u/15067321?v=4", - "total_contributions": 8, + "total_contributions": 56, "activity": { "code": { "commits": [ + { + "sha": "ee75f7d214361716e0c7642aa41e167fb28c9de5", + "date": "2024-11-29T04:40:41Z", + "message": "fix: pnpm-lock.yaml", + "url": "https://github.com/ai16z/eliza/commit/ee75f7d214361716e0c7642aa41e167fb28c9de5" + }, + { + "sha": "1b40ad1d44b67a67722b9ac5af70f2a9db23d7ca", + "date": "2024-11-28T22:24:42Z", + "message": "Fix linter", + "url": "https://github.com/ai16z/eliza/commit/1b40ad1d44b67a67722b9ac5af70f2a9db23d7ca" + }, + { + "sha": "39d5f44f2b7bf1812a22231043815df1b0085585", + "date": "2024-11-28T22:21:49Z", + "message": "test and get working", + "url": "https://github.com/ai16z/eliza/commit/39d5f44f2b7bf1812a22231043815df1b0085585" + }, + { + "sha": "1763478d2c1ff088e094e934069d1b88807ac84b", + "date": "2024-11-28T21:59:25Z", + "message": "feat: Add wallet history (transactions, balances) to provider", + "url": "https://github.com/ai16z/eliza/commit/1763478d2c1ff088e094e934069d1b88807ac84b" + }, + { + "sha": "cd98ff99a6281352ecf5246cb059b71c69e8b8c3", + "date": "2024-11-28T17:27:26Z", + "message": "Merge branch 'realitySpiral/coinbaseTrading' of https://github.com/monilpat/eliza into realitySpiral/coinbaseTrading", + "url": "https://github.com/ai16z/eliza/commit/cd98ff99a6281352ecf5246cb059b71c69e8b8c3" + }, + { + "sha": "90bf7585136247781179a965000653eb1a8f78f2", + "date": "2024-11-28T17:27:21Z", + "message": "Reset commit history", + "url": "https://github.com/ai16z/eliza/commit/90bf7585136247781179a965000653eb1a8f78f2" + }, + { + "sha": "1f864a1e9471ebfcb4f47efce1efecee3e35e461", + "date": "2024-11-28T17:24:00Z", + "message": "Merge branch 'realitySpiral/coinbaseTrading' of https://github.com/monilpat/eliza into realitySpiral/coinbaseTrading", + "url": "https://github.com/ai16z/eliza/commit/1f864a1e9471ebfcb4f47efce1efecee3e35e461" + }, + { + "sha": "fe58d491a0a45f6e586b2a4e9eb7534fbed7d15d", + "date": "2024-11-28T17:12:49Z", + "message": "Update .env.example", + "url": "https://github.com/ai16z/eliza/commit/fe58d491a0a45f6e586b2a4e9eb7534fbed7d15d" + }, + { + "sha": "4104d0be5d7770a055dd623714302cfd3d05e530", + "date": "2024-11-28T16:16:27Z", + "message": "Address linter", + "url": "https://github.com/ai16z/eliza/commit/4104d0be5d7770a055dd623714302cfd3d05e530" + }, + { + "sha": "a2aad01d8169dbe9b64a1a48fd88091a47d15526", + "date": "2024-11-28T16:11:11Z", + "message": "add missing eslint fix", + "url": "https://github.com/ai16z/eliza/commit/a2aad01d8169dbe9b64a1a48fd88091a47d15526" + }, + { + "sha": "f94c2d5aa2d79fb5038ed15f349e0c3d1b4ebe76", + "date": "2024-11-28T16:05:08Z", + "message": "merge conflicts", + "url": "https://github.com/ai16z/eliza/commit/f94c2d5aa2d79fb5038ed15f349e0c3d1b4ebe76" + }, + { + "sha": "0b66cfaf2213f7c007d1278df618bab2cd74b28d", + "date": "2024-11-28T15:29:21Z", + "message": "Add disclaimer", + "url": "https://github.com/ai16z/eliza/commit/0b66cfaf2213f7c007d1278df618bab2cd74b28d" + }, + { + "sha": "133614e819ccb73f794be0bab8324e74b3182d92", + "date": "2024-11-28T15:27:00Z", + "message": "Update readme", + "url": "https://github.com/ai16z/eliza/commit/133614e819ccb73f794be0bab8324e74b3182d92" + }, + { + "sha": "d9df31ea7f04faa65468a10ed56f4bf8cf1c7909", + "date": "2024-11-28T15:22:27Z", + "message": "Tested and working ETH <-> USDC", + "url": "https://github.com/ai16z/eliza/commit/d9df31ea7f04faa65468a10ed56f4bf8cf1c7909" + }, + { + "sha": "069344ded3e5b43c2262b62b2ff6a28664a76157", + "date": "2024-11-28T13:17:07Z", + "message": "clean up 2", + "url": "https://github.com/ai16z/eliza/commit/069344ded3e5b43c2262b62b2ff6a28664a76157" + }, + { + "sha": "1c4b13b312f62f550387397168adac48371ef5c1", + "date": "2024-11-26T06:18:32Z", + "message": "write to csv + clean up", + "url": "https://github.com/ai16z/eliza/commit/1c4b13b312f62f550387397168adac48371ef5c1" + }, + { + "sha": "d657e8531807711a72a1c43877280aff1f3f4a6d", + "date": "2024-11-26T06:06:49Z", + "message": "Make massPayments gasless if usdc", + "url": "https://github.com/ai16z/eliza/commit/d657e8531807711a72a1c43877280aff1f3f4a6d" + }, + { + "sha": "0b2332ed7fca58003eba81fb73f37df3740f6d9d", + "date": "2024-11-26T06:00:29Z", + "message": "feat: implement coinbase trading", + "url": "https://github.com/ai16z/eliza/commit/0b2332ed7fca58003eba81fb73f37df3740f6d9d" + }, + { + "sha": "11f0b9faa7aa3dc6d2424da2276f419e6c57afd3", + "date": "2024-11-28T17:12:49Z", + "message": "Update .env.example", + "url": "https://github.com/ai16z/eliza/commit/11f0b9faa7aa3dc6d2424da2276f419e6c57afd3" + }, + { + "sha": "ee64a1d587ff2c11b9dea70295160840efebecb8", + "date": "2024-11-28T16:16:27Z", + "message": "Address linter", + "url": "https://github.com/ai16z/eliza/commit/ee64a1d587ff2c11b9dea70295160840efebecb8" + }, + { + "sha": "389ea251d386401d3b521a4f0deebc0d77af3154", + "date": "2024-11-28T16:11:11Z", + "message": "add missing eslint fix", + "url": "https://github.com/ai16z/eliza/commit/389ea251d386401d3b521a4f0deebc0d77af3154" + }, + { + "sha": "18d10139cff45ea966a0910292dc282cf71d4109", + "date": "2024-11-28T16:05:08Z", + "message": "merge conflicts", + "url": "https://github.com/ai16z/eliza/commit/18d10139cff45ea966a0910292dc282cf71d4109" + }, + { + "sha": "a6fee500dddeccebc840ee28085b254c13b3cae1", + "date": "2024-11-28T16:04:39Z", + "message": "Merge branch 'realitySpiral/coinbaseTrading' of https://github.com/monilpat/eliza into realitySpiral/coinbaseTrading", + "url": "https://github.com/ai16z/eliza/commit/a6fee500dddeccebc840ee28085b254c13b3cae1" + }, + { + "sha": "3feda9ca150142ef348af075d23cd53a98bd3deb", + "date": "2024-11-28T15:29:21Z", + "message": "Add disclaimer", + "url": "https://github.com/ai16z/eliza/commit/3feda9ca150142ef348af075d23cd53a98bd3deb" + }, + { + "sha": "d91094f90f8c14349bd6057be3f99ffaa82540ec", + "date": "2024-11-28T15:27:00Z", + "message": "Update readme", + "url": "https://github.com/ai16z/eliza/commit/d91094f90f8c14349bd6057be3f99ffaa82540ec" + }, + { + "sha": "4c991d3f7aff11b61a34df5663efc2e844fda657", + "date": "2024-11-28T15:22:27Z", + "message": "Tested and working ETH <-> USDC", + "url": "https://github.com/ai16z/eliza/commit/4c991d3f7aff11b61a34df5663efc2e844fda657" + }, + { + "sha": "27cf67a3ba40e2b627dfe9c02bdcdd8e2b706750", + "date": "2024-11-28T13:17:07Z", + "message": "clean up 2", + "url": "https://github.com/ai16z/eliza/commit/27cf67a3ba40e2b627dfe9c02bdcdd8e2b706750" + }, + { + "sha": "c9e7eadc0c85a9bf80a767ebc317b9e5fa9de737", + "date": "2024-11-26T06:18:32Z", + "message": "write to csv + clean up", + "url": "https://github.com/ai16z/eliza/commit/c9e7eadc0c85a9bf80a767ebc317b9e5fa9de737" + }, + { + "sha": "7ee219e4eaa0d6cfd8096264c584663c6a546f7f", + "date": "2024-11-26T06:06:49Z", + "message": "Make massPayments gasless if usdc", + "url": "https://github.com/ai16z/eliza/commit/7ee219e4eaa0d6cfd8096264c584663c6a546f7f" + }, + { + "sha": "6c876850f5d9e5fc784cd5494cf849d6ccfe1504", + "date": "2024-11-26T06:00:29Z", + "message": "feat: implement coinbase trading", + "url": "https://github.com/ai16z/eliza/commit/6c876850f5d9e5fc784cd5494cf849d6ccfe1504" + }, + { + "sha": "fa78749e14bd98377cde593ef699eefc88838ba7", + "date": "2024-11-24T22:08:13Z", + "message": "feat: update plugin readme", + "url": "https://github.com/ai16z/eliza/commit/fa78749e14bd98377cde593ef699eefc88838ba7" + }, + { + "sha": "5b78148e26fe3ccf4764661988ef1fd995814641", + "date": "2024-11-24T21:50:36Z", + "message": "fix: if can't resolve character path write seed to gitignored characters/file", + "url": "https://github.com/ai16z/eliza/commit/5b78148e26fe3ccf4764661988ef1fd995814641" + }, + { + "sha": "4b8622233c4014de9fc662e4a068fdc180cc1be3", + "date": "2024-11-24T20:53:24Z", + "message": "fix: get new wallet flow working", + "url": "https://github.com/ai16z/eliza/commit/4b8622233c4014de9fc662e4a068fdc180cc1be3" + }, + { + "sha": "436a83dbd2c3d6c800a06c9cefe7ba393503e9f6", + "date": "2024-11-24T20:20:44Z", + "message": "feat: implement coinbase mass payments across base/sol/eth/pol/arb", + "url": "https://github.com/ai16z/eliza/commit/436a83dbd2c3d6c800a06c9cefe7ba393503e9f6" + }, + { + "sha": "d4835c50257e201c1261ac17100d9ecedcab1d4b", + "date": "2024-11-22T22:12:23Z", + "message": "Update package.json", + "url": "https://github.com/ai16z/eliza/commit/d4835c50257e201c1261ac17100d9ecedcab1d4b" + }, + { + "sha": "932ba8b2ae6da2445033e6bd7a015c1989c224e7", + "date": "2024-11-22T22:08:38Z", + "message": "chore: merge conflicts", + "url": "https://github.com/ai16z/eliza/commit/932ba8b2ae6da2445033e6bd7a015c1989c224e7" + }, + { + "sha": "4d383c2731f8155ce543c6a2f572db0396093df2", + "date": "2024-11-22T05:44:21Z", + "message": "Remove unnecessary console.logs", + "url": "https://github.com/ai16z/eliza/commit/4d383c2731f8155ce543c6a2f572db0396093df2" + }, + { + "sha": "7ef450222e3f1e93388b130d80ffa725c4d3f983", + "date": "2024-11-22T05:35:06Z", + "message": "Integrate coinbase plugin and test and get it working", + "url": "https://github.com/ai16z/eliza/commit/7ef450222e3f1e93388b130d80ffa725c4d3f983" + }, + { + "sha": "e96e0cc4f6e3c130c582e8879bbd25a302c20be0", + "date": "2024-11-22T01:23:35Z", + "message": "Build plugin", + "url": "https://github.com/ai16z/eliza/commit/e96e0cc4f6e3c130c582e8879bbd25a302c20be0" + }, + { + "sha": "60bdca37c6f24eb1aea889ba0c728b2b3ecc720f", + "date": "2024-11-21T06:41:13Z", + "message": "Testing Coinbase Plugin", + "url": "https://github.com/ai16z/eliza/commit/60bdca37c6f24eb1aea889ba0c728b2b3ecc720f" + }, + { + "sha": "0b4e85d527f496ad90eead75ba987233e52ba381", + "date": "2024-11-21T00:46:14Z", + "message": "add plugin to readme", + "url": "https://github.com/ai16z/eliza/commit/0b4e85d527f496ad90eead75ba987233e52ba381" + }, + { + "sha": "8e5658a2891464b39263f969436abdecee2d6e24", + "date": "2024-11-20T20:00:38Z", + "message": "Implement Coinbase Commerce Provider", + "url": "https://github.com/ai16z/eliza/commit/8e5658a2891464b39263f969436abdecee2d6e24" + }, + { + "sha": "d33edacd7455f2fb3fe9206453f26a70fe24034b", + "date": "2024-11-22T05:44:21Z", + "message": "Remove unnecessary console.logs", + "url": "https://github.com/ai16z/eliza/commit/d33edacd7455f2fb3fe9206453f26a70fe24034b" + }, + { + "sha": "26fab789195e0f484f0e0b2b6060c7e9cbfca52e", + "date": "2024-11-22T05:35:06Z", + "message": "Integrate coinbase plugin and test and get it working", + "url": "https://github.com/ai16z/eliza/commit/26fab789195e0f484f0e0b2b6060c7e9cbfca52e" + }, + { + "sha": "6d655513b762188f23db93e3d4efdef11de1dd45", + "date": "2024-11-22T01:23:35Z", + "message": "Build plugin", + "url": "https://github.com/ai16z/eliza/commit/6d655513b762188f23db93e3d4efdef11de1dd45" + }, + { + "sha": "e98b8a5f441a12e2caec60d52282780d6ba52213", + "date": "2024-11-21T06:41:13Z", + "message": "Testing Coinbase Plugin", + "url": "https://github.com/ai16z/eliza/commit/e98b8a5f441a12e2caec60d52282780d6ba52213" + }, + { + "sha": "eed9bce93d61f525618baa46dcf9761c04e64fd7", + "date": "2024-11-21T00:46:14Z", + "message": "add plugin to readme", + "url": "https://github.com/ai16z/eliza/commit/eed9bce93d61f525618baa46dcf9761c04e64fd7" + }, + { + "sha": "f60c5360bb29af8551587b840e382590e72e61c3", + "date": "2024-11-20T20:00:38Z", + "message": "Implement Coinbase Commerce Provider", + "url": "https://github.com/ai16z/eliza/commit/f60c5360bb29af8551587b840e382590e72e61c3" + }, { "sha": "fa450e734cdcbcd2b5d7adc7a1a5b10769bc652a", "date": "2024-11-20T03:38:10Z", @@ -55,14 +343,50 @@ } ], "pull_requests": [ + { + "number": 664, + "title": "fix: pnpm-lock.yaml", + "state": "closed", + "created_at": "2024-11-29T04:42:16Z", + "url": "https://github.com/ai16z/eliza/pull/664", + "labels": [], + "comments": 0 + }, + { + "number": 658, + "title": "feat: Add wallet history (transactions, balances) to coinbase providers", + "state": "closed", + "created_at": "2024-11-28T22:22:06Z", + "url": "https://github.com/ai16z/eliza/pull/658", + "labels": [], + "comments": 0 + }, + { + "number": 608, + "title": "feat: implement coinbase trading", + "state": "closed", + "created_at": "2024-11-26T06:01:32Z", + "url": "https://github.com/ai16z/eliza/pull/608", + "labels": [], + "comments": 2 + }, + { + "number": 569, + "title": "feat: implement coinbase mass payments across base/sol/eth/pol/arb", + "state": "closed", + "created_at": "2024-11-24T20:26:34Z", + "url": "https://github.com/ai16z/eliza/pull/569", + "labels": [], + "comments": 2 + }, { "number": 513, "title": "feat: add coinbase plugin starting with cb commerce functionality", - "state": "open", + "state": "closed", "created_at": "2024-11-22T05:46:55Z", "url": "https://github.com/ai16z/eliza/pull/513", "labels": [], - "comments": 0 + "comments": 2 }, { "number": 480, @@ -71,7 +395,7 @@ "created_at": "2024-11-21T06:51:01Z", "url": "https://github.com/ai16z/eliza/pull/480", "labels": [], - "comments": 0 + "comments": 1 }, { "number": 430, @@ -110,16 +434,16 @@ "comments": 2 } ], - "total_commits": 8, - "total_prs": 6, + "total_commits": 56, + "total_prs": 10, "commit_activity": { "2024": { - "11": 8 + "11": 56 } }, "pr_activity": { "2024": { - "11": 6 + "11": 10 } } }, @@ -172,6 +496,46 @@ "url": "https://github.com/ai16z/eliza/issues/457#issuecomment-2491992148", "type": "issue", "issue_number": "457" + }, + { + "id": 2507006326, + "body": "@jkbrooks Thanks so much for flagging! From looking at the logs not sure that this is related to codecov or that it will be fixed by #659. Would love to get context on why you think that is because from looking at logs it seems like the install dependencies step is hanging it took 6 hours to run. The same step succeeded in the PR in 26 seconds so will try to run it locally and see what happens with that step. Because it is failing in the install dependencies step and not even getting to the codecov step. ", + "created_at": "2024-11-29T02:58:08Z", + "url": "https://github.com/ai16z/eliza/issues/663#issuecomment-2507006326", + "type": "issue", + "issue_number": "663" + }, + { + "id": 2507010103, + "body": "> @jkbrooks Thanks so much for flagging! From looking at the logs not sure that this is related to codecov or that it will be fixed by #659. Would love to get context on why you think that is because from looking at logs it seems like the install dependencies step is hanging it took 6 hours to run. The same step succeeded in the PR in 26 seconds so will try to run it locally and see what happens with that step. Because it is failing in the install dependencies step and not even getting to the codecov step.\r\n\r\nCan you try to rerun it too?", + "created_at": "2024-11-29T03:03:15Z", + "url": "https://github.com/ai16z/eliza/issues/663#issuecomment-2507010103", + "type": "issue", + "issue_number": "663" + }, + { + "id": 2508511992, + "body": "This can be closed :) ", + "created_at": "2024-11-29T19:50:42Z", + "url": "https://github.com/ai16z/eliza/issues/663#issuecomment-2508511992", + "type": "issue", + "issue_number": "663" + }, + { + "id": 2508515693, + "body": "Feel free to close this :) ", + "created_at": "2024-11-29T19:52:00Z", + "url": "https://github.com/ai16z/eliza/issues/469#issuecomment-2508515693", + "type": "issue", + "issue_number": "469" + }, + { + "id": 2508526761, + "body": "Can close :)", + "created_at": "2024-11-29T19:55:52Z", + "url": "https://github.com/ai16z/eliza/issues/506#issuecomment-2508526761", + "type": "issue", + "issue_number": "506" } ], "pr_comments": [ @@ -478,12 +842,84 @@ "url": "https://github.com/ai16z/eliza/pull/378#issuecomment-2492168721", "type": "pr", "issue_number": "378" + }, + { + "id": 2494903092, + "body": "> Two conflicts\r\n> \r\n> ```\r\n> .env.example\r\n> pnpm-lock.yaml\r\n> ```\r\n> \r\n> @pgoos @monilpat\r\n\r\nYeah for sure taking a look :) ", + "created_at": "2024-11-22T21:42:35Z", + "url": "https://github.com/ai16z/eliza/pull/513#issuecomment-2494903092", + "type": "pr", + "issue_number": "513" + }, + { + "id": 2495074057, + "body": "I think this has been addressed in https://github.com/ai16z/eliza/pull/513/files it defaults to gtp-4o which is the same for generateText. Feel free to close this :) ", + "created_at": "2024-11-22T23:11:53Z", + "url": "https://github.com/ai16z/eliza/pull/445#issuecomment-2495074057", + "type": "pr", + "issue_number": "445" + }, + { + "id": 2495304689, + "body": "LGTM! ", + "created_at": "2024-11-23T04:37:49Z", + "url": "https://github.com/ai16z/eliza/pull/535#issuecomment-2495304689", + "type": "pr", + "issue_number": "535" + }, + { + "id": 2498458955, + "body": "> Very cool but we should think about adding this to the db\r\n\r\nThanks for the review - yeah totally the csv was an interim patch, it definitely should be part of the db :) ", + "created_at": "2024-11-25T16:16:40Z", + "url": "https://github.com/ai16z/eliza/pull/569#issuecomment-2498458955", + "type": "pr", + "issue_number": "569" + }, + { + "id": 2498468289, + "body": "Great work please resolve the merge conflicts and you are good to go : ) ", + "created_at": "2024-11-25T16:20:29Z", + "url": "https://github.com/ai16z/eliza/pull/491#issuecomment-2498468289", + "type": "pr", + "issue_number": "491" + }, + { + "id": 2499670025, + "body": "LGTM!", + "created_at": "2024-11-26T05:06:41Z", + "url": "https://github.com/ai16z/eliza/pull/605#issuecomment-2499670025", + "type": "pr", + "issue_number": "605" + }, + { + "id": 2499671285, + "body": "LGTM!", + "created_at": "2024-11-26T05:07:47Z", + "url": "https://github.com/ai16z/eliza/pull/602#issuecomment-2499671285", + "type": "pr", + "issue_number": "602" + }, + { + "id": 2506408002, + "body": "> plugins.md\r\n\r\nYup aware and resolving them :) ", + "created_at": "2024-11-28T15:49:56Z", + "url": "https://github.com/ai16z/eliza/pull/608#issuecomment-2506408002", + "type": "pr", + "issue_number": "608" + }, + { + "id": 2508605226, + "body": "Seems like a duplicate can close :) ", + "created_at": "2024-11-29T20:25:14Z", + "url": "https://github.com/ai16z/eliza/pull/681#issuecomment-2508605226", + "type": "pr", + "issue_number": "681" } ], - "total_comments": 40, + "total_comments": 54, "comment_activity": { "2024": { - "11": 40 + "11": 54 } } } diff --git a/data/normand1.json b/data/normand1.json index 9cb2b95..304c7d7 100644 --- a/data/normand1.json +++ b/data/normand1.json @@ -103,6 +103,15 @@ } ], "pull_requests": [ + { + "number": 555, + "title": "feat: Farcaster (Warpcast) Client Using Neynar API", + "state": "open", + "created_at": "2024-11-24T02:58:38Z", + "url": "https://github.com/ai16z/eliza/pull/555", + "labels": [], + "comments": 1 + }, { "number": 365, "title": "feat: [Issue-185] Token Provider Tests ", @@ -114,7 +123,7 @@ } ], "total_commits": 16, - "total_prs": 1, + "total_prs": 2, "commit_activity": { "2024": { "11": 16 @@ -122,7 +131,7 @@ }, "pr_activity": { "2024": { - "11": 1 + "11": 2 } } }, diff --git a/data/odilitime.json b/data/odilitime.json index ff37901..6b65653 100644 --- a/data/odilitime.json +++ b/data/odilitime.json @@ -1,10 +1,40 @@ { "username": "odilitime", "avatar_url": "https://avatars.githubusercontent.com/u/16395496?v=4", - "total_contributions": 12, + "total_contributions": 17, "activity": { "code": { "commits": [ + { + "sha": "254cce5258473bd311cf0bafabbbdf82b1ea73e6", + "date": "2024-11-27T01:02:31Z", + "message": "fix: add tweet_results guard", + "url": "https://github.com/ai16z/eliza/commit/254cce5258473bd311cf0bafabbbdf82b1ea73e6" + }, + { + "sha": "e3f26c8af8dfa8a3ab90e8182993ecc71a4ff0dd", + "date": "2024-11-27T01:01:46Z", + "message": "fix: add tweet_results guard", + "url": "https://github.com/ai16z/eliza/commit/e3f26c8af8dfa8a3ab90e8182993ecc71a4ff0dd" + }, + { + "sha": "274f82122f3d2140455c3ba9f13893ce02800e3d", + "date": "2024-11-26T04:02:48Z", + "message": "fix: directclient is not a type", + "url": "https://github.com/ai16z/eliza/commit/274f82122f3d2140455c3ba9f13893ce02800e3d" + }, + { + "sha": "a7bb4b47358d88b2d86017bb2e5c2c553612296d", + "date": "2024-11-26T03:48:40Z", + "message": "fix: time prompt to include UTC, convert to verbose english to help prompting", + "url": "https://github.com/ai16z/eliza/commit/a7bb4b47358d88b2d86017bb2e5c2c553612296d" + }, + { + "sha": "ebc5fdd2e91d94d047574c3d5bf8953726768269", + "date": "2024-11-25T22:11:22Z", + "message": "Fix discord crash\n\n- canSendMessage guard\r\n- don't call it twice in handleMessage", + "url": "https://github.com/ai16z/eliza/commit/ebc5fdd2e91d94d047574c3d5bf8953726768269" + }, { "sha": "8a969360b6104dacdcbab708faedf9efbc122b88", "date": "2024-11-21T01:58:42Z", @@ -79,6 +109,42 @@ } ], "pull_requests": [ + { + "number": 620, + "title": "fix: handle when tweet_results is empty better", + "state": "closed", + "created_at": "2024-11-27T01:04:52Z", + "url": "https://github.com/ai16z/eliza/pull/620", + "labels": [], + "comments": 0 + }, + { + "number": 605, + "title": "fix: agent DirectClient is not a type", + "state": "closed", + "created_at": "2024-11-26T04:07:22Z", + "url": "https://github.com/ai16z/eliza/pull/605", + "labels": [], + "comments": 1 + }, + { + "number": 603, + "title": "fix: time prompt to include UTC, convert to verbose english to help prompting", + "state": "closed", + "created_at": "2024-11-26T03:54:35Z", + "url": "https://github.com/ai16z/eliza/pull/603", + "labels": [], + "comments": 0 + }, + { + "number": 598, + "title": "fix: discord crash on sending message to null channel", + "state": "closed", + "created_at": "2024-11-25T22:15:37Z", + "url": "https://github.com/ai16z/eliza/pull/598", + "labels": [], + "comments": 0 + }, { "number": 470, "title": "docs: Update Contributors to bring inline with PR468", @@ -170,21 +236,32 @@ "comments": 1 } ], - "total_commits": 12, - "total_prs": 10, + "total_commits": 17, + "total_prs": 14, "commit_activity": { "2024": { - "11": 12 + "11": 17 } }, "pr_activity": { "2024": { - "11": 10 + "11": 14 } } }, "issues": { "opened": [ + { + "number": 617, + "title": "Persisent Storage for plugins", + "state": "open", + "created_at": "2024-11-26T20:29:35Z", + "url": "https://github.com/ai16z/eliza/issues/617", + "labels": [ + "enhancement" + ], + "comments": 1 + }, { "number": 467, "title": "Bug: plugin-solana crash report", @@ -208,10 +285,10 @@ "comments": 0 } ], - "total_opened": 2, + "total_opened": 3, "issue_activity": { "2024": { - "11": 2 + "11": 3 } } }, @@ -272,6 +349,22 @@ "url": "https://github.com/ai16z/eliza/issues/438#issuecomment-2487714547", "type": "issue", "issue_number": "438" + }, + { + "id": 2501814386, + "body": "I'm working with vivoidos (on discord) discussing ideas around this", + "created_at": "2024-11-26T20:02:48Z", + "url": "https://github.com/ai16z/eliza/issues/592#issuecomment-2501814386", + "type": "issue", + "issue_number": "592" + }, + { + "id": 2505294756, + "body": "Main isn't stable, use a tag", + "created_at": "2024-11-28T05:32:50Z", + "url": "https://github.com/ai16z/eliza/issues/637#issuecomment-2505294756", + "type": "issue", + "issue_number": "637" } ], "pr_comments": [ @@ -324,10 +417,10 @@ "issue_number": "448" } ], - "total_comments": 13, + "total_comments": 15, "comment_activity": { "2024": { - "11": 13 + "11": 15 } } } diff --git a/data/pgoos.json b/data/pgoos.json new file mode 100644 index 0000000..102faa6 --- /dev/null +++ b/data/pgoos.json @@ -0,0 +1,133 @@ +{ + "username": "pgoos", + "avatar_url": "https://avatars.githubusercontent.com/u/4013866?v=4", + "total_contributions": 8, + "activity": { + "code": { + "commits": [ + { + "sha": "3ef6d7fce2673d0c9307f16167ab96324604f9b4", + "date": "2024-11-29T18:59:30Z", + "message": "Update pnpm-lock.yaml", + "url": "https://github.com/ai16z/eliza/commit/3ef6d7fce2673d0c9307f16167ab96324604f9b4" + }, + { + "sha": "f109a1b5fc43677bf60c87eb69a70148ef9fe0a2", + "date": "2024-11-29T18:58:19Z", + "message": "Merge branch 'main' into misct/code-cov", + "url": "https://github.com/ai16z/eliza/commit/f109a1b5fc43677bf60c87eb69a70148ef9fe0a2" + }, + { + "sha": "9c6167be6b575ebb967fe2a9ada48967c4897803", + "date": "2024-11-29T18:41:17Z", + "message": "run tests with coverage", + "url": "https://github.com/ai16z/eliza/commit/9c6167be6b575ebb967fe2a9ada48967c4897803" + }, + { + "sha": "a6ef7e54abd47c8cf1787e391aaaba905246a223", + "date": "2024-11-28T23:26:23Z", + "message": "fix: move file to the root level", + "url": "https://github.com/ai16z/eliza/commit/a6ef7e54abd47c8cf1787e391aaaba905246a223" + }, + { + "sha": "8950737329edcb3d0dace7cb0c94f1a22df83fa6", + "date": "2024-11-28T22:33:14Z", + "message": "feat: add minimal config file for code cov", + "url": "https://github.com/ai16z/eliza/commit/8950737329edcb3d0dace7cb0c94f1a22df83fa6" + }, + { + "sha": "4172899b1f87d0f5184751b2c70bffbd3e9877b8", + "date": "2024-11-25T12:40:13Z", + "message": "update default character model", + "url": "https://github.com/ai16z/eliza/commit/4172899b1f87d0f5184751b2c70bffbd3e9877b8" + }, + { + "sha": "500850e1218e860b0104bec40a42bf3763635686", + "date": "2024-11-25T12:29:50Z", + "message": "fix duplicate import", + "url": "https://github.com/ai16z/eliza/commit/500850e1218e860b0104bec40a42bf3763635686" + }, + { + "sha": "eebecede11716f46cd725357ba0ffc93cf03ff9f", + "date": "2024-11-25T12:02:16Z", + "message": "fix: enable test run in CI for core package", + "url": "https://github.com/ai16z/eliza/commit/eebecede11716f46cd725357ba0ffc93cf03ff9f" + } + ], + "pull_requests": [ + { + "number": 676, + "title": "Fix: run tests with coverage", + "state": "closed", + "created_at": "2024-11-29T18:45:29Z", + "url": "https://github.com/ai16z/eliza/pull/676", + "labels": [], + "comments": 2 + }, + { + "number": 659, + "title": "feat: add minimal config file for code cov", + "state": "closed", + "created_at": "2024-11-28T22:45:05Z", + "url": "https://github.com/ai16z/eliza/pull/659", + "labels": [], + "comments": 0 + }, + { + "number": 590, + "title": "fix: enable test run in CI for core package", + "state": "closed", + "created_at": "2024-11-25T12:09:32Z", + "url": "https://github.com/ai16z/eliza/pull/590", + "labels": [], + "comments": 1 + }, + { + "number": 485, + "title": "enable tests in CI", + "state": "closed", + "created_at": "2024-11-21T13:05:12Z", + "url": "https://github.com/ai16z/eliza/pull/485", + "labels": [], + "comments": 0 + } + ], + "total_commits": 8, + "total_prs": 4, + "commit_activity": { + "2024": { + "11": 8 + } + }, + "pr_activity": { + "2024": { + "11": 4 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2497955529, + "body": "@jkbrooks can you run the workflow?", + "created_at": "2024-11-25T12:58:31Z", + "url": "https://github.com/ai16z/eliza/pull/590#issuecomment-2497955529", + "type": "pr", + "issue_number": "590" + } + ], + "total_comments": 1, + "comment_activity": { + "2024": { + "11": 1 + } + } + } + } +} \ No newline at end of file diff --git a/data/ponderingdemocritus.json b/data/ponderingdemocritus.json index 0ada7e8..1d50d23 100644 --- a/data/ponderingdemocritus.json +++ b/data/ponderingdemocritus.json @@ -1,10 +1,262 @@ { "username": "ponderingdemocritus", "avatar_url": "https://avatars.githubusercontent.com/u/90423308?v=4", - "total_contributions": 239, + "total_contributions": 281, "activity": { "code": { "commits": [ + { + "sha": "0355ab6372923c02f0483556d40976133afa6d27", + "date": "2024-11-25T20:55:10Z", + "message": "Merge pull request #386 from bmgalego/client-farcaster\n\nfeat: Farcaster Client", + "url": "https://github.com/ai16z/eliza/commit/0355ab6372923c02f0483556d40976133afa6d27" + }, + { + "sha": "f14e9e0fd6568e1c83e6720d8896f2acd000a174", + "date": "2024-11-24T05:33:43Z", + "message": "fix: revert", + "url": "https://github.com/ai16z/eliza/commit/f14e9e0fd6568e1c83e6720d8896f2acd000a174" + }, + { + "sha": "236943fb1b2e5e4c381c826645b3aa16b350175c", + "date": "2024-11-24T03:30:56Z", + "message": "Merge pull request #550 from tomguluson92/main\n\nfix: generateText format consistency", + "url": "https://github.com/ai16z/eliza/commit/236943fb1b2e5e4c381c826645b3aa16b350175c" + }, + { + "sha": "f33f62d05d4fa031a365471c88abf9cc4f4fce4e", + "date": "2024-11-24T03:30:01Z", + "message": "Merge pull request #546 from bmgalego/try-process-actions\n\nfix: add try catch to process action", + "url": "https://github.com/ai16z/eliza/commit/f33f62d05d4fa031a365471c88abf9cc4f4fce4e" + }, + { + "sha": "5507d36c6da41cb8fb1c3d3e067f9fbd9bdb8007", + "date": "2024-11-24T03:29:04Z", + "message": "Merge pull request #552 from wraitii/bigint-for-tweet-ids\n\nfix: Use BigInt for tweet IDs in client-twitter", + "url": "https://github.com/ai16z/eliza/commit/5507d36c6da41cb8fb1c3d3e067f9fbd9bdb8007" + }, + { + "sha": "06aeacf6c90bc66d1b5f830bef618abc2a843a10", + "date": "2024-11-24T03:28:15Z", + "message": "fix: null issue", + "url": "https://github.com/ai16z/eliza/commit/06aeacf6c90bc66d1b5f830bef618abc2a843a10" + }, + { + "sha": "19e9d1b3d3f870bbeaa12181491a1e9abfc85554", + "date": "2024-11-24T00:05:25Z", + "message": "fix: voice", + "url": "https://github.com/ai16z/eliza/commit/19e9d1b3d3f870bbeaa12181491a1e9abfc85554" + }, + { + "sha": "da931d223a3dc322780d524b00c9397c8c2427fe", + "date": "2024-11-23T02:47:20Z", + "message": "fix: telegram issues and oolama", + "url": "https://github.com/ai16z/eliza/commit/da931d223a3dc322780d524b00c9397c8c2427fe" + }, + { + "sha": "b09d53564330dd5be530fd7f9e1fe8096c49b9eb", + "date": "2024-11-23T02:24:04Z", + "message": "fix: fix", + "url": "https://github.com/ai16z/eliza/commit/b09d53564330dd5be530fd7f9e1fe8096c49b9eb" + }, + { + "sha": "d5815a18988a1f5de482dd635f897e46c2b1babe", + "date": "2024-11-23T02:25:18Z", + "message": "fix: char", + "url": "https://github.com/ai16z/eliza/commit/d5815a18988a1f5de482dd635f897e46c2b1babe" + }, + { + "sha": "a9d8417e19e29389cff6fc322347c89c8754a49b", + "date": "2024-11-23T08:12:53Z", + "message": "fix: revert", + "url": "https://github.com/ai16z/eliza/commit/a9d8417e19e29389cff6fc322347c89c8754a49b" + }, + { + "sha": "36a2f53ec54a2c43070ebd782f2c589762c48019", + "date": "2024-11-23T08:07:47Z", + "message": "fix: facts", + "url": "https://github.com/ai16z/eliza/commit/36a2f53ec54a2c43070ebd782f2c589762c48019" + }, + { + "sha": "a0b3f4b95474de94b0d4087ad5adae2202e0571f", + "date": "2024-11-23T07:22:21Z", + "message": "Merge branch 'main' of https://github.com/ai16z/eliza", + "url": "https://github.com/ai16z/eliza/commit/a0b3f4b95474de94b0d4087ad5adae2202e0571f" + }, + { + "sha": "38aeab199a9574d5ac1686d7c9dcb9b117d50b02", + "date": "2024-11-23T07:22:09Z", + "message": "Merge branch 'bmgalego-fixes-db'", + "url": "https://github.com/ai16z/eliza/commit/38aeab199a9574d5ac1686d7c9dcb9b117d50b02" + }, + { + "sha": "05072bd34c9a8b88a7de4bf8e5eac10fcbf7b47f", + "date": "2024-11-23T07:21:02Z", + "message": "fix: prettier", + "url": "https://github.com/ai16z/eliza/commit/05072bd34c9a8b88a7de4bf8e5eac10fcbf7b47f" + }, + { + "sha": "b905ca1adf0a911671a183a995517706f3eb7fbd", + "date": "2024-11-23T07:18:15Z", + "message": "fix: merge", + "url": "https://github.com/ai16z/eliza/commit/b905ca1adf0a911671a183a995517706f3eb7fbd" + }, + { + "sha": "cb1b11f570854da1c9211d8a32dec198357d6128", + "date": "2024-11-23T06:50:20Z", + "message": "Merge pull request #540 from bmgalego/fix-discord-voice\n\nfix: discord voice memory id not unique", + "url": "https://github.com/ai16z/eliza/commit/cb1b11f570854da1c9211d8a32dec198357d6128" + }, + { + "sha": "afb7cc13cc5ba57b22dd8f0c402652efc9de311d", + "date": "2024-11-23T02:51:24Z", + "message": "Merge pull request #526 from ai16z/renovate/react-monorepo\n\nchore(deps): pin dependencies", + "url": "https://github.com/ai16z/eliza/commit/afb7cc13cc5ba57b22dd8f0c402652efc9de311d" + }, + { + "sha": "af76760e4ee0df50a0f0284e83871b475e991941", + "date": "2024-11-23T02:51:09Z", + "message": "Merge pull request #529 from ai16z/renovate/aiml-packages\n\nfix(deps): pin dependencies", + "url": "https://github.com/ai16z/eliza/commit/af76760e4ee0df50a0f0284e83871b475e991941" + }, + { + "sha": "6c38e711e699d992803f31e57cc416dddabf063c", + "date": "2024-11-23T02:50:51Z", + "message": "Merge pull request #528 from ai16z/renovate/ai-sdk-anthropic-0.x\n\nfix(deps): update dependency @ai-sdk/anthropic to ^0.0.56", + "url": "https://github.com/ai16z/eliza/commit/6c38e711e699d992803f31e57cc416dddabf063c" + }, + { + "sha": "55658303fccaf0aa012ffc4b24106605e4958d98", + "date": "2024-11-23T02:50:27Z", + "message": "Merge pull request #530 from ai16z/fix/telegram\n\nfix: Fix/telegram", + "url": "https://github.com/ai16z/eliza/commit/55658303fccaf0aa012ffc4b24106605e4958d98" + }, + { + "sha": "21a8c961c27c0e4105f9506d3f16563f57e2dae2", + "date": "2024-11-23T02:49:07Z", + "message": "fix: char", + "url": "https://github.com/ai16z/eliza/commit/21a8c961c27c0e4105f9506d3f16563f57e2dae2" + }, + { + "sha": "ca99c91d9230920169f2a9e5d17d6e8e270f608f", + "date": "2024-11-23T02:47:20Z", + "message": "fix: telegram issues and oolama", + "url": "https://github.com/ai16z/eliza/commit/ca99c91d9230920169f2a9e5d17d6e8e270f608f" + }, + { + "sha": "4cfe83027e3331b6fd4a9fbde91040bff628914c", + "date": "2024-11-23T02:25:18Z", + "message": "fix: char", + "url": "https://github.com/ai16z/eliza/commit/4cfe83027e3331b6fd4a9fbde91040bff628914c" + }, + { + "sha": "51c31fcde16b9ce6bd923b2b21dca9b1582967e4", + "date": "2024-11-23T02:24:04Z", + "message": "fix: fix", + "url": "https://github.com/ai16z/eliza/commit/51c31fcde16b9ce6bd923b2b21dca9b1582967e4" + }, + { + "sha": "986d02ef85b4009e11d19ce4a219b732760ae30d", + "date": "2024-11-23T02:03:58Z", + "message": "Merge branch 'yodamaster726-main'", + "url": "https://github.com/ai16z/eliza/commit/986d02ef85b4009e11d19ce4a219b732760ae30d" + }, + { + "sha": "51669704d26055e0def162a250ecb2e1076dcd76", + "date": "2024-11-23T02:01:52Z", + "message": "fix: merge", + "url": "https://github.com/ai16z/eliza/commit/51669704d26055e0def162a250ecb2e1076dcd76" + }, + { + "sha": "527f649b2849e457a2e63ba0cf0409ad8db08df4", + "date": "2024-11-23T01:59:29Z", + "message": "Merge branch 'main' of https://github.com/yodamaster726/eliza into yodamaster726-main", + "url": "https://github.com/ai16z/eliza/commit/527f649b2849e457a2e63ba0cf0409ad8db08df4" + }, + { + "sha": "998e55b7edc244a295c3773f61b781e230ac3e18", + "date": "2024-11-22T23:37:09Z", + "message": "Merge pull request #524 from yodamaster726/ollama-fix\n\nfix: Ollama fix", + "url": "https://github.com/ai16z/eliza/commit/998e55b7edc244a295c3773f61b781e230ac3e18" + }, + { + "sha": "68a4dcdf15c4381b02510dbe2d0c6a308f1af6dd", + "date": "2024-11-22T23:29:24Z", + "message": "Merge pull request #495 from Ungate-Ai/main\n\nfix: Gracefully Handle Add Participants Unique Constraint Error in Postgres", + "url": "https://github.com/ai16z/eliza/commit/68a4dcdf15c4381b02510dbe2d0c6a308f1af6dd" + }, + { + "sha": "464377eb157c6d97ae8443d434a46e7cc1116b5b", + "date": "2024-11-22T22:55:13Z", + "message": "feat: clean", + "url": "https://github.com/ai16z/eliza/commit/464377eb157c6d97ae8443d434a46e7cc1116b5b" + }, + { + "sha": "6e05c0f024b438c85dbc9ee5d4bd21aae3c5c1d2", + "date": "2024-11-22T21:25:40Z", + "message": "Merge pull request #490 from snobbee/test/add-linter-to-all-packages\n\ntest: add linter to all packages and enable vitest", + "url": "https://github.com/ai16z/eliza/commit/6e05c0f024b438c85dbc9ee5d4bd21aae3c5c1d2" + }, + { + "sha": "e31e666c10d7b37b6483686260d99cbd7be38174", + "date": "2024-11-22T08:14:05Z", + "message": "Merge pull request #515 from ai16z/fix/trim\n\nfix: lint", + "url": "https://github.com/ai16z/eliza/commit/e31e666c10d7b37b6483686260d99cbd7be38174" + }, + { + "sha": "8d326030d152a2415d6b15c1c17959afa8f1f440", + "date": "2024-11-22T08:13:17Z", + "message": "fix: lint", + "url": "https://github.com/ai16z/eliza/commit/8d326030d152a2415d6b15c1c17959afa8f1f440" + }, + { + "sha": "02b5145f26aaf9148a081da6f470490b0204fd1f", + "date": "2024-11-22T07:53:47Z", + "message": "Merge pull request #514 from ai16z/feat/pre-commit\n\nfix: husky and pre-commit", + "url": "https://github.com/ai16z/eliza/commit/02b5145f26aaf9148a081da6f470490b0204fd1f" + }, + { + "sha": "c5177f692f5d2544b12fd87d58ec746d673615bb", + "date": "2024-11-22T07:49:13Z", + "message": "fix: ecogarden type", + "url": "https://github.com/ai16z/eliza/commit/c5177f692f5d2544b12fd87d58ec746d673615bb" + }, + { + "sha": "de3f5af22d259b669621a32529e4b6368cd6acaf", + "date": "2024-11-22T07:47:09Z", + "message": "feat: style", + "url": "https://github.com/ai16z/eliza/commit/de3f5af22d259b669621a32529e4b6368cd6acaf" + }, + { + "sha": "bb643affe3103f6908abc25abd0b7a58a2e1c861", + "date": "2024-11-22T07:44:58Z", + "message": "feat: commit", + "url": "https://github.com/ai16z/eliza/commit/bb643affe3103f6908abc25abd0b7a58a2e1c861" + }, + { + "sha": "37f1c333a314dcb62243faee53f98f6cc0f184ea", + "date": "2024-11-22T07:42:24Z", + "message": "feat: husky", + "url": "https://github.com/ai16z/eliza/commit/37f1c333a314dcb62243faee53f98f6cc0f184ea" + }, + { + "sha": "9e9836bfe8c2ae75ab552213b169da073c2bee7a", + "date": "2024-11-22T07:40:18Z", + "message": "prettier", + "url": "https://github.com/ai16z/eliza/commit/9e9836bfe8c2ae75ab552213b169da073c2bee7a" + }, + { + "sha": "421fe0b549d77d059e6296134543fb1769769aaa", + "date": "2024-11-22T07:39:24Z", + "message": "husky", + "url": "https://github.com/ai16z/eliza/commit/421fe0b549d77d059e6296134543fb1769769aaa" + }, + { + "sha": "b763a6201021e1f031a5fde96669889ee330f105", + "date": "2024-11-22T07:38:39Z", + "message": "add precommit", + "url": "https://github.com/ai16z/eliza/commit/b763a6201021e1f031a5fde96669889ee330f105" + }, { "sha": "019193678c2dac938f520d023f9f908a339fed8a", "date": "2024-11-22T05:32:47Z", @@ -1441,6 +1693,51 @@ } ], "pull_requests": [ + { + "number": 562, + "title": "Eternum", + "state": "closed", + "created_at": "2024-11-24T11:46:31Z", + "url": "https://github.com/ai16z/eliza/pull/562", + "labels": [], + "comments": 0 + }, + { + "number": 557, + "title": "fix: postgres", + "state": "closed", + "created_at": "2024-11-24T03:59:51Z", + "url": "https://github.com/ai16z/eliza/pull/557", + "labels": [], + "comments": 1 + }, + { + "number": 530, + "title": "fix: Fix/telegram", + "state": "closed", + "created_at": "2024-11-23T02:48:43Z", + "url": "https://github.com/ai16z/eliza/pull/530", + "labels": [], + "comments": 0 + }, + { + "number": 515, + "title": "fix: lint", + "state": "closed", + "created_at": "2024-11-22T08:13:49Z", + "url": "https://github.com/ai16z/eliza/pull/515", + "labels": [], + "comments": 0 + }, + { + "number": 514, + "title": "fix: husky and pre-commit", + "state": "closed", + "created_at": "2024-11-22T07:43:37Z", + "url": "https://github.com/ai16z/eliza/pull/514", + "labels": [], + "comments": 0 + }, { "number": 512, "title": "fix: speech service fix", @@ -1847,21 +2144,32 @@ "comments": 0 } ], - "total_commits": 239, - "total_prs": 45, + "total_commits": 281, + "total_prs": 50, "commit_activity": { "2024": { - "11": 239 + "11": 281 } }, "pr_activity": { "2024": { - "11": 45 + "11": 50 } } }, "issues": { "opened": [ + { + "number": 531, + "title": "Feature: Make composeContext generic", + "state": "open", + "created_at": "2024-11-23T02:59:50Z", + "url": "https://github.com/ai16z/eliza/issues/531", + "labels": [ + "enhancement" + ], + "comments": 0 + }, { "number": 403, "title": "Move cache into DB", @@ -1904,10 +2212,10 @@ "comments": 6 } ], - "total_opened": 4, + "total_opened": 5, "issue_activity": { "2024": { - "11": 4 + "11": 5 } } }, @@ -2010,12 +2318,68 @@ "url": "https://github.com/ai16z/eliza/pull/490#issuecomment-2492363063", "type": "pr", "issue_number": "490" + }, + { + "id": 2493012434, + "body": "nice - fix the lock then lets merge", + "created_at": "2024-11-22T07:02:59Z", + "url": "https://github.com/ai16z/eliza/pull/495#issuecomment-2493012434", + "type": "pr", + "issue_number": "495" + }, + { + "id": 2494970200, + "body": "This is good and was working locally however few issues:\r\n\r\n- LLAMA is still downloaded if external provider is used. Can you fix this.", + "created_at": "2024-11-22T22:22:31Z", + "url": "https://github.com/ai16z/eliza/pull/521#issuecomment-2494970200", + "type": "pr", + "issue_number": "521" + }, + { + "id": 2495083583, + "body": "did you want to include this in your PR?", + "created_at": "2024-11-22T23:22:57Z", + "url": "https://github.com/ai16z/eliza/pull/524#issuecomment-2495083583", + "type": "pr", + "issue_number": "524" + }, + { + "id": 2495084411, + "body": "I tested with anthropic and it still inits OLLAMA\r\n\r\nenv is within character file", + "created_at": "2024-11-22T23:23:40Z", + "url": "https://github.com/ai16z/eliza/pull/521#issuecomment-2495084411", + "type": "pr", + "issue_number": "521" + }, + { + "id": 2495098665, + "body": "can you fix conflicts?", + "created_at": "2024-11-22T23:34:47Z", + "url": "https://github.com/ai16z/eliza/pull/338#issuecomment-2495098665", + "type": "pr", + "issue_number": "338" + }, + { + "id": 2495101682, + "body": "this is already being done - not sure why this needs to be here", + "created_at": "2024-11-22T23:38:17Z", + "url": "https://github.com/ai16z/eliza/pull/523#issuecomment-2495101682", + "type": "pr", + "issue_number": "523" + }, + { + "id": 2495102348, + "body": "in the logs it tells me it has initalised ", + "created_at": "2024-11-22T23:39:15Z", + "url": "https://github.com/ai16z/eliza/pull/521#issuecomment-2495102348", + "type": "pr", + "issue_number": "521" } ], - "total_comments": 12, + "total_comments": 19, "comment_activity": { "2024": { - "11": 12 + "11": 19 } } } diff --git a/data/renovate[bot].json b/data/renovate[bot].json index 27a50ac..6bfec21 100644 --- a/data/renovate[bot].json +++ b/data/renovate[bot].json @@ -1,11 +1,164 @@ { "username": "renovate[bot]", "avatar_url": "https://avatars.githubusercontent.com/in/2740?v=4", - "total_contributions": 57, + "total_contributions": 80, "activity": { "code": { "commits": [], "pull_requests": [ + { + "number": 686, + "title": "chore(deps): pin dependencies", + "state": "open", + "created_at": "2024-11-30T00:05:37Z", + "url": "https://github.com/ai16z/eliza/pull/686", + "labels": [], + "comments": 1 + }, + { + "number": 685, + "title": "chore(deps): pin dependencies", + "state": "open", + "created_at": "2024-11-30T00:04:26Z", + "url": "https://github.com/ai16z/eliza/pull/685", + "labels": [], + "comments": 1 + }, + { + "number": 675, + "title": "fix(deps): update dependency axios to v1.7.4 [security]", + "state": "closed", + "created_at": "2024-11-29T18:13:31Z", + "url": "https://github.com/ai16z/eliza/pull/675", + "labels": [], + "comments": 1 + }, + { + "number": 549, + "title": "Update dependency pm2 to v5.4.3 - autoclosed", + "state": "closed", + "created_at": "2024-11-23T10:03:12Z", + "url": "https://github.com/ai16z/eliza/pull/549", + "labels": [], + "comments": 1 + }, + { + "number": 548, + "title": "fix(deps): update dependency dompurify to v3.2.1 - autoclosed", + "state": "closed", + "created_at": "2024-11-23T10:01:57Z", + "url": "https://github.com/ai16z/eliza/pull/548", + "labels": [], + "comments": 0 + }, + { + "number": 544, + "title": "Update dependency clsx to v2.1.1", + "state": "closed", + "created_at": "2024-11-23T07:25:00Z", + "url": "https://github.com/ai16z/eliza/pull/544", + "labels": [], + "comments": 0 + }, + { + "number": 543, + "title": "Update docusaurus monorepo to v3.6.3", + "state": "closed", + "created_at": "2024-11-23T07:24:30Z", + "url": "https://github.com/ai16z/eliza/pull/543", + "labels": [], + "comments": 0 + }, + { + "number": 542, + "title": "Update dependency agent-twitter-client to v0.0.14", + "state": "closed", + "created_at": "2024-11-23T06:14:03Z", + "url": "https://github.com/ai16z/eliza/pull/542", + "labels": [], + "comments": 0 + }, + { + "number": 541, + "title": "Update dependency @solana/web3.js to v1.95.5 - autoclosed", + "state": "closed", + "created_at": "2024-11-23T06:13:02Z", + "url": "https://github.com/ai16z/eliza/pull/541", + "labels": [], + "comments": 0 + }, + { + "number": 538, + "title": "Update dependency @opendocsg/pdf2md to v0.1.32", + "state": "closed", + "created_at": "2024-11-23T05:34:56Z", + "url": "https://github.com/ai16z/eliza/pull/538", + "labels": [], + "comments": 0 + }, + { + "number": 537, + "title": "Update dependency @echogarden/espeak-ng-emscripten to v0.3.3", + "state": "closed", + "created_at": "2024-11-23T05:34:16Z", + "url": "https://github.com/ai16z/eliza/pull/537", + "labels": [], + "comments": 0 + }, + { + "number": 533, + "title": "fix(deps): update dependency @ai-sdk/openai to v1.0.4", + "state": "closed", + "created_at": "2024-11-23T03:33:50Z", + "url": "https://github.com/ai16z/eliza/pull/533", + "labels": [], + "comments": 0 + }, + { + "number": 532, + "title": "fix(deps): update dependency @ai-sdk/google-vertex to ^0.0.43", + "state": "closed", + "created_at": "2024-11-23T03:32:41Z", + "url": "https://github.com/ai16z/eliza/pull/532", + "labels": [], + "comments": 0 + }, + { + "number": 529, + "title": "fix(deps): pin dependencies", + "state": "closed", + "created_at": "2024-11-23T02:23:25Z", + "url": "https://github.com/ai16z/eliza/pull/529", + "labels": [], + "comments": 0 + }, + { + "number": 528, + "title": "fix(deps): update dependency @ai-sdk/anthropic to ^0.0.56", + "state": "closed", + "created_at": "2024-11-23T02:22:14Z", + "url": "https://github.com/ai16z/eliza/pull/528", + "labels": [], + "comments": 0 + }, + { + "number": 527, + "title": "Pin dependency vue to 3.5.13", + "state": "closed", + "created_at": "2024-11-23T01:29:12Z", + "url": "https://github.com/ai16z/eliza/pull/527", + "labels": [], + "comments": 0 + }, + { + "number": 526, + "title": "chore(deps): pin dependencies", + "state": "closed", + "created_at": "2024-11-23T01:27:41Z", + "url": "https://github.com/ai16z/eliza/pull/526", + "labels": [], + "comments": 0 + }, { "number": 146, "title": "fix(deps): update dependency pdfjs-dist to v4.2.67 [security] - autoclosed", @@ -287,7 +440,7 @@ }, { "number": 113, - "title": "fix(deps): update ai/ml packages", + "title": "fix(deps): pin dependencies", "state": "closed", "created_at": "2024-10-31T00:43:49Z", "url": "https://github.com/ai16z/eliza/pull/113", @@ -548,10 +701,11 @@ } ], "total_commits": 0, - "total_prs": 60, + "total_prs": 77, "commit_activity": {}, "pr_activity": { "2024": { + "11": 17, "10": 60 } } @@ -588,12 +742,28 @@ "url": "https://github.com/ai16z/eliza/pull/140#issuecomment-2451062879", "type": "pr", "issue_number": "140" + }, + { + "id": 2508358573, + "body": "### Renovate Ignore Notification\n\nBecause you closed this PR without merging, Renovate will ignore this update (`^1.6.2`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config.\n\nIf you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.", + "created_at": "2024-11-29T18:56:35Z", + "url": "https://github.com/ai16z/eliza/pull/675#issuecomment-2508358573", + "type": "pr", + "issue_number": "675" + }, + { + "id": 2508743690, + "body": "### \u26a0\ufe0f Artifact update problem\n\nRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.\n\n\u267b Renovate will retry this branch, including artifacts, only when one of the following happens:\n\n - any of the package files in this branch needs updating, or \n - the branch becomes conflicted, or\n - you click the rebase/retry checkbox if found above, or\n - you rename this PR's title to start with \"rebase!\" to trigger it manually\n\nThe artifact failure details are included below:\n\n##### File name: packages/plugin-coinbase/package-lock.json\n\n```\nnpm warn config ignoring workspace config at /tmp/renovate/repos/github/ai16z/eliza/packages/plugin-coinbase/.npmrc\nnpm error code EUNSUPPORTEDPROTOCOL\nnpm error Unsupported URL Type \"workspace:\": workspace:*\nnpm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-30T00_02_47_479Z-debug-0.log\n\n```\n\n", + "created_at": "2024-11-30T00:04:26Z", + "url": "https://github.com/ai16z/eliza/pull/685#issuecomment-2508743690", + "type": "pr", + "issue_number": "685" } ], - "total_comments": 1, + "total_comments": 3, "comment_activity": { "2024": { - "11": 1 + "11": 3 } } } diff --git a/data/shakkernerd.json b/data/shakkernerd.json index b53ccb5..8caaf1d 100644 --- a/data/shakkernerd.json +++ b/data/shakkernerd.json @@ -1,10 +1,112 @@ { "username": "shakkernerd", "avatar_url": "https://avatars.githubusercontent.com/u/165377636?v=4", - "total_contributions": 1, + "total_contributions": 18, "activity": { "code": { "commits": [ + { + "sha": "fe5f29bd8a4952d313a6e4a583cbfe8f9935c02c", + "date": "2024-11-29T18:48:18Z", + "message": "Merge pull request #671 from cygaar/fix_url_embeddings\n\nfix: embeddings for messages with urls", + "url": "https://github.com/ai16z/eliza/commit/fe5f29bd8a4952d313a6e4a583cbfe8f9935c02c" + }, + { + "sha": "5b8df8776d15f006a6766e771195e93346b4b1d8", + "date": "2024-11-29T18:11:51Z", + "message": "Merge pull request #672 from cygaar/fix_eslint\n\nfix: eslint not working", + "url": "https://github.com/ai16z/eliza/commit/5b8df8776d15f006a6766e771195e93346b4b1d8" + }, + { + "sha": "f0f31c2f873bbc21d1d63ddef254d3710aeba159", + "date": "2024-11-26T06:33:14Z", + "message": "Merge pull request #610 from bmgalego/fix-farcaster\n\nfix: add client farcaster templates to character type", + "url": "https://github.com/ai16z/eliza/commit/f0f31c2f873bbc21d1d63ddef254d3710aeba159" + }, + { + "sha": "c9ffcd8ed28aa620540088ff822698e14198e900", + "date": "2024-11-26T06:22:11Z", + "message": "Merge pull request #609 from bmgalego/fix-knowledge-export\n\nfix: knowledge module exporting process", + "url": "https://github.com/ai16z/eliza/commit/c9ffcd8ed28aa620540088ff822698e14198e900" + }, + { + "sha": "63ab89746a59c43321ac74d6c435a4db100e073a", + "date": "2024-11-26T05:38:14Z", + "message": "Merge pull request #607 from bmgalego/fix-db-getCachedEmbeddings\n\nfix: use correct getCachedEmbeddings query_field_sub_name", + "url": "https://github.com/ai16z/eliza/commit/63ab89746a59c43321ac74d6c435a4db100e073a" + }, + { + "sha": "a67d6bb2fd5ad0d1a27e805529660411c235ab40", + "date": "2024-11-26T05:26:28Z", + "message": "Merge pull request #597 from MarcoMandar/main\n\nfeat: sell simulation service", + "url": "https://github.com/ai16z/eliza/commit/a67d6bb2fd5ad0d1a27e805529660411c235ab40" + }, + { + "sha": "236c385279f2c3c5004af9cb017feaf6e27d2623", + "date": "2024-11-26T05:23:19Z", + "message": "Merge pull request #591 from ai16z-demirix/main\n\nfeat: Adding tests for actions and generation. Skiping test step in defaultCharacters", + "url": "https://github.com/ai16z/eliza/commit/236c385279f2c3c5004af9cb017feaf6e27d2623" + }, + { + "sha": "6d49f57f6e0a240f0e2c2103aaf28c44298a7686", + "date": "2024-11-26T05:16:03Z", + "message": "Merge pull request #600 from bmgalego/add-knowledge\n\nfeat: add knowledge to state", + "url": "https://github.com/ai16z/eliza/commit/6d49f57f6e0a240f0e2c2103aaf28c44298a7686" + }, + { + "sha": "db9a857d22540747e0efbe3c08a178ef38f1e811", + "date": "2024-11-26T05:13:43Z", + "message": "Merge pull request #603 from odilitime/time-fix\n\nfix: time prompt to include UTC, convert to verbose english to help prompting", + "url": "https://github.com/ai16z/eliza/commit/db9a857d22540747e0efbe3c08a178ef38f1e811" + }, + { + "sha": "529f977816ea1df6637538faf43c2fd978518d4f", + "date": "2024-11-26T05:12:00Z", + "message": "Merge pull request #602 from bmgalego/fix-getMemoriesByRoomIds\n\nfix: add Memory Manager getMemoriesByRoomIds missing tableName param", + "url": "https://github.com/ai16z/eliza/commit/529f977816ea1df6637538faf43c2fd978518d4f" + }, + { + "sha": "d59c65edf5554073fd13423efcc27efebc425ae8", + "date": "2024-11-26T05:10:38Z", + "message": "chore: remove not needed comment in time.ts", + "url": "https://github.com/ai16z/eliza/commit/d59c65edf5554073fd13423efcc27efebc425ae8" + }, + { + "sha": "d6b20c98cdb8f18cc96bb8f7e16b7c0ae0ecdf30", + "date": "2024-11-26T05:07:23Z", + "message": "Merge pull request #605 from odilitime/fix-agent\n\nfix: agent DirectClient is not a type", + "url": "https://github.com/ai16z/eliza/commit/d6b20c98cdb8f18cc96bb8f7e16b7c0ae0ecdf30" + }, + { + "sha": "d1eb0d524ff265c779bf65f6f69385ee1aba35eb", + "date": "2024-11-26T05:03:55Z", + "message": "Merge branch 'main' into fix-agent", + "url": "https://github.com/ai16z/eliza/commit/d1eb0d524ff265c779bf65f6f69385ee1aba35eb" + }, + { + "sha": "036fefa3ee5e2e7c6d3dace42da7aa5549c058a9", + "date": "2024-11-26T04:53:42Z", + "message": "Merge pull request #606 from bmgalego/fix-sqljs\n\nfix: db queries in sqljs database adapter not using agentId", + "url": "https://github.com/ai16z/eliza/commit/036fefa3ee5e2e7c6d3dace42da7aa5549c058a9" + }, + { + "sha": "f9ba2bd442867f7fb417f592ba2c7c0da1e4bf85", + "date": "2024-11-25T22:48:04Z", + "message": "Merge pull request #598 from odilitime/patch-4\n\nfix: discord crash on sending message to null channel", + "url": "https://github.com/ai16z/eliza/commit/f9ba2bd442867f7fb417f592ba2c7c0da1e4bf85" + }, + { + "sha": "97518d6737a5772ee0f30f8daa9a3c470c233e13", + "date": "2024-11-25T04:18:05Z", + "message": "Merge pull request #557 from ai16z/fix/postgres\n\nfix: postgres", + "url": "https://github.com/ai16z/eliza/commit/97518d6737a5772ee0f30f8daa9a3c470c233e13" + }, + { + "sha": "1977d526ebf0729026669f5f0509634e0eeaa0c7", + "date": "2024-11-25T03:45:41Z", + "message": "Merge pull request #573 from bmgalego/fix-plugin-coinbase-scripts\n\nfix: remove postinstall script from plugin-coinbase", + "url": "https://github.com/ai16z/eliza/commit/1977d526ebf0729026669f5f0509634e0eeaa0c7" + }, { "sha": "583aad9bf99ac23bfdf9596bab5450d4e426c98c", "date": "2024-11-15T11:43:53Z", @@ -23,11 +125,11 @@ "comments": 0 } ], - "total_commits": 1, + "total_commits": 18, "total_prs": 1, "commit_activity": { "2024": { - "11": 1 + "11": 18 } }, "pr_activity": { @@ -42,7 +144,16 @@ "issue_activity": {} }, "engagement": { - "issue_comments": [], + "issue_comments": [ + { + "id": 2499695986, + "body": "Check implementation in #591 ", + "created_at": "2024-11-26T05:30:47Z", + "url": "https://github.com/ai16z/eliza/issues/188#issuecomment-2499695986", + "type": "issue", + "issue_number": "188" + } + ], "pr_comments": [ { "id": 2485981520, @@ -59,12 +170,52 @@ "url": "https://github.com/ai16z/eliza/pull/416#issuecomment-2486047101", "type": "pr", "issue_number": "416" + }, + { + "id": 2496708572, + "body": "I will go ahead and merge this in now.", + "created_at": "2024-11-25T04:17:56Z", + "url": "https://github.com/ai16z/eliza/pull/557#issuecomment-2496708572", + "type": "pr", + "issue_number": "557" + }, + { + "id": 2499705281, + "body": "Nice catch.", + "created_at": "2024-11-26T05:37:54Z", + "url": "https://github.com/ai16z/eliza/pull/607#issuecomment-2499705281", + "type": "pr", + "issue_number": "607" + }, + { + "id": 2499762332, + "body": "Wow, good one!", + "created_at": "2024-11-26T06:22:05Z", + "url": "https://github.com/ai16z/eliza/pull/609#issuecomment-2499762332", + "type": "pr", + "issue_number": "609" + }, + { + "id": 2508334687, + "body": "Look good!", + "created_at": "2024-11-29T18:48:15Z", + "url": "https://github.com/ai16z/eliza/pull/671#issuecomment-2508334687", + "type": "pr", + "issue_number": "671" + }, + { + "id": 2508343078, + "body": "Hi, this looks good to me.\r\nKindly fix the conflicts and its good to merge!", + "created_at": "2024-11-29T18:51:07Z", + "url": "https://github.com/ai16z/eliza/pull/676#issuecomment-2508343078", + "type": "pr", + "issue_number": "676" } ], - "total_comments": 2, + "total_comments": 8, "comment_activity": { "2024": { - "11": 2 + "11": 8 } } } diff --git a/data/sirkitree.json b/data/sirkitree.json index 8544312..2b653b0 100644 --- a/data/sirkitree.json +++ b/data/sirkitree.json @@ -1,10 +1,16 @@ { "username": "sirkitree", "avatar_url": "https://avatars.githubusercontent.com/u/28543?v=4", - "total_contributions": 91, + "total_contributions": 92, "activity": { "code": { "commits": [ + { + "sha": "704c7d511fe46c9b924496bb8125227821e4811a", + "date": "2024-11-24T16:17:56Z", + "message": "Merge pull request #560 from 0xFlicker/fix-sql\n\nfix: sql command", + "url": "https://github.com/ai16z/eliza/commit/704c7d511fe46c9b924496bb8125227821e4811a" + }, { "sha": "714a380c201c5c3157574ee20cb6ccf2230249fd", "date": "2024-11-20T04:58:17Z", @@ -680,11 +686,11 @@ "comments": 1 } ], - "total_commits": 91, + "total_commits": 92, "total_prs": 14, "commit_activity": { "2024": { - "11": 25, + "11": 26, "10": 66 } }, @@ -793,7 +799,7 @@ "automation", "testing" ], - "comments": 0 + "comments": 1 }, { "number": 187, @@ -1562,13 +1568,21 @@ "url": "https://github.com/ai16z/eliza/pull/430#issuecomment-2487452941", "type": "pr", "issue_number": "430" + }, + { + "id": 2496092348, + "body": "Thanks! I was totally struggling with this yesterday and thought it was my new client I'm workign on. Tested this and it works beautifully. talk about needle in a haystack.", + "created_at": "2024-11-24T16:17:53Z", + "url": "https://github.com/ai16z/eliza/pull/560#issuecomment-2496092348", + "type": "pr", + "issue_number": "560" } ], - "total_comments": 58, + "total_comments": 59, "comment_activity": { "2024": { "10": 33, - "11": 25 + "11": 26 } } } diff --git a/data/snobbee.json b/data/snobbee.json index ef8ecc8..7dfdbd6 100644 --- a/data/snobbee.json +++ b/data/snobbee.json @@ -1,10 +1,52 @@ { "username": "snobbee", "avatar_url": "https://avatars.githubusercontent.com/u/125891987?v=4", - "total_contributions": 2, + "total_contributions": 9, "activity": { "code": { "commits": [ + { + "sha": "df331e6f62a9853971c6826ae506d73690ee69dc", + "date": "2024-11-28T16:49:53Z", + "message": "Update ci.yaml\n\nadd codecov integration to CI\u202fworkflow", + "url": "https://github.com/ai16z/eliza/commit/df331e6f62a9853971c6826ae506d73690ee69dc" + }, + { + "sha": "cf06999b8c23ceabe6626e856b8cc813bb552338", + "date": "2024-11-22T16:53:25Z", + "message": "ci: add linter to ci workflow", + "url": "https://github.com/ai16z/eliza/commit/cf06999b8c23ceabe6626e856b8cc813bb552338" + }, + { + "sha": "502d386eb0f7edf5adbc8952f36740a916242b92", + "date": "2024-11-22T16:49:25Z", + "message": "fix: lint", + "url": "https://github.com/ai16z/eliza/commit/502d386eb0f7edf5adbc8952f36740a916242b92" + }, + { + "sha": "79bdabbaaae1b85122c08bbeb9c73fb4add8effa", + "date": "2024-11-22T16:43:30Z", + "message": "test: fix linter errors and add linter to pre-commit hook", + "url": "https://github.com/ai16z/eliza/commit/79bdabbaaae1b85122c08bbeb9c73fb4add8effa" + }, + { + "sha": "62ef92aade4be9df09dbc597db9363acd57d5997", + "date": "2024-11-22T15:34:25Z", + "message": "fix: typo", + "url": "https://github.com/ai16z/eliza/commit/62ef92aade4be9df09dbc597db9363acd57d5997" + }, + { + "sha": "83ec1def33f6a011673f5cb8d8927c805d8a056a", + "date": "2024-11-22T15:10:14Z", + "message": "Merge branch 'main' into test/add-linter-to-all-packages", + "url": "https://github.com/ai16z/eliza/commit/83ec1def33f6a011673f5cb8d8927c805d8a056a" + }, + { + "sha": "8f975ab5984a9d184fb582903fe2c68c81bf9220", + "date": "2024-11-21T18:00:28Z", + "message": "test: add linter to all packages and enable vitest", + "url": "https://github.com/ai16z/eliza/commit/8f975ab5984a9d184fb582903fe2c68c81bf9220" + }, { "sha": "70bc183d730be9613d5fd3be4c4bed7371422ed3", "date": "2024-11-21T12:04:41Z", @@ -19,11 +61,11 @@ } ], "pull_requests": [], - "total_commits": 2, + "total_commits": 9, "total_prs": 0, "commit_activity": { "2024": { - "11": 2 + "11": 9 } }, "pr_activity": {} @@ -67,12 +109,44 @@ "url": "https://github.com/ai16z/eliza/pull/463#issuecomment-2490964674", "type": "pr", "issue_number": "463" + }, + { + "id": 2494242262, + "body": "> nice work. Can you:\r\n> \r\n> * make a higher level eslint config file and have packages import relevant settings\r\n> * can you add a precommit function to run linting and prettier and suggest fixes\r\n\r\n@ponderingdemocritus I\u202fpushed a new commit to the PR that resolves the two requests you listed out above, see commit: https://github.com/ai16z/eliza/pull/490/commits/79bdabbaaae1b85122c08bbeb9c73fb4add8effa\r\n\r\nand here is the result when running `git commit` it triggers both `prettier-check` and `lint`\r\n\r\n```\r\n$ git commit\r\n\r\n> eliza@ prettier-check /tmp/eliza\r\n> npx prettier --check .\r\n\r\n(node:23180) ExperimentalWarning: CommonJS module /opt/homebrew/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /opt/homebrew/lib/node_modules/npm/node_modules/supports-color/index.js using require().\r\nSupport for loading ES Module in require() is an experimental feature and might change at any time\r\n(Use `node --trace-warnings ...` to show where the warning was created)\r\nChecking formatting...\r\nAll matched files use Prettier code style!\r\n\r\n> eliza@ lint /tmp/eliza\r\n> bash ./scripts/lint.sh\r\n\r\nLinting package: plugin-video-generation\r\nRunning lint for package: plugin-video-generation\r\n\r\n> @ai16z/plugin-video-generation@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted plugin-video-generation\r\n\r\nLinting package: client-auto\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_34_652Z-debug-0.log\r\nRunning lint for package: client-auto\r\n\r\n> @ai16z/client-auto@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted client-auto\r\n\r\nLinting package: plugin-node\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_35_761Z-debug-0.log\r\nRunning lint for package: plugin-node\r\n\r\n> @ai16z/plugin-node@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted plugin-node\r\n\r\nLinting package: core\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_36_945Z-debug-0.log\r\nRunning lint for package: core\r\n\r\n> @ai16z/eliza@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\n(node:23350) ESLintIgnoreWarning: The \".eslintignore\" file is no longer supported. Switch to using the \"ignores\" property in \"eslint.config.js\": https://eslint.org/docs/latest/use/configure/migration-guide#ignoring-files\r\n(Use `node --trace-warnings ...` to show where the warning was created)\r\nSuccessfully linted core\r\n\r\nLinting package: plugin-solana\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_38_246Z-debug-0.log\r\nRunning lint for package: plugin-solana\r\n\r\n> @ai16z/plugin-solana@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted plugin-solana\r\n\r\nLinting package: adapter-sqlite\r\nRunning lint for package: adapter-sqlite\r\n\r\n> @ai16z/adapter-sqlite@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted adapter-sqlite\r\n\r\nLinting package: client-github\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_40_749Z-debug-0.log\r\nRunning lint for package: client-github\r\n\r\n> @ai16z/client-github@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted client-github\r\n\r\nLinting package: plugin-trustdb\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_42_085Z-debug-0.log\r\nRunning lint for package: plugin-trustdb\r\n\r\n> @ai16z/plugin-trustdb@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted plugin-trustdb\r\n\r\nLinting package: create-eliza-app\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_43_213Z-debug-0.log\r\nRunning lint for package: create-eliza-app\r\n\r\n> create-eliza-app@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted create-eliza-app\r\n\r\nLinting package: plugin-starknet\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_44_309Z-debug-0.log\r\nRunning lint for package: plugin-starknet\r\n\r\n> @ai16z/plugin-starknet@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted plugin-starknet\r\n\r\nLinting package: adapter-sqljs\r\nRunning lint for package: adapter-sqljs\r\n\r\n> @ai16z/adapter-sqljs@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted adapter-sqljs\r\n\r\nLinting package: plugin-bootstrap\r\nRunning lint for package: plugin-bootstrap\r\n\r\n> @ai16z/plugin-bootstrap@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted plugin-bootstrap\r\n\r\nLinting package: client-telegram\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_47_725Z-debug-0.log\r\nRunning lint for package: client-telegram\r\n\r\n> @ai16z/client-telegram@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted client-telegram\r\n\r\nLinting package: client-discord\r\nRunning lint for package: client-discord\r\n\r\n> @ai16z/client-discord@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted client-discord\r\n\r\nLinting package: client-direct\r\nRunning lint for package: client-direct\r\n\r\n> @ai16z/client-direct@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted client-direct\r\n\r\nLinting package: client-twitter\r\nRunning lint for package: client-twitter\r\n\r\n> @ai16z/client-twitter@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted client-twitter\r\n\r\nLinting package: adapter-postgres\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_52_612Z-debug-0.log\r\nRunning lint for package: adapter-postgres\r\n\r\n> @ai16z/adapter-postgres@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted adapter-postgres\r\n\r\nLinting package: plugin-image-generation\r\nnpm error A complete log of this run can be found in: /tmp/.npm/_logs/2024-11-22T16_43_53_758Z-debug-0.log\r\nRunning lint for package: plugin-image-generation\r\n\r\n> @ai16z/plugin-image-generation@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted plugin-image-generation\r\n\r\nLinting package: adapter-supabase\r\nRunning lint for package: adapter-supabase\r\n\r\n> @ai16z/adapter-supabase@0.1.4-alpha.3 lint\r\n> eslint . --fix\r\n\r\nSuccessfully linted adapter-supabase\r\n\r\nLint process completed.\ud83d\ude0e\r\n\u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510\r\n\u2502 \u2139\ufe0f Commit message must follow the format: 'type: description' \u2502\r\n\u2502 Valid types: feat, fix, docs, style, refactor, test, chore \u2502\r\n\u2502 Example: 'feat: add new login feature' \u2502\r\n\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\r\n\r\n(node:23745) ExperimentalWarning: CommonJS module /opt/homebrew/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /opt/homebrew/lib/node_modules/npm/node_modules/supports-color/index.js using require().\r\nSupport for loading ES Module in require() is an experimental feature and might change at any time\r\n(Use `node --trace-warnings ...` to show where the warning was created)\r\n[test/add-linter-to-all-packages 79bdabba] test: fix linter errors and add linter to pre-commit hook\r\n Author: Snobbish Bee <125891987+snobbee@users.noreply.github.com>\r\n 68 files changed, 269 insertions(+), 1496 deletions(-)\r\n create mode 100644 eslint.global.mjs\r\n```", + "created_at": "2024-11-22T16:47:30Z", + "url": "https://github.com/ai16z/eliza/pull/490#issuecomment-2494242262", + "type": "pr", + "issue_number": "490" + }, + { + "id": 2494266746, + "body": "@ponderingdemocritus this PR also adds the linter to the \"ci\" CI\u202fworkflow see: https://github.com/ai16z/eliza/pull/490/commits/cf06999b8c23ceabe6626e856b8cc813bb552338", + "created_at": "2024-11-22T16:54:27Z", + "url": "https://github.com/ai16z/eliza/pull/490#issuecomment-2494266746", + "type": "pr", + "issue_number": "490" + }, + { + "id": 2494316951, + "body": "@jkbrooks sounds like the changes in this PR were already addressed by another PR https://github.com/ai16z/eliza/pull/426, therefore we could close this one", + "created_at": "2024-11-22T17:12:15Z", + "url": "https://github.com/ai16z/eliza/pull/448#issuecomment-2494316951", + "type": "pr", + "issue_number": "448" + }, + { + "id": 2498438654, + "body": "@ai16z-demirix please fix the failing CI\u202fchecks, thanks", + "created_at": "2024-11-25T16:09:12Z", + "url": "https://github.com/ai16z/eliza/pull/591#issuecomment-2498438654", + "type": "pr", + "issue_number": "591" } ], - "total_comments": 4, + "total_comments": 8, "comment_activity": { "2024": { - "11": 4 + "11": 8 } } } diff --git a/data/tcm390.json b/data/tcm390.json new file mode 100644 index 0000000..96ceabd --- /dev/null +++ b/data/tcm390.json @@ -0,0 +1,188 @@ +{ + "username": "tcm390", + "avatar_url": "https://avatars.githubusercontent.com/u/60634884?v=4", + "total_contributions": 13, + "activity": { + "code": { + "commits": [ + { + "sha": "d44a39abf29c8f19e730771352b9344e7d0fcbe2", + "date": "2024-11-27T21:57:41Z", + "message": "clean code", + "url": "https://github.com/ai16z/eliza/commit/d44a39abf29c8f19e730771352b9344e7d0fcbe2" + }, + { + "sha": "9aa244c0c729d67e077756f783cc8602851cc9c1", + "date": "2024-11-27T21:53:37Z", + "message": "allow bot to join the specific voice channel", + "url": "https://github.com/ai16z/eliza/commit/9aa244c0c729d67e077756f783cc8602851cc9c1" + }, + { + "sha": "e2514dcc672d91aa7b28136f26402e85a2f60421", + "date": "2024-11-27T21:08:49Z", + "message": "prettier", + "url": "https://github.com/ai16z/eliza/commit/e2514dcc672d91aa7b28136f26402e85a2f60421" + }, + { + "sha": "fefbcc9476297c836575b4f133851dbd7405b701", + "date": "2024-11-27T21:08:36Z", + "message": "prettier", + "url": "https://github.com/ai16z/eliza/commit/fefbcc9476297c836575b4f133851dbd7405b701" + }, + { + "sha": "dbb903fd0cfce1992857c0b3e0b41903466befd7", + "date": "2024-11-27T21:04:57Z", + "message": "Audio Playback Interrupt Mechanism", + "url": "https://github.com/ai16z/eliza/commit/dbb903fd0cfce1992857c0b3e0b41903466befd7" + }, + { + "sha": "e26b5976ac9b7ebb9ab2d6f5cdbe62726e4c34ef", + "date": "2024-11-27T20:14:55Z", + "message": "create utils and templates files for reusability in message.ts and voice.ts", + "url": "https://github.com/ai16z/eliza/commit/e26b5976ac9b7ebb9ab2d6f5cdbe62726e4c34ef" + }, + { + "sha": "5cc306e7ec7b18c08cdea874092e3245eab40c7c", + "date": "2024-11-27T19:58:15Z", + "message": "integrate shouldResponse to voice", + "url": "https://github.com/ai16z/eliza/commit/5cc306e7ec7b18c08cdea874092e3245eab40c7c" + }, + { + "sha": "7f9d1bdc539e594325684a4d09f0f968ccfdf995", + "date": "2024-11-27T19:51:47Z", + "message": "refactored the transcription process by adding a debounce function, ensuring voice messages are processed only when silence is detected", + "url": "https://github.com/ai16z/eliza/commit/7f9d1bdc539e594325684a4d09f0f968ccfdf995" + }, + { + "sha": "c6de8f604ad3b6079e957e5614b9c60c2a49aaa5", + "date": "2024-11-27T19:41:45Z", + "message": "reply to the user's message with a text response, even if they are in a voice channel", + "url": "https://github.com/ai16z/eliza/commit/c6de8f604ad3b6079e957e5614b9c60c2a49aaa5" + }, + { + "sha": "45a2af4ce491fd4adbcae5bd3f5eff0a213b3435", + "date": "2024-11-27T19:40:18Z", + "message": "monitor members only if the users voice is detected (if the user has enabled the microphone).", + "url": "https://github.com/ai16z/eliza/commit/45a2af4ce491fd4adbcae5bd3f5eff0a213b3435" + }, + { + "sha": "529328f1a802815adf81b52857cde85aa2e60d72", + "date": "2024-11-26T16:09:25Z", + "message": "add web search package", + "url": "https://github.com/ai16z/eliza/commit/529328f1a802815adf81b52857cde85aa2e60d72" + }, + { + "sha": "bd6fcbe2a856a04b0781d1688c77ade74aa681cb", + "date": "2024-11-22T16:26:46Z", + "message": "clean code", + "url": "https://github.com/ai16z/eliza/commit/bd6fcbe2a856a04b0781d1688c77ade74aa681cb" + }, + { + "sha": "3fa4151abc966e308cf6c1af1c9bd41fb0e4728c", + "date": "2024-11-22T16:24:43Z", + "message": "integrate tavily web search", + "url": "https://github.com/ai16z/eliza/commit/3fa4151abc966e308cf6c1af1c9bd41fb0e4728c" + } + ], + "pull_requests": [ + { + "number": 633, + "title": "dicord bot voice", + "state": "closed", + "created_at": "2024-11-27T21:07:05Z", + "url": "https://github.com/ai16z/eliza/pull/633", + "labels": [], + "comments": 0 + }, + { + "number": 518, + "title": "integrate tavily", + "state": "closed", + "created_at": "2024-11-22T16:27:12Z", + "url": "https://github.com/ai16z/eliza/pull/518", + "labels": [], + "comments": 0 + }, + { + "number": 489, + "title": "join specific channel id", + "state": "closed", + "created_at": "2024-11-21T16:34:30Z", + "url": "https://github.com/ai16z/eliza/pull/489", + "labels": [], + "comments": 0 + }, + { + "number": 338, + "title": "discord voice", + "state": "closed", + "created_at": "2024-11-15T22:50:47Z", + "url": "https://github.com/ai16z/eliza/pull/338", + "labels": [], + "comments": 2 + }, + { + "number": 332, + "title": "fix: ensure unique instances for each Service subclass using Map", + "state": "closed", + "created_at": "2024-11-15T17:24:18Z", + "url": "https://github.com/ai16z/eliza/pull/332", + "labels": [], + "comments": 6 + } + ], + "total_commits": 13, + "total_prs": 5, + "commit_activity": { + "2024": { + "11": 13 + } + }, + "pr_activity": { + "2024": { + "11": 5 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2479985835, + "body": "> Many of the services load up models and such and we probably only want one instance, ever, enforcing the singleton pattern, if we add a map won't we have several instances of each class? That's why I made it this service pattern.\r\n\r\nI understand, but in the context of the Discord bot, we require two services: `ISpeechService` and `ITranscriptionService`. (Also, there are `IVideoService` and `IBrowserService`, but I'm not sure if these are necessary for the bot.) Would you prefer that I implement separate methods and instance variables for each of these services, or would you prefer a different approach? Let me know how you'd like to proceed :)", + "created_at": "2024-11-15T21:47:40Z", + "url": "https://github.com/ai16z/eliza/pull/332#issuecomment-2479985835", + "type": "pr", + "issue_number": "332" + }, + { + "id": 2484336873, + "body": "> I agree with @lalalune we should close this PR as the singleton pattern would work best in this usecase.\r\n\r\n@monilpat thanks for the review but from my understanding, the current implementation ensures that each service type has its own singleton instance. This means only one instance of each subclass is created and reused. Could you clarify if the intent is different?", + "created_at": "2024-11-18T23:11:59Z", + "url": "https://github.com/ai16z/eliza/pull/332#issuecomment-2484336873", + "type": "pr", + "issue_number": "332" + }, + { + "id": 2501382297, + "body": "Closing this PR due to too many conflicts. I\u2019ll create a new PR with a clean base to address the issues.", + "created_at": "2024-11-26T16:46:52Z", + "url": "https://github.com/ai16z/eliza/pull/338#issuecomment-2501382297", + "type": "pr", + "issue_number": "338" + } + ], + "total_comments": 3, + "comment_activity": { + "2024": { + "11": 3 + } + } + } + } +} \ No newline at end of file diff --git a/data/tomguluson92.json b/data/tomguluson92.json new file mode 100644 index 0000000..04e0d10 --- /dev/null +++ b/data/tomguluson92.json @@ -0,0 +1,57 @@ +{ + "username": "tomguluson92", + "avatar_url": "https://avatars.githubusercontent.com/u/19585240?v=4", + "total_contributions": 2, + "activity": { + "code": { + "commits": [ + { + "sha": "b96b96a1286de603e6d176896180153e66491ba7", + "date": "2024-11-23T11:42:11Z", + "message": "Merge pull request #1 from tomguluson92/tomguluson92-patch-1\n\nUpdate generation.ts", + "url": "https://github.com/ai16z/eliza/commit/b96b96a1286de603e6d176896180153e66491ba7" + }, + { + "sha": "f5c0beaf62c8b764d6c74101c77914a7c84a3a70", + "date": "2024-11-23T11:38:10Z", + "message": "Update generation.ts\n\nfix typos in the `generateText` function:\r\n\r\nGoogle, redpill", + "url": "https://github.com/ai16z/eliza/commit/f5c0beaf62c8b764d6c74101c77914a7c84a3a70" + } + ], + "pull_requests": [ + { + "number": 550, + "title": "fix: generateText format consistency", + "state": "closed", + "created_at": "2024-11-23T11:43:18Z", + "url": "https://github.com/ai16z/eliza/pull/550", + "labels": [], + "comments": 1 + } + ], + "total_commits": 2, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 2 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/tsubasakong.json b/data/tsubasakong.json index 6829036..70aca7f 100644 --- a/data/tsubasakong.json +++ b/data/tsubasakong.json @@ -1,10 +1,16 @@ { "username": "tsubasakong", "avatar_url": "https://avatars.githubusercontent.com/u/97429702?v=4", - "total_contributions": 15, + "total_contributions": 16, "activity": { "code": { "commits": [ + { + "sha": "c24434078f75dd5edf844f7896941e9cf7115538", + "date": "2024-11-27T01:23:37Z", + "message": "check if the tweet already responded", + "url": "https://github.com/ai16z/eliza/commit/c24434078f75dd5edf844f7896941e9cf7115538" + }, { "sha": "00eb3efab6026353596096bd6eef97090574fe22", "date": "2024-11-17T09:31:26Z", @@ -97,10 +103,19 @@ } ], "pull_requests": [ + { + "number": 622, + "title": "fix: Add Tweet Response Deduplication Check", + "state": "closed", + "created_at": "2024-11-27T01:31:13Z", + "url": "https://github.com/ai16z/eliza/pull/622", + "labels": [], + "comments": 1 + }, { "number": 493, "title": "feat: Integrate Smart Prompt Generation for Image Generation", - "state": "open", + "state": "closed", "created_at": "2024-11-22T00:12:34Z", "url": "https://github.com/ai16z/eliza/pull/493", "labels": [], @@ -134,16 +149,16 @@ "comments": 2 } ], - "total_commits": 15, - "total_prs": 4, + "total_commits": 16, + "total_prs": 5, "commit_activity": { "2024": { - "11": 15 + "11": 16 } }, "pr_activity": { "2024": { - "11": 4 + "11": 5 } } }, diff --git a/data/twilwa.json b/data/twilwa.json index 910cc37..8da8b6a 100644 --- a/data/twilwa.json +++ b/data/twilwa.json @@ -1,10 +1,16 @@ { "username": "twilwa", "avatar_url": "https://avatars.githubusercontent.com/u/111034762?v=4", - "total_contributions": 12, + "total_contributions": 13, "activity": { "code": { "commits": [ + { + "sha": "367f9b49876f80b19258432c903e4f4fb6285723", + "date": "2024-11-28T03:53:45Z", + "message": "Merge pull request #633 from ai16z/tcm-dicord-bot-voice\n\ndicord bot voice", + "url": "https://github.com/ai16z/eliza/commit/367f9b49876f80b19258432c903e4f4fb6285723" + }, { "sha": "3ab32a97f8c2d1dc1a4425a2dc4b570c8be5e30f", "date": "2024-11-21T02:11:53Z", @@ -134,11 +140,11 @@ "comments": 0 } ], - "total_commits": 12, + "total_commits": 13, "total_prs": 6, "commit_activity": { "2024": { - "11": 10, + "11": 11, "10": 2 } }, diff --git a/data/v1xingyue.json b/data/v1xingyue.json index 4cf331b..186f39d 100644 --- a/data/v1xingyue.json +++ b/data/v1xingyue.json @@ -1,10 +1,22 @@ { "username": "v1xingyue", "avatar_url": "https://avatars.githubusercontent.com/u/974169?v=4", - "total_contributions": 2, + "total_contributions": 4, "activity": { "code": { "commits": [ + { + "sha": "12421f1ee197c14766decb4febe6ede72e2c041f", + "date": "2024-11-29T10:20:00Z", + "message": "custom redpill model", + "url": "https://github.com/ai16z/eliza/commit/12421f1ee197c14766decb4febe6ede72e2c041f" + }, + { + "sha": "3d70889e139bd05e006ce704942d76dc91d051a4", + "date": "2024-11-29T10:18:24Z", + "message": "REDPILL custom model", + "url": "https://github.com/ai16z/eliza/commit/3d70889e139bd05e006ce704942d76dc91d051a4" + }, { "sha": "b402b336c713e2fcd4b8fa626ee70e11b2a6fa84", "date": "2024-11-10T13:25:08Z", @@ -19,6 +31,15 @@ } ], "pull_requests": [ + { + "number": 668, + "title": "redpill custom models", + "state": "closed", + "created_at": "2024-11-29T10:21:04Z", + "url": "https://github.com/ai16z/eliza/pull/668", + "labels": [], + "comments": 0 + }, { "number": 249, "title": "add verbose config with logger", @@ -29,16 +50,16 @@ "comments": 3 } ], - "total_commits": 2, - "total_prs": 1, + "total_commits": 4, + "total_prs": 2, "commit_activity": { "2024": { - "11": 2 + "11": 4 } }, "pr_activity": { "2024": { - "11": 1 + "11": 2 } } }, diff --git a/data/vivoidos.json b/data/vivoidos.json index e1c58f2..e6733f3 100644 --- a/data/vivoidos.json +++ b/data/vivoidos.json @@ -1,10 +1,22 @@ { "username": "vivoidos", "avatar_url": "https://avatars.githubusercontent.com/u/188147175?v=4", - "total_contributions": 2, + "total_contributions": 4, "activity": { "code": { "commits": [ + { + "sha": "7d3b879ac1e4c82b26a29ab273c33c01fcf4dc86", + "date": "2024-11-25T03:49:24Z", + "message": "chore: regenerate pnpm-lock.yaml and fix formatting", + "url": "https://github.com/ai16z/eliza/commit/7d3b879ac1e4c82b26a29ab273c33c01fcf4dc86" + }, + { + "sha": "baaa696797c6d40677979514c4278472a49d126b", + "date": "2024-11-23T04:14:54Z", + "message": "feat: add agent selection, router and sidebar layout in React client", + "url": "https://github.com/ai16z/eliza/commit/baaa696797c6d40677979514c4278472a49d126b" + }, { "sha": "b3e096ccddabcb538062625feceac0815478ee9a", "date": "2024-11-21T05:48:33Z", @@ -19,6 +31,15 @@ } ], "pull_requests": [ + { + "number": 536, + "title": "feat: add agent selection, router and sidebar layout in React client", + "state": "closed", + "created_at": "2024-11-23T04:47:18Z", + "url": "https://github.com/ai16z/eliza/pull/536", + "labels": [], + "comments": 1 + }, { "number": 479, "title": "refactor: add template types", @@ -38,16 +59,16 @@ "comments": 0 } ], - "total_commits": 2, - "total_prs": 2, + "total_commits": 4, + "total_prs": 3, "commit_activity": { "2024": { - "11": 2 + "11": 4 } }, "pr_activity": { "2024": { - "11": 2 + "11": 3 } } }, diff --git a/data/wolfcito.json b/data/wolfcito.json new file mode 100644 index 0000000..038b83d --- /dev/null +++ b/data/wolfcito.json @@ -0,0 +1,57 @@ +{ + "username": "wolfcito", + "avatar_url": "https://avatars.githubusercontent.com/u/791301?v=4", + "total_contributions": 2, + "activity": { + "code": { + "commits": [ + { + "sha": "1f7eef8b021172b6715bc6c9a0c642df0e2cd3aa", + "date": "2024-11-26T06:43:21Z", + "message": "chore(nvmrc): update Node.js version from v23.1.0 to v23.3.0 in Dockerfile, and associated documentation to ensure consistency", + "url": "https://github.com/ai16z/eliza/commit/1f7eef8b021172b6715bc6c9a0c642df0e2cd3aa" + }, + { + "sha": "6bc57bfdf861ca6d2b8fee0c32bbed6aa77bd3fb", + "date": "2024-11-26T06:19:42Z", + "message": "chore(nvmrc): update Node.js version from v23.1.0 to v23.3.0", + "url": "https://github.com/ai16z/eliza/commit/6bc57bfdf861ca6d2b8fee0c32bbed6aa77bd3fb" + } + ], + "pull_requests": [ + { + "number": 611, + "title": "chore(nvmrc): update Node.js version from v23.1.0 to v23.3.0", + "state": "closed", + "created_at": "2024-11-26T06:56:20Z", + "url": "https://github.com/ai16z/eliza/pull/611", + "labels": [], + "comments": 0 + } + ], + "total_commits": 2, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 2 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/wraitii.json b/data/wraitii.json new file mode 100644 index 0000000..6491ea6 --- /dev/null +++ b/data/wraitii.json @@ -0,0 +1,51 @@ +{ + "username": "wraitii", + "avatar_url": "https://avatars.githubusercontent.com/u/1927071?v=4", + "total_contributions": 1, + "activity": { + "code": { + "commits": [ + { + "sha": "23bd87eaf24ec8d4cd9ee3b196b7a869463548d5", + "date": "2024-11-23T15:34:50Z", + "message": "Use BigInt for tweet IDs in client-twitter\n\nTweet IDs are ranging beyond JS integer support", + "url": "https://github.com/ai16z/eliza/commit/23bd87eaf24ec8d4cd9ee3b196b7a869463548d5" + } + ], + "pull_requests": [ + { + "number": 552, + "title": "fix: Use BigInt for tweet IDs in client-twitter", + "state": "closed", + "created_at": "2024-11-23T15:39:10Z", + "url": "https://github.com/ai16z/eliza/pull/552", + "labels": [], + "comments": 1 + } + ], + "total_commits": 1, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 1 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/yodamaster726.json b/data/yodamaster726.json new file mode 100644 index 0000000..d840a22 --- /dev/null +++ b/data/yodamaster726.json @@ -0,0 +1,499 @@ +{ + "username": "yodamaster726", + "avatar_url": "https://avatars.githubusercontent.com/u/106496194?v=4", + "total_contributions": 22, + "activity": { + "code": { + "commits": [ + { + "sha": "15635c1c6001f9f48569ed77189cc49d7a0a3dc8", + "date": "2024-11-27T03:21:57Z", + "message": "fix: running character file", + "url": "https://github.com/ai16z/eliza/commit/15635c1c6001f9f48569ed77189cc49d7a0a3dc8" + }, + { + "sha": "77c57ee80fd845b79f7b51ae9b1548f20d1af59f", + "date": "2024-11-23T19:51:43Z", + "message": "Merge pull request #4 from yodamaster726/ollama-fix\n\nfix: ci errors and restore defaultcharacter.ts", + "url": "https://github.com/ai16z/eliza/commit/77c57ee80fd845b79f7b51ae9b1548f20d1af59f" + }, + { + "sha": "8618d66062a607fc96318ba5cac3ca32ac915164", + "date": "2024-11-23T05:50:20Z", + "message": "Merge branch 'main' into ollama-fix", + "url": "https://github.com/ai16z/eliza/commit/8618d66062a607fc96318ba5cac3ca32ac915164" + }, + { + "sha": "95d1dd36440e9fe51ce16438d22d0bd53cd5c38a", + "date": "2024-11-23T05:36:18Z", + "message": "fix: defaultCharacter and get the CI / CD pipeline working", + "url": "https://github.com/ai16z/eliza/commit/95d1dd36440e9fe51ce16438d22d0bd53cd5c38a" + }, + { + "sha": "330bbdc8d39ffac1d25a5fbaf3dfd49e114ff3f4", + "date": "2024-11-23T05:36:12Z", + "message": "fix: put back defaultcharacter.ts and ci issues with logger.ts", + "url": "https://github.com/ai16z/eliza/commit/330bbdc8d39ffac1d25a5fbaf3dfd49e114ff3f4" + }, + { + "sha": "d8a3a00caecd0b2cbf0b263478f06f55ee789d2c", + "date": "2024-11-23T03:06:30Z", + "message": "Merge remote-tracking branch 'upstream/main'", + "url": "https://github.com/ai16z/eliza/commit/d8a3a00caecd0b2cbf0b263478f06f55ee789d2c" + }, + { + "sha": "2e1bfb9f848c5bdb858b21e4a3265ea9a9aa582b", + "date": "2024-11-23T00:59:08Z", + "message": "fix: missing tslog dpenendency", + "url": "https://github.com/ai16z/eliza/commit/2e1bfb9f848c5bdb858b21e4a3265ea9a9aa582b" + }, + { + "sha": "7c3aeac241069e370042e024937082bd95383baa", + "date": "2024-11-23T00:51:43Z", + "message": "fix: Use \"@ts-expect-error\" instead of \"@ts-ignore\",", + "url": "https://github.com/ai16z/eliza/commit/7c3aeac241069e370042e024937082bd95383baa" + }, + { + "sha": "1cb7b02f2efd96d1f7b1202e47549d46de599589", + "date": "2024-11-23T00:44:46Z", + "message": "fix: ci errors - ILogObjMeta and ILogObj never used", + "url": "https://github.com/ai16z/eliza/commit/1cb7b02f2efd96d1f7b1202e47549d46de599589" + }, + { + "sha": "d0aed6d36a7a6a14e9fea27df0ca155df630082f", + "date": "2024-11-23T00:39:42Z", + "message": "Merge pull request #2 from yodamaster726/ollama-fix\n\nOllama fix", + "url": "https://github.com/ai16z/eliza/commit/d0aed6d36a7a6a14e9fea27df0ca155df630082f" + }, + { + "sha": "c6afcd99cf6beec63b50939387adda653c85cef4", + "date": "2024-11-23T00:38:47Z", + "message": "fix: ollamaModel already defined\nfix: ollamaModel already defined", + "url": "https://github.com/ai16z/eliza/commit/c6afcd99cf6beec63b50939387adda653c85cef4" + }, + { + "sha": "3e4cb1e895ce8147eb9c1b2a9dda1b58c5e112a5", + "date": "2024-11-23T00:36:46Z", + "message": "fix: ollamaModel already defined", + "url": "https://github.com/ai16z/eliza/commit/3e4cb1e895ce8147eb9c1b2a9dda1b58c5e112a5" + }, + { + "sha": "b2a947b9942b3e86f7a0b26fd0bea0b8a5cd6b85", + "date": "2024-11-23T00:23:03Z", + "message": "Merge pull request #1 from yodamaster726/ollama-fix\n\nOllama fix", + "url": "https://github.com/ai16z/eliza/commit/b2a947b9942b3e86f7a0b26fd0bea0b8a5cd6b85" + }, + { + "sha": "644ebb2f2d3dc6dcfc76d011670d9e189b76dcd3", + "date": "2024-11-23T00:20:31Z", + "message": "fix: missing updates for logger.ts", + "url": "https://github.com/ai16z/eliza/commit/644ebb2f2d3dc6dcfc76d011670d9e189b76dcd3" + }, + { + "sha": "ea52d23a2c73372204db12e4f65c8ee975e7ae99", + "date": "2024-11-22T23:12:02Z", + "message": "fix: unreferenced ollamaModel variable", + "url": "https://github.com/ai16z/eliza/commit/ea52d23a2c73372204db12e4f65c8ee975e7ae99" + }, + { + "sha": "eddfc28ddf4ffc388fd1fd41921ffd0bab26279b", + "date": "2024-11-22T23:11:34Z", + "message": "fix: update unreferenced ollamaModel variable", + "url": "https://github.com/ai16z/eliza/commit/eddfc28ddf4ffc388fd1fd41921ffd0bab26279b" + }, + { + "sha": "93608e02a6c2d793af5f7fcb6d1154215ba4eac5", + "date": "2024-11-22T23:19:22Z", + "message": "fix: security.md failed to commit", + "url": "https://github.com/ai16z/eliza/commit/93608e02a6c2d793af5f7fcb6d1154215ba4eac5" + }, + { + "sha": "a6126f9662ecef24ad5da24dcf7252557219b608", + "date": "2024-11-22T23:18:48Z", + "message": "fix: ollamaModel unused variable. fix security.md", + "url": "https://github.com/ai16z/eliza/commit/a6126f9662ecef24ad5da24dcf7252557219b608" + }, + { + "sha": "bf4b0a1af47846fafe9368b5e91dcaab094364a5", + "date": "2024-11-22T22:54:29Z", + "message": "Merge branch 'main' into main", + "url": "https://github.com/ai16z/eliza/commit/bf4b0a1af47846fafe9368b5e91dcaab094364a5" + }, + { + "sha": "7e8a62716420dc5f7f8b8a3201d850a1b61c5ec0", + "date": "2024-11-22T20:14:29Z", + "message": "fix: llama vs ollama issues", + "url": "https://github.com/ai16z/eliza/commit/7e8a62716420dc5f7f8b8a3201d850a1b61c5ec0" + }, + { + "sha": "9330697fb09f36023c35c0993d7c58b03c1aa0ac", + "date": "2024-11-22T20:13:58Z", + "message": "fix: pretty formatting issues", + "url": "https://github.com/ai16z/eliza/commit/9330697fb09f36023c35c0993d7c58b03c1aa0ac" + }, + { + "sha": "caa09723acada7c4c5498aece54661cc43e43ce1", + "date": "2024-11-22T20:02:59Z", + "message": "llama_local, ollama and logger fixes/udpates", + "url": "https://github.com/ai16z/eliza/commit/caa09723acada7c4c5498aece54661cc43e43ce1" + } + ], + "pull_requests": [ + { + "number": 624, + "title": "fix: running a character.json fails when running per docs", + "state": "closed", + "created_at": "2024-11-27T03:58:48Z", + "url": "https://github.com/ai16z/eliza/pull/624", + "labels": [], + "comments": 0 + }, + { + "number": 525, + "title": "fix: missing updates for logger.ts", + "state": "closed", + "created_at": "2024-11-23T00:25:55Z", + "url": "https://github.com/ai16z/eliza/pull/525", + "labels": [], + "comments": 5 + }, + { + "number": 524, + "title": "fix: Ollama fix", + "state": "closed", + "created_at": "2024-11-22T23:21:54Z", + "url": "https://github.com/ai16z/eliza/pull/524", + "labels": [], + "comments": 3 + }, + { + "number": 521, + "title": "fix: ollama local and llama local", + "state": "closed", + "created_at": "2024-11-22T21:12:17Z", + "url": "https://github.com/ai16z/eliza/pull/521", + "labels": [], + "comments": 5 + } + ], + "total_commits": 22, + "total_prs": 4, + "commit_activity": { + "2024": { + "11": 22 + } + }, + "pr_activity": { + "2024": { + "11": 4 + } + } + }, + "issues": { + "opened": [ + { + "number": 553, + "title": "create-eliza-app package doesn't install or exist", + "state": "open", + "created_at": "2024-11-23T23:59:05Z", + "url": "https://github.com/ai16z/eliza/issues/553", + "labels": [ + "bug" + ], + "comments": 1 + }, + { + "number": 271, + "title": "unable to run defaultcharacter with ModelProviderName.LLAMACLOUD local", + "state": "closed", + "created_at": "2024-11-12T04:43:34Z", + "url": "https://github.com/ai16z/eliza/issues/271", + "labels": [ + "bug", + "embedding" + ], + "comments": 2 + }, + { + "number": 270, + "title": "Incorrect steps in readme for starting eliza", + "state": "closed", + "created_at": "2024-11-12T03:35:58Z", + "url": "https://github.com/ai16z/eliza/issues/270", + "labels": [ + "bug", + "documentation", + "good first issue" + ], + "comments": 3 + }, + { + "number": 269, + "title": "inconsistent version of node ", + "state": "closed", + "created_at": "2024-11-12T03:10:29Z", + "url": "https://github.com/ai16z/eliza/issues/269", + "labels": [ + "bug", + "documentation", + "good first issue" + ], + "comments": 2 + }, + { + "number": 268, + "title": "ai16z.github.io/eliza page doesn't display properly in darkmode", + "state": "closed", + "created_at": "2024-11-12T03:01:50Z", + "url": "https://github.com/ai16z/eliza/issues/268", + "labels": [ + "bug", + "documentation" + ], + "comments": 6 + }, + { + "number": 202, + "title": "build docs locally gives errors", + "state": "closed", + "created_at": "2024-11-05T04:40:03Z", + "url": "https://github.com/ai16z/eliza/issues/202", + "labels": [ + "bug", + "documentation" + ], + "comments": 3 + }, + { + "number": 176, + "title": "build docs doesn't seem to be working", + "state": "closed", + "created_at": "2024-11-03T03:58:49Z", + "url": "https://github.com/ai16z/eliza/issues/176", + "labels": [ + "bug" + ], + "comments": 1 + } + ], + "total_opened": 7, + "issue_activity": { + "2024": { + "11": 7 + } + } + }, + "engagement": { + "issue_comments": [ + { + "id": 2453283583, + "body": "I'm trying the latest code and trying to configure it to use my local ollama setup, but eliza keeps wanting to download it's own model. I don't want llama models getting downloaded into my src tree - bad practice - if it's going to do that it should put it in off the root under some /models directory or something like that. At the moment I'm trying to get this to work and I'm willing to update the docs for others to benefit from this.\r\n\r\nHere is what I've configured on my .env\r\nX_SERVER_URL=http://localhost:11434/\r\nXAI_API_KEY=\r\nXAI_MODEL=llama2\r\n\r\nOLLAMA_HOST=http://localhost:11434/\r\nOLLAMA_MODEL=llama2\r\n\r\nHere is the output when I do the pnpm run dev\r\n\r\neliza>$ pnpm run dev\r\n\r\n> eliza@ dev /Users/davidjaramillo/Documents/Projects/eliza\r\n> pnpm --dir core dev\r\n\r\n\r\n> eliza@1.0.0 dev /Users/davidjaramillo/Documents/Projects/eliza/core\r\n> tsc && nodemon\r\n\r\n[nodemon] 3.1.7\r\n[nodemon] to restart at any time, enter `rs`\r\n[nodemon] watching path(s): src/**/*\r\n[nodemon] watching extensions: ts\r\n[nodemon] starting `node --loader ts-node/esm src/index.ts`\r\n(node:93769) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:\r\n--import 'data:text/javascript,import { register } from \"node:module\"; import { pathToFileURL } from \"node:url\"; register(\"ts-node/esm\", pathToFileURL(\"./\"));'\r\n(Use `node --trace-warnings ...` to show where the warning was created)\r\n(node:93769) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.\r\n(Use `node --trace-deprecation ...` to show where the warning was created)\r\n(node:93769) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.\r\nNo characters found, using default character\r\nStarting agent for character Eliza\r\nsqlite-vec extensions loaded successfully.\r\nImporting action from: /Users/davidjaramillo/Documents/Projects/eliza/core/src/actions/askClaude.ts\r\nChat started. Type 'exit' to quit.\r\nYou: Importing action from: /Users/davidjaramillo/Documents/Projects/eliza/core/src/custom_actions/epicAction.ts\r\nServer running at http://localhost:3000/\r\nFailed to import action from /Users/davidjaramillo/Documents/Projects/eliza/core/src/custom_actions/epicAction.ts: Error: Cannot find module '/Users/davidjaramillo/Documents/Projects/eliza/core/src/custom_actions/epicAction.ts' imported from /Users/davidjaramillo/Documents/Projects/eliza/core/src/cli/config.ts\r\n at finalizeResolution (/Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.8.4_typescript@5.6.3/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:366:11)\r\n at moduleResolve (/Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.8.4_typescript@5.6.3/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:801:10)\r\n at Object.defaultResolve (/Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.8.4_typescript@5.6.3/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:912:11)\r\n at /Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.8.4_typescript@5.6.3/node_modules/ts-node/src/esm.ts:218:35\r\n at entrypointFallback (/Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.8.4_typescript@5.6.3/node_modules/ts-node/src/esm.ts:168:34)\r\n at /Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.8.4_typescript@5.6.3/node_modules/ts-node/src/esm.ts:217:14\r\n at addShortCircuitFlag (/Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.8.4_typescript@5.6.3/node_modules/ts-node/src/esm.ts:409:21)\r\n at resolve (/Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.8.4_typescript@5.6.3/node_modules/ts-node/src/esm.ts:197:12)\r\n at nextResolve (node:internal/modules/esm/hooks:748:28)\r\n at Hooks.resolve (node:internal/modules/esm/hooks:240:30)\r\nCreating runtime for character Eliza\r\nAgent ID b850bc30-45f8-0041-a00a-83df46d8555d\r\nInitializing LlamaLocal service for agent b850bc30-45f8-0041-a00a-83df46d8555d Eliza\r\nConstructing\r\nmodelName model.gguf\r\nChecking model\r\nModel already exists.\r\nAgent ID b850bc30-45f8-0041-a00a-83df46d8555d\r\nInitializing LlamaLocal service for agent b850bc30-45f8-0041-a00a-83df46d8555d Eliza\r\n**** No CUDA detected - local response will be slow\r\nCreating grammar\r\nLoading model\r\nthis.modelPath /Users/davidjaramillo/Documents/Projects/eliza/core/src/services/model.gguf\r\ngguf_init_from_file: failed to read key-value pairs\r\n[node-llama-cpp] llama_model_load: error loading model: llama_model_loader: failed to load model from /Users/davidjaramillo/Documents/Projects/eliza/core/src/services/model.gguf\r\n[node-llama-cpp] \r\n[node-llama-cpp] llama_load_model_from_file: failed to load model\r\nModel initialization failed. Deleting model and retrying... Error: Failed to load model\r\n at LlamaModel._create (file:///Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/node-llama-cpp@3.1.1_typescript@5.6.3/node_modules/node-llama-cpp/dist/evaluator/LlamaModel/LlamaModel.js:479:23)\r\n at async Object. (file:///Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/node-llama-cpp@3.1.1_typescript@5.6.3/node_modules/node-llama-cpp/dist/bindings/Llama.js:194:24)\r\n at async withLock (file:///Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/lifecycle-utils@1.7.0/node_modules/lifecycle-utils/dist/withLock.js:36:16)\r\n at async Llama.loadModel (file:///Users/davidjaramillo/Documents/Projects/eliza/node_modules/.pnpm/node-llama-cpp@3.1.1_typescript@5.6.3/node_modules/node-llama-cpp/dist/bindings/Llama.js:190:16)\r\n at async LlamaService.initializeModel (file:///Users/davidjaramillo/Documents/Projects/eliza/core/src/services/llama.ts:73:26)\r\nModel deleted.\r\nChecking model\r\nthis.modelPath /Users/davidjaramillo/Documents/Projects/eliza/core/src/services/model.gguf\r\nModel not found. Downloading...\r\nFollowing redirect to: https://cdn-lfs-us-1.hf.co/repos/97/cc/97ccd42703c9e659e537d359fa1863623f9371054d9ea5e4dd163214b7803ad1/c77c263f78b2f56fbaddd3ef2af750fda6ebb4344a546aaa0bfdd546b1ca8d84?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27Hermes-3-Llama-3.1-8B.Q8_0.gguf%3B+filename%3D%22Hermes-3-Llama-3.1-8B.Q8_0.gguf%22%3B&Expires=1730863045&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTczMDg2MzA0NX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmhmLmNvL3JlcG9zLzk3L2NjLzk3Y2NkNDI3MDNjOWU2NTllNTM3ZDM1OWZhMTg2MzYyM2Y5MzcxMDU0ZDllYTVlNGRkMTYzMjE0Yjc4MDNhZDEvYzc3YzI2M2Y3OGIyZjU2ZmJhZGRkM2VmMmFmNzUwZmRhNmViYjQzNDRhNTQ2YWFhMGJmZGQ1NDZiMWNhOGQ4ND9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=ggX7ncHRkcidhIoJlVT2nDNU8pwhhrXGxg%7E0yEJbd65gVd2OGlJwlB7FZZOKwEWhATCrHSucHjuBFAor1bvwPH2X9IauYZugc-ZRXpuW8eFKAATOeuP2VqogGBAvz61WjExPzCy7yrHGi9ZeCGfq1WQ4zh2ST%7Ef9offz7s%7E9ZtYcoNB2HlwzgaxEHXXgssesQOuRbzTWyN41lYQafKpSpNlSvyfs7VIGFCfLaOanAuWxxXsjE2geHJIQUGwbCtJTYfjYemkSL77WkCu5vFZlHpk7CHtqlGMFvChV1myQj4ilwyh0urCkII3QNXj-rXT7-eQXO3mHt4xUVAyfOateiw__&Key-Pair-Id=K24J24Z295AEI9\r\n^CELIFECYCLE Command failed.\r\nELIFECYCLE Command failed.\r\nTerminated: 15\r\n\r\n", + "created_at": "2024-11-03T03:53:35Z", + "url": "https://github.com/ai16z/eliza/issues/69#issuecomment-2453283583", + "type": "issue", + "issue_number": "69" + }, + { + "id": 2453437128, + "body": "@o-on-x I believe it was you that shared that code with me and I got it running locally. \n\nBut I need the .env settings that will connect to it. I've included what I used in the issue. \n\nThere must be more than just setting the XAI_MODEL. \n\nI agree with @lalalune, are you looking to include this as an additional provider. ", + "created_at": "2024-11-03T13:56:55Z", + "url": "https://github.com/ai16z/eliza/issues/69#issuecomment-2453437128", + "type": "issue", + "issue_number": "69" + }, + { + "id": 2469507367, + "body": "works good now. thanks for fixing.\r\n\r\nverified with node 23.1\r\n\r\n", + "created_at": "2024-11-12T03:15:10Z", + "url": "https://github.com/ai16z/eliza/issues/202#issuecomment-2469507367", + "type": "issue", + "issue_number": "202" + }, + { + "id": 2470862067, + "body": "Verified fix by PR #266 - looks good. Needs to be deployed to https://ai16z.github.io/eliza/\r\n\r\n\"image\"\r\n", + "created_at": "2024-11-12T15:36:48Z", + "url": "https://github.com/ai16z/eliza/issues/268#issuecomment-2470862067", + "type": "issue", + "issue_number": "268" + }, + { + "id": 2476399120, + "body": "verified - looks good.", + "created_at": "2024-11-14T13:46:46Z", + "url": "https://github.com/ai16z/eliza/issues/269#issuecomment-2476399120", + "type": "issue", + "issue_number": "269" + }, + { + "id": 2476409697, + "body": "@madjin docs build is broken again - looks like a similar problem from a few days back.\r\n\r\nI get a ton of these errors when I run `pnpm run dev` in the docs folder.\r\n\r\n![image](https://github.com/user-attachments/assets/4ac90b84-02cd-4a6f-8944-baf12dc5025e)\r\n", + "created_at": "2024-11-14T13:51:45Z", + "url": "https://github.com/ai16z/eliza/issues/268#issuecomment-2476409697", + "type": "issue", + "issue_number": "268" + }, + { + "id": 2476412504, + "body": "This is what you see on the browser side:\r\n\"image\"\r\n", + "created_at": "2024-11-14T13:53:01Z", + "url": "https://github.com/ai16z/eliza/issues/268#issuecomment-2476412504", + "type": "issue", + "issue_number": "268" + }, + { + "id": 2477760711, + "body": "this is a great idea. we need to implement something that gets us to some continuous incremental stability.\r\ncreate some basic unit tests that run via github actions that notes a certain level of stability and only promote code to main if it's good. also maybe have another dev-readme that maybe documents what all the functions are that are known to be stable, what is under development and what is in the pipeline.\r\nI know, most of this is already covered above - but just had to express my thoughts. This project is awesome, let's keep making it better.", + "created_at": "2024-11-15T01:21:41Z", + "url": "https://github.com/ai16z/eliza/issues/317#issuecomment-2477760711", + "type": "issue", + "issue_number": "317" + }, + { + "id": 2477922473, + "body": "Also curious if \u2018pnpm run dev\u2019 works. I just pulled the code 2 hrs ago and it started for me. I was just iuaing the basic agent though. Didn\u2019t config twitter. But good idea to try the tagged version mentioned previously ", + "created_at": "2024-11-15T04:16:36Z", + "url": "https://github.com/ai16z/eliza/issues/326#issuecomment-2477922473", + "type": "issue", + "issue_number": "326" + }, + { + "id": 2492935353, + "body": "Docs are much better now", + "created_at": "2024-11-22T06:02:07Z", + "url": "https://github.com/ai16z/eliza/issues/270#issuecomment-2492935353", + "type": "issue", + "issue_number": "270" + }, + { + "id": 2492960489, + "body": "this seems to be a dup of #507 \r\n", + "created_at": "2024-11-22T06:25:45Z", + "url": "https://github.com/ai16z/eliza/issues/506#issuecomment-2492960489", + "type": "issue", + "issue_number": "506" + }, + { + "id": 2492976208, + "body": "I did a fresh clone on the latest code and the code keeps wanting to download and run the local_llama.\r\nI have the OLLAMA_MODEL set in my .env. Here is what have:\r\n\r\n#Set to Use for New OLLAMA provider\r\nOLLAMA_SERVER_URL= #Leave blank for default localhost:11434\r\nOLLAMA_MODEL=hermes3\r\nOLLAMA_EMBEDDING_MODEL= #default mxbai-embed-large\r\n#To use custom model types for different tasks set these\r\nSMALL_OLLAMA_MODEL= #default llama3.2\r\nMEDIUM_OLLAMA_MODEL= #default hermes3\r\nLARGE_OLLAMA_MODEL= #default hermes3:70b\r\n\r\nThis is what I have in my defaultCharacter.\r\n\r\n modelProvider: ModelProviderName.OLLAMA,\r\n settings: {\r\n secrets: {},\r\n voice: {\r\n model: \"en_US-hfc_female-medium\",\r\n },\r\n embeddingModel: \"mxbai-embed-large\"\r\n },\r\n\r\nCode is also tries to load the wrong OLLAMA embedding model too by default - hence having to set it here.\r\n\r\nI'm debugging the problem now and working on a fix for it.\r\n\r\n", + "created_at": "2024-11-22T06:39:45Z", + "url": "https://github.com/ai16z/eliza/issues/443#issuecomment-2492976208", + "type": "issue", + "issue_number": "443" + }, + { + "id": 2493824410, + "body": "yes, ollama and llama local got merged together and the ollama logic is not working right. getting close to a fix.\r\nexample, its downloading the local llama instead of using ollama if it's configured", + "created_at": "2024-11-22T13:54:49Z", + "url": "https://github.com/ai16z/eliza/issues/443#issuecomment-2493824410", + "type": "issue", + "issue_number": "443" + }, + { + "id": 2495049597, + "body": "I tried the latest tag v0.1.3 and then tried the latest code from yesterday. My character file was the default one.\r\n![image](https://github.com/user-attachments/assets/140300b3-dc4e-4cb1-89f7-810f4589c627)\r\n\r\nupdates to fix this problem: https://github.com/ai16z/eliza/pull/521", + "created_at": "2024-11-22T22:59:07Z", + "url": "https://github.com/ai16z/eliza/issues/443#issuecomment-2495049597", + "type": "issue", + "issue_number": "443" + }, + { + "id": 2499588740, + "body": "I\u2019ve run I to this issue as well. I have a fix coming for it. \r\n\r\nWorkaround is to put ../ in front of characters. ie. ../characters/trump.character.json", + "created_at": "2024-11-26T03:41:59Z", + "url": "https://github.com/ai16z/eliza/issues/601#issuecomment-2499588740", + "type": "issue", + "issue_number": "601" + }, + { + "id": 2502066621, + "body": "> Glad I'm not the only one. Exact same issue on a fresh Debian 12. \n> \n> \n> \n> EDIT: Solved by doing a ```pnpm build``` after ```pnpm i``` \n> \n> \n> \n> ...At least the character builds but now I have a new error: ```[Used disallowed intents](error: new Error(\"Used disallowed intents\"))``` - looks like something I have to do with my discord bot.\n> \n> \n> \n> EDIT #2: Fixed the intents error above by switching these 3 toggles in Discord Dev Portal. Bot seems to work now. \n> \n> \n> \n> ![](https://i.imgur.com/2e9i0DQ.png)\n\nWould love to connect with you on discord. I'm on a similar path and want to capture any documentation items that we should capture. \n\nMy discord id is yoda26. Can you dm me back. I'll delete this message afterwards. ", + "created_at": "2024-11-26T22:31:27Z", + "url": "https://github.com/ai16z/eliza/issues/601#issuecomment-2502066621", + "type": "issue", + "issue_number": "601" + }, + { + "id": 2502645894, + "body": "fixed now", + "created_at": "2024-11-27T03:43:34Z", + "url": "https://github.com/ai16z/eliza/issues/271#issuecomment-2502645894", + "type": "issue", + "issue_number": "271" + }, + { + "id": 2502650995, + "body": "> > I\u2019ve run I to this issue as well. I have a fix coming for it.\r\n> > Workaround is to put ../ in front of characters. ie. ../characters/trump.character.json\r\n> \r\n> I changed the command to pnpm start --character=\"../characters/trump.character.json\", but the same error still occurs.\r\n\r\nI believe this gets resolved if you do `pnpm build` and then you do the `pnpm start`", + "created_at": "2024-11-27T03:47:05Z", + "url": "https://github.com/ai16z/eliza/issues/601#issuecomment-2502650995", + "type": "issue", + "issue_number": "601" + } + ], + "pr_comments": [ + { + "id": 2495031791, + "body": "> This is good and was working locally however few issues:\r\n> \r\n> * LLAMA is still downloaded if external provider is used. Can you fix this.\r\n@ponderingdemocritus \r\n\r\nWhich external provider ? OpenAI ? Where did you define it? In the .env file or character?\r\n\r\nI tested the different variations with OLLAMA ?\r\n", + "created_at": "2024-11-22T22:52:53Z", + "url": "https://github.com/ai16z/eliza/pull/521#issuecomment-2495031791", + "type": "pr", + "issue_number": "521" + }, + { + "id": 2495083414, + "body": "these updates go along with PR: https://github.com/ai16z/eliza/pull/521", + "created_at": "2024-11-22T23:22:47Z", + "url": "https://github.com/ai16z/eliza/pull/524#issuecomment-2495083414", + "type": "pr", + "issue_number": "524" + }, + { + "id": 2495088244, + "body": "> did you want to include this in your PR?\r\n\r\nThe llama.ts - yes, the security.md I had to fix because the git commit callout wouldn't let me commit the other fix without fixing that. Somehow it got passed the previous PR that other person that put that file in. :-(", + "created_at": "2024-11-22T23:26:58Z", + "url": "https://github.com/ai16z/eliza/pull/524#issuecomment-2495088244", + "type": "pr", + "issue_number": "524" + }, + { + "id": 2495100379, + "body": "> I tested with anthropic and it still inits OLLAMA\r\n> \r\n> env is within character file\r\n\r\nI updated defaultCharacter.ts with ANTHROPIC and it didn't try to download the llamalocal model. It attempts to call the antropic api. Do you have anything else in your .env related to llama definited ? Are you on the latest code ? \r\n\r\n![image](https://github.com/user-attachments/assets/eec8a775-a0e2-429e-bcdf-555f33c8414b)\r\n", + "created_at": "2024-11-22T23:36:50Z", + "url": "https://github.com/ai16z/eliza/pull/521#issuecomment-2495100379", + "type": "pr", + "issue_number": "521" + }, + { + "id": 2495328345, + "body": "> Great work - please remove the change in defaultCharacter and get the CI / CD pipeline working :)\r\n\r\nworking on it", + "created_at": "2024-11-23T05:41:59Z", + "url": "https://github.com/ai16z/eliza/pull/525#issuecomment-2495328345", + "type": "pr", + "issue_number": "525" + }, + { + "id": 2495335942, + "body": "done", + "created_at": "2024-11-23T05:53:34Z", + "url": "https://github.com/ai16z/eliza/pull/525#issuecomment-2495335942", + "type": "pr", + "issue_number": "525" + }, + { + "id": 2496457433, + "body": "@monilpat I've made the requested fixes/updates. It's ready to be merged.", + "created_at": "2024-11-25T00:37:02Z", + "url": "https://github.com/ai16z/eliza/pull/525#issuecomment-2496457433", + "type": "pr", + "issue_number": "525" + } + ], + "total_comments": 25, + "comment_activity": { + "2024": { + "11": 25 + } + } + } + } +} \ No newline at end of file diff --git a/data/yoniebans.json b/data/yoniebans.json new file mode 100644 index 0000000..1cf9b70 --- /dev/null +++ b/data/yoniebans.json @@ -0,0 +1,193 @@ +{ + "username": "yoniebans", + "avatar_url": "https://avatars.githubusercontent.com/u/5584832?v=4", + "total_contributions": 15, + "activity": { + "code": { + "commits": [ + { + "sha": "9c1e6c7cf5e9725a3d4b6dc5a64a4c420ad8f17b", + "date": "2024-11-29T07:58:40Z", + "message": "Merge branch 'main' into feat/add_image_text_model_provider_seperation_and_falai", + "url": "https://github.com/ai16z/eliza/commit/9c1e6c7cf5e9725a3d4b6dc5a64a4c420ad8f17b" + }, + { + "sha": "27542e73e9dc286229e219468385bf270c911fac", + "date": "2024-11-28T15:35:51Z", + "message": "added HEURIST and OPENAI as valid options for automatically enabling image generation", + "url": "https://github.com/ai16z/eliza/commit/27542e73e9dc286229e219468385bf270c911fac" + }, + { + "sha": "ab922fcf2b7b127cf78e000fe251bffb292c0366", + "date": "2024-11-28T14:05:21Z", + "message": "updated example env file for optional fal.ai vars", + "url": "https://github.com/ai16z/eliza/commit/ab922fcf2b7b127cf78e000fe251bffb292c0366" + }, + { + "sha": "a8af53d3fc27702976c0aa84fa14a091b672aab5", + "date": "2024-11-28T12:56:47Z", + "message": "Merge branch 'main' into feat/add_image_text_model_provider_seperation_and_falai", + "url": "https://github.com/ai16z/eliza/commit/a8af53d3fc27702976c0aa84fa14a091b672aab5" + }, + { + "sha": "01e8bb2a52d5185175b046ca1692a282cecba5a5", + "date": "2024-11-28T12:01:10Z", + "message": "updated plugin-image-generation environment variable checks to include fal.ai", + "url": "https://github.com/ai16z/eliza/commit/01e8bb2a52d5185175b046ca1692a282cecba5a5" + }, + { + "sha": "99ffdfd4cbee7f9ea37383e679fad1c23c37fe51", + "date": "2024-11-28T10:33:56Z", + "message": "updated generation to include implementation for fal.ai image generation and leverage the new distinction between imageModelProvider and modelProvider. Have changed the checks from runtime.character.modelProvider to runtime.modelProvider as it should be set upon runtime intialisation for character", + "url": "https://github.com/ai16z/eliza/commit/99ffdfd4cbee7f9ea37383e679fad1c23c37fe51" + }, + { + "sha": "1f76c9b1901456a780c8171efa0826036541977b", + "date": "2024-11-28T10:32:00Z", + "message": "updated runtime interfact to include property for imageModelProvider", + "url": "https://github.com/ai16z/eliza/commit/1f76c9b1901456a780c8171efa0826036541977b" + }, + { + "sha": "e1a98c582b94aea2b9ac8933dbf785ec448136e8", + "date": "2024-11-28T10:17:45Z", + "message": "include image generation plugin if FAL_API_KEY is present by default", + "url": "https://github.com/ai16z/eliza/commit/e1a98c582b94aea2b9ac8933dbf785ec448136e8" + }, + { + "sha": "f9d2c44c4d5c3186b90dbba0c7599d84552e2a32", + "date": "2024-11-28T10:15:23Z", + "message": "update core packages to include fal.ai client", + "url": "https://github.com/ai16z/eliza/commit/f9d2c44c4d5c3186b90dbba0c7599d84552e2a32" + }, + { + "sha": "4fc3c699bbf8175a997e8760ebd5ae7b5571af81", + "date": "2024-11-28T10:12:59Z", + "message": "updated imageGeneration action validate function to include check for FAL_API_KEY not that it can be used for generateImage", + "url": "https://github.com/ai16z/eliza/commit/4fc3c699bbf8175a997e8760ebd5ae7b5571af81" + }, + { + "sha": "b09a795aa65c16a14acb041d38ff56776bdbb28c", + "date": "2024-11-28T10:11:36Z", + "message": "updateds core models to include a new entry for fal.ai", + "url": "https://github.com/ai16z/eliza/commit/b09a795aa65c16a14acb041d38ff56776bdbb28c" + }, + { + "sha": "7d746e6cafe27526edf29985aa802e5dd11a5cdc", + "date": "2024-11-28T10:10:22Z", + "message": "given the option for distinction between the model being used for generateText and generateImage, added a new property for the imageModelProvider on the runtime class. This property is set to the imageModelProvider on character if present, otherwise it defaults to the model provider hence, the same model will be used for bother generateText and generateImage", + "url": "https://github.com/ai16z/eliza/commit/7d746e6cafe27526edf29985aa802e5dd11a5cdc" + }, + { + "sha": "a1f3323dd4436b8d58a9968b6bbfbc5cc0f53426", + "date": "2024-11-28T10:06:44Z", + "message": "updated Characters.ts in core/types to include an optional imageModelProvider allowing for use of different models between textGeneration and imageGeneration. If imageModelProvider is not set, it defaults to modelProvider and as such, functionality should remain the same. Also added another Model and ModelProviderName for fal.ai", + "url": "https://github.com/ai16z/eliza/commit/a1f3323dd4436b8d58a9968b6bbfbc5cc0f53426" + }, + { + "sha": "c69d2da88feeba9d3c8cb45ae215adbbcb6e1611", + "date": "2024-11-26T13:30:07Z", + "message": "added generatedImages folder in agent to gitignore", + "url": "https://github.com/ai16z/eliza/commit/c69d2da88feeba9d3c8cb45ae215adbbcb6e1611" + }, + { + "sha": "a4400d7f79d6c983bb05add9095345c99b645c1d", + "date": "2024-11-26T13:25:43Z", + "message": "fix logging for memory similarity. at the moment we're trying to print the message similarity which is undefined. think memory similarity is what we're looking for in the .map function", + "url": "https://github.com/ai16z/eliza/commit/a4400d7f79d6c983bb05add9095345c99b645c1d" + } + ], + "pull_requests": [ + { + "number": 650, + "title": "feat: add image text model provider separation and fal.ai integration", + "state": "closed", + "created_at": "2024-11-28T16:00:14Z", + "url": "https://github.com/ai16z/eliza/pull/650", + "labels": [], + "comments": 0 + }, + { + "number": 616, + "title": "fix: memory similarity log & new knowledge ingestion", + "state": "closed", + "created_at": "2024-11-26T14:00:56Z", + "url": "https://github.com/ai16z/eliza/pull/616", + "labels": [], + "comments": 1 + } + ], + "total_commits": 15, + "total_prs": 2, + "commit_activity": { + "2024": { + "11": 15 + } + }, + "pr_activity": { + "2024": { + "11": 2 + } + } + }, + "issues": { + "opened": [ + { + "number": 648, + "title": "fal.ai image generation", + "state": "open", + "created_at": "2024-11-28T13:52:33Z", + "url": "https://github.com/ai16z/eliza/issues/648", + "labels": [ + "enhancement" + ], + "comments": 0 + }, + { + "number": 647, + "title": "Optional image model provider to character and runtime", + "state": "closed", + "created_at": "2024-11-28T13:47:36Z", + "url": "https://github.com/ai16z/eliza/issues/647", + "labels": [ + "enhancement" + ], + "comments": 1 + }, + { + "number": 615, + "title": "Smol one; Matched fragment log not showing similarity score", + "state": "closed", + "created_at": "2024-11-26T13:50:47Z", + "url": "https://github.com/ai16z/eliza/issues/615", + "labels": [ + "bug" + ], + "comments": 0 + }, + { + "number": 614, + "title": "New knowledge not being ingested into agent memory after first run", + "state": "closed", + "created_at": "2024-11-26T13:45:22Z", + "url": "https://github.com/ai16z/eliza/issues/614", + "labels": [ + "bug" + ], + "comments": 0 + } + ], + "total_opened": 4, + "issue_activity": { + "2024": { + "11": 4 + } + } + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/zjasper666.json b/data/zjasper666.json new file mode 100644 index 0000000..4564df8 --- /dev/null +++ b/data/zjasper666.json @@ -0,0 +1,51 @@ +{ + "username": "zjasper666", + "avatar_url": "https://avatars.githubusercontent.com/u/43301592?v=4", + "total_contributions": 1, + "activity": { + "code": { + "commits": [ + { + "sha": "c035e9098d7155f78fa51188dd3cda85ef1adcb5", + "date": "2024-11-28T07:16:40Z", + "message": "add connection instruction for connecting with X", + "url": "https://github.com/ai16z/eliza/commit/c035e9098d7155f78fa51188dd3cda85ef1adcb5" + } + ], + "pull_requests": [ + { + "number": 641, + "title": "add connection instruction for connecting with X", + "state": "closed", + "created_at": "2024-11-28T07:16:51Z", + "url": "https://github.com/ai16z/eliza/pull/641", + "labels": [], + "comments": 0 + } + ], + "total_commits": 1, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 1 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [], + "total_comments": 0, + "comment_activity": {} + } + } +} \ No newline at end of file diff --git a/data/zkfarmoor.json b/data/zkfarmoor.json new file mode 100644 index 0000000..d662c42 --- /dev/null +++ b/data/zkfarmoor.json @@ -0,0 +1,84 @@ +{ + "username": "zkfarmoor", + "avatar_url": "https://avatars.githubusercontent.com/u/166660193?v=4", + "total_contributions": 3, + "activity": { + "code": { + "commits": [ + { + "sha": "44cc31f41502376caa85c88141da8476214635f0", + "date": "2024-11-19T01:10:18Z", + "message": "fixes", + "url": "https://github.com/ai16z/eliza/commit/44cc31f41502376caa85c88141da8476214635f0" + }, + { + "sha": "df27a964bf1355d7b349703c15f1d5486aaab33d", + "date": "2024-11-18T22:57:13Z", + "message": "env example", + "url": "https://github.com/ai16z/eliza/commit/df27a964bf1355d7b349703c15f1d5486aaab33d" + }, + { + "sha": "7b06e856cf38d798a0429abdfdc530950f2ccb34", + "date": "2024-11-18T22:34:39Z", + "message": "add evm swapping and briding with Base and Ethereum", + "url": "https://github.com/ai16z/eliza/commit/7b06e856cf38d798a0429abdfdc530950f2ccb34" + } + ], + "pull_requests": [ + { + "number": 406, + "title": "Add EVM integration with Base and Ethereum", + "state": "closed", + "created_at": "2024-11-18T22:44:38Z", + "url": "https://github.com/ai16z/eliza/pull/406", + "labels": [], + "comments": 11 + } + ], + "total_commits": 3, + "total_prs": 1, + "commit_activity": { + "2024": { + "11": 3 + } + }, + "pr_activity": { + "2024": { + "11": 1 + } + } + }, + "issues": { + "opened": [], + "total_opened": 0, + "issue_activity": {} + }, + "engagement": { + "issue_comments": [], + "pr_comments": [ + { + "id": 2484404268, + "body": "working on all of these now, thank you guys for the quick reviews!", + "created_at": "2024-11-18T23:46:35Z", + "url": "https://github.com/ai16z/eliza/pull/406#issuecomment-2484404268", + "type": "pr", + "issue_number": "406" + }, + { + "id": 2486193114, + "body": "absolutely, I think a modular approach to token creation and other general evm-related actions would be appropriate to include.\r\n\r\nthis PR is intended to be a first iteration of EVM capabilities with the goal being to add more actions, chains, etc. over time. please feel free to make any changes/improvements to this!", + "created_at": "2024-11-19T16:30:12Z", + "url": "https://github.com/ai16z/eliza/pull/406#issuecomment-2486193114", + "type": "pr", + "issue_number": "406" + } + ], + "total_comments": 2, + "comment_activity": { + "2024": { + "11": 2 + } + } + } + } +} \ No newline at end of file diff --git a/data/sumin13245.json b/data/zo-eth.json similarity index 63% rename from data/sumin13245.json rename to data/zo-eth.json index f2a3741..9519c25 100644 --- a/data/sumin13245.json +++ b/data/zo-eth.json @@ -1,17 +1,10 @@ { - "username": "sumin13245", + "username": "zo-eth", "avatar_url": "https://avatars.githubusercontent.com/u/76999066?v=4", "total_contributions": 1, "activity": { "code": { - "commits": [ - { - "sha": "a3f30dd86affad50babf39b96a83ad75b281ff5b", - "date": "2024-11-15T07:54:00Z", - "message": "Update README_KOR.md\n\nThe Korean version edited by a Korean", - "url": "https://github.com/ai16z/eliza/commit/a3f30dd86affad50babf39b96a83ad75b281ff5b" - } - ], + "commits": [], "pull_requests": [ { "number": 329, @@ -23,13 +16,9 @@ "comments": 0 } ], - "total_commits": 1, + "total_commits": 0, "total_prs": 1, - "commit_activity": { - "2024": { - "11": 1 - } - }, + "commit_activity": {}, "pr_activity": { "2024": { "11": 1 diff --git a/profiles/0xFlicker.html b/profiles/0xFlicker.html new file mode 100644 index 0000000..5187fa7 --- /dev/null +++ b/profiles/0xFlicker.html @@ -0,0 +1,115 @@ + + + + + + + 0xFlicker - GitHub Contributions + + + + + +
0xFlicker's avatar

0xFlicker

6 total contributions

Commits

6

PRs

4

Issues

0

Comments

1

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/0xaguspunk.html b/profiles/0xaguspunk.html new file mode 100644 index 0000000..b882e62 --- /dev/null +++ b/profiles/0xaguspunk.html @@ -0,0 +1,115 @@ + + + + + + + 0xaguspunk - GitHub Contributions + + + + + +
0xaguspunk's avatar

0xaguspunk

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/8times4.html b/profiles/8times4.html new file mode 100644 index 0000000..b999256 --- /dev/null +++ b/profiles/8times4.html @@ -0,0 +1,115 @@ + + + + + + + 8times4 - GitHub Contributions + + + + + +
8times4's avatar

8times4

6 total contributions

Commits

6

PRs

1

Issues

0

Comments

1

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/DataRelic.html b/profiles/DataRelic.html new file mode 100644 index 0000000..523ba94 --- /dev/null +++ b/profiles/DataRelic.html @@ -0,0 +1,115 @@ + + + + + + + DataRelic - GitHub Contributions + + + + + +
DataRelic's avatar

DataRelic

3 total contributions

Commits

3

PRs

2

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/HashWarlock.html b/profiles/HashWarlock.html index 6e2ff7a..718d432 100644 --- a/profiles/HashWarlock.html +++ b/profiles/HashWarlock.html @@ -10,9 +10,9 @@ -
HashWarlock's avatar

HashWarlock

2 total contributions

Commits

2

PRs

2

Issues

0

Comments

1

Commits

Pull Requests

Issues

Comments

+
HashWarlock's avatar

HashWarlock

13 total contributions

Commits

13

PRs

6

Issues

0

Comments

2

Commits

Pull Requests

Issues

Comments

+ + + + +
St4rgarden's avatar

St4rgarden

2 total contributions

Commits

2

PRs

1

Issues

1

Comments

2

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/THtianhao.html b/profiles/THtianhao.html new file mode 100644 index 0000000..c8c6dd9 --- /dev/null +++ b/profiles/THtianhao.html @@ -0,0 +1,115 @@ + + + + + + + THtianhao - GitHub Contributions + + + + + +
THtianhao's avatar

THtianhao

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

1

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/VarKrishin.html b/profiles/VarKrishin.html new file mode 100644 index 0000000..1671b6f --- /dev/null +++ b/profiles/VarKrishin.html @@ -0,0 +1,115 @@ + + + + + + + VarKrishin - GitHub Contributions + + + + + +
VarKrishin's avatar

VarKrishin

4 total contributions

Commits

4

PRs

2

Issues

0

Comments

2

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/Wilbert957.html b/profiles/Wilbert957.html new file mode 100644 index 0000000..cbd638c --- /dev/null +++ b/profiles/Wilbert957.html @@ -0,0 +1,115 @@ + + + + + + + Wilbert957 - GitHub Contributions + + + + + +
Wilbert957's avatar

Wilbert957

2 total contributions

Commits

2

PRs

1

Issues

1

Comments

8

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/YoungPhlo.html b/profiles/YoungPhlo.html new file mode 100644 index 0000000..484a965 --- /dev/null +++ b/profiles/YoungPhlo.html @@ -0,0 +1,115 @@ + + + + + + + YoungPhlo - GitHub Contributions + + + + + +
YoungPhlo's avatar

YoungPhlo

2 total contributions

Commits

2

PRs

3

Issues

1

Comments

2

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/ai16z-demirix.html b/profiles/ai16z-demirix.html index 511e2d5..aeccb44 100644 --- a/profiles/ai16z-demirix.html +++ b/profiles/ai16z-demirix.html @@ -10,9 +10,9 @@ -
ai16z-demirix's avatar

ai16z-demirix

3 total contributions

Commits

3

PRs

2

Issues

1

Comments

0

Commits

Pull Requests

Issues

Comments

+
ai16z-demirix's avatar

ai16z-demirix

9 total contributions

Commits

9

PRs

5

Issues

2

Comments

3

Commits

Pull Requests

Issues

Comments

+ + + + +
asDNSk's avatar

asDNSk

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

1

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/augchan42.html b/profiles/augchan42.html new file mode 100644 index 0000000..4b7b1a7 --- /dev/null +++ b/profiles/augchan42.html @@ -0,0 +1,115 @@ + + + + + + + augchan42 - GitHub Contributions + + + + + +
augchan42's avatar

augchan42

3 total contributions

Commits

3

PRs

3

Issues

3

Comments

1

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/awidearray.html b/profiles/awidearray.html new file mode 100644 index 0000000..f729a67 --- /dev/null +++ b/profiles/awidearray.html @@ -0,0 +1,115 @@ + + + + + + + awidearray - GitHub Contributions + + + + + +
awidearray's avatar

awidearray

11 total contributions

Commits

8

PRs

2

Issues

1

Comments

4

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/bmgalego.html b/profiles/bmgalego.html index c050f23..03118c0 100644 --- a/profiles/bmgalego.html +++ b/profiles/bmgalego.html @@ -10,9 +10,9 @@ -
bmgalego's avatar

bmgalego

47 total contributions

Commits

47

PRs

10

Issues

0

Comments

3

Commits

Pull Requests

Issues

Comments

+
bmgalego's avatar

bmgalego

85 total contributions

Commits

85

PRs

27

Issues

0

Comments

5

Commits

Pull Requests

Issues

Comments

+ + + + +
cryptoradagast's avatar

cryptoradagast

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/cygaar.html b/profiles/cygaar.html new file mode 100644 index 0000000..8e56e0a --- /dev/null +++ b/profiles/cygaar.html @@ -0,0 +1,115 @@ + + + + + + + cygaar - GitHub Contributions + + + + + +
cygaar's avatar

cygaar

22 total contributions

Commits

22

PRs

10

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/darwintree.html b/profiles/darwintree.html index 17a8009..2a90a98 100644 --- a/profiles/darwintree.html +++ b/profiles/darwintree.html @@ -10,9 +10,9 @@ -
darwintree's avatar

darwintree

2 total contributions

Commits

2

PRs

4

Issues

1

Comments

4

Commits

Pull Requests

Issues

Comments

+
darwintree's avatar

darwintree

11 total contributions

Commits

11

PRs

4

Issues

1

Comments

6

Commits

Pull Requests

Issues

Comments

+ + + + +
dontAskVI's avatar

dontAskVI

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/dr-fusion.html b/profiles/dr-fusion.html new file mode 100644 index 0000000..0f31eda --- /dev/null +++ b/profiles/dr-fusion.html @@ -0,0 +1,115 @@ + + + + + + + dr-fusion - GitHub Contributions + + + + + +
dr-fusion's avatar

dr-fusion

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

2

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/drew-royster.html b/profiles/drew-royster.html index 9eb75a7..9116e7c 100644 --- a/profiles/drew-royster.html +++ b/profiles/drew-royster.html @@ -10,9 +10,9 @@ -
drew-royster's avatar

drew-royster

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

1

Commits

Pull Requests

Issues

Comments

+
drew-royster's avatar

drew-royster

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

2

Commits

Pull Requests

Issues

Comments

+ + + + +
genesis-0000's avatar

genesis-0000

3 total contributions

Commits

3

PRs

0

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/grallc.html b/profiles/grallc.html new file mode 100644 index 0000000..76b3ad6 --- /dev/null +++ b/profiles/grallc.html @@ -0,0 +1,115 @@ + + + + + + + grallc - GitHub Contributions + + + + + +
grallc's avatar

grallc

1 total contributions

Commits

1

PRs

1

Issues

1

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/index.html b/profiles/index.html index f96d64d..7222dc1 100644 --- a/profiles/index.html +++ b/profiles/index.html @@ -21,7 +21,7 @@

GitHub Contrib

lalalune

- 509 contributions + 614 contributions

@@ -36,7 +36,22 @@

lalalune

ponderingdemocritus

- 239 contributions + 281 contributions +

+
+ + + + +
+ MarcoMandar +
+

MarcoMandar

+

+ 93 contributions

@@ -51,22 +66,22 @@

ponderingdemocri

sirkitree

- 91 contributions + 92 contributions

-
- MarcoMandar
-

MarcoMandar

+

bmgalego

- 68 contributions + 85 contributions

@@ -81,7 +96,7 @@

MarcoMandar

renovate[bot]

- 57 contributions + 80 contributions

@@ -96,22 +111,22 @@

renovate[bot]

madjin

- 55 contributions + 60 contributions

-
- bmgalego
-

bmgalego

+

monilpat

- 47 contributions + 56 contributions

@@ -132,6 +147,81 @@

o-on-x

+ +
+ jkbrooks +
+

jkbrooks

+

+ 24 contributions +

+
+
+
+ + +
+ cygaar +
+

cygaar

+

+ 22 contributions +

+
+
+
+ + +
+ yodamaster726 +
+

yodamaster726

+

+ 22 contributions +

+
+
+
+ + +
+ shakkernerd +
+

shakkernerd

+

+ 18 contributions +

+
+
+
+ + +
+ odilitime +
+

odilitime

+

+ 17 contributions +

+
+
+
+
@@ -147,6 +237,21 @@

normand1

+ +
+ tsubasakong +
+

tsubasakong

+

+ 16 contributions +

+
+
+
+
@@ -162,14 +267,14 @@

vladkashka56

-
- tsubasakong
-

tsubasakong

+

yoniebans

15 contributions

@@ -192,6 +297,21 @@

actions-user

+ +
+ HashWarlock +
+

HashWarlock

+

+ 13 contributions +

+
+
+
+
@@ -207,14 +327,29 @@

alextitonis

-
- jkbrooks
-

jkbrooks

+

tcm390

+

+ 13 contributions +

+
+
+
+ + +
+ twilwa +
+

twilwa

13 contributions

@@ -252,44 +387,44 @@

mladcepes

-
- odilitime
-

odilitime

+

Nibirian9

- 12 contributions + 11 contributions

-
- twilwa
-

twilwa

+

awidearray

- 12 contributions + 11 contributions

-
- Nibirian9
-

Nibirian9

+

darwintree

11 contributions

@@ -312,14 +447,44 @@

dreaminglucid -
- monilpat
-

monilpat

+

ai16z-demirix

+

+ 9 contributions +

+
+
+
+ + +
+ snobbee +
+

snobbee

+

+ 9 contributions +

+
+
+
+ + + + + + +
+ juke +
+

juke

+

+ 4 contributions +

+
+
+
+ + +
+ justabot +
+

justabot

+

+ 4 contributions +

+
+
+
+ + +
+ oguzserdar +
+

oguzserdar

+

+ 4 contributions +

+
+
+
+ + +
+ ropresearch +
+

ropresearch

4 contributions

@@ -417,14 +687,14 @@

dorianjanezic -
- juke
-

juke

+

tarrencev

4 contributions

@@ -432,14 +702,14 @@

juke

-
- oguzserdar
-

oguzserdar

+

v1xingyue

4 contributions

@@ -447,14 +717,14 @@

oguzserdar

- -
- ai16z-demirix
-

ai16z-demirix

+

antpb

3 contributions

@@ -507,14 +777,14 @@

ai16z-demirix -
- antpb
-

antpb

+

augchan42

3 contributions

@@ -567,6 +837,36 @@

eltociear

+ +
+ genesis-0000 +
+

genesis-0000

+

+ 3 contributions +

+
+
+
+ + +
+ irisdv +
+

irisdv

+

+ 3 contributions +

+
+
+
+
@@ -612,14 +912,29 @@

thearyanag

-
- HashWarlock
-

HashWarlock

+

zkfarmoor

+

+ 3 contributions +

+
+
+
+ + +
+ St4rgarden +
+

St4rgarden

2 contributions

@@ -627,14 +942,14 @@

HashWarlock

-
- darwintree
-

darwintree

+

Wilbert957

2 contributions

@@ -642,14 +957,14 @@

darwintree

-
- metadiver
-

metadiver

+

YoungPhlo

2 contributions

@@ -657,14 +972,14 @@

metadiver

-
- minghinmatthewlam
-

minghinmatthewlam

+

fabianhug

2 contributions

@@ -672,14 +987,14 @@

minghinmatthewla

-
- snobbee
-

snobbee

+

metadiver

2 contributions

@@ -687,14 +1002,14 @@

snobbee

-
- v1xingyue
-

v1xingyue

+

minghinmatthewlam

2 contributions

@@ -702,14 +1017,14 @@

v1xingyue

-
- vivoidos
-

vivoidos

+

tomguluson92

2 contributions

@@ -732,6 +1047,21 @@

whonion

+ +
+ wolfcito +
+

wolfcito

+

+ 2 contributions +

+
+
+
+
@@ -747,6 +1077,21 @@

xclicx

+ +
+ 0xaguspunk +
+

0xaguspunk

+

+ 1 contributions +

+
+
+
+
@@ -837,6 +1182,21 @@

SkrillCTO

+ +
+ THtianhao +
+

THtianhao

+

+ 1 contributions +

+
+
+
+
@@ -852,6 +1212,21 @@

alanneary17

+ +
+ asDNSk +
+

asDNSk

+

+ 1 contributions +

+
+
+
+
@@ -867,6 +1242,21 @@

boyaloxer

+ +
+ cryptoradagast +
+

cryptoradagast

+

+ 1 contributions +

+
+
+
+
@@ -882,6 +1272,36 @@

cvartanian

+ +
+ dontAskVI +
+

dontAskVI

+

+ 1 contributions +

+
+
+
+ + +
+ dr-fusion +
+

dr-fusion

+

+ 1 contributions +

+
+
+
+
@@ -912,14 +1332,14 @@

enitrat

-
- fabianhug
-

fabianhug

+

fabrizioff

1 contributions

@@ -927,14 +1347,14 @@

fabianhug

-
- fabrizioff
-

fabrizioff

+

grallc

1 contributions

@@ -1047,14 +1467,14 @@

pindaroso

-
- shakkernerd
-

shakkernerd

+

theapesociety

1 contributions

@@ -1062,14 +1482,14 @@

shakkernerd

-
- sumin13245
-

sumin13245

+

thejoven

1 contributions

@@ -1077,14 +1497,14 @@

sumin13245

-
- theapesociety
-

theapesociety

+

whalelephant

1 contributions

@@ -1092,14 +1512,14 @@

theapesociety -
- thejoven
-

thejoven

+

wjw12

1 contributions

@@ -1107,14 +1527,14 @@

thejoven

-
- whalelephant
-

whalelephant

+

wraitii

1 contributions

@@ -1122,14 +1542,29 @@

whalelephant

-
- wjw12
-

wjw12

+

zjasper666

+

+ 1 contributions +

+
+
+
+ + +
+ zo-eth +
+

zo-eth

1 contributions

diff --git a/profiles/irisdv.html b/profiles/irisdv.html new file mode 100644 index 0000000..0ddb53b --- /dev/null +++ b/profiles/irisdv.html @@ -0,0 +1,115 @@ + + + + + + + irisdv - GitHub Contributions + + + + + +
irisdv's avatar

irisdv

3 total contributions

Commits

3

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/jkbrooks.html b/profiles/jkbrooks.html index ca32b72..0186317 100644 --- a/profiles/jkbrooks.html +++ b/profiles/jkbrooks.html @@ -10,9 +10,9 @@ -
jkbrooks's avatar

jkbrooks

13 total contributions

Commits

13

PRs

0

Issues

1

Comments

10

Commits

Pull Requests

Issues

Comments

+
jkbrooks's avatar

jkbrooks

24 total contributions

Commits

24

PRs

0

Issues

2

Comments

14

Commits

Pull Requests

Issues

Comments

+ + + + +
justabot's avatar

justabot

4 total contributions

Commits

4

PRs

3

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/lalalune.html b/profiles/lalalune.html index d73919f..d6c1956 100644 --- a/profiles/lalalune.html +++ b/profiles/lalalune.html @@ -10,9 +10,9 @@ -
lalalune's avatar

lalalune

509 total contributions

Commits

509

PRs

17

Issues

54

Comments

62

Commits

Pull Requests

Issues

Comments

+
lalalune's avatar

lalalune

614 total contributions

Commits

614

PRs

31

Issues

57

Comments

75

Commits

Pull Requests

Issues

Comments

+ + + + +
milancermak's avatar

milancermak

6 total contributions

Commits

6

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/monilpat.html b/profiles/monilpat.html index 212eb24..922c795 100644 --- a/profiles/monilpat.html +++ b/profiles/monilpat.html @@ -10,9 +10,9 @@ -
monilpat's avatar

monilpat

8 total contributions

Commits

8

PRs

6

Issues

2

Comments

40

Commits

Pull Requests

Issues

Comments

+
monilpat's avatar

monilpat

56 total contributions

Commits

56

PRs

10

Issues

2

Comments

54

Commits

Pull Requests

Issues

Comments

+ + + + +
pgoos's avatar

pgoos

8 total contributions

Commits

8

PRs

4

Issues

0

Comments

1

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/ponderingdemocritus.html b/profiles/ponderingdemocritus.html index d76556d..143ca72 100644 --- a/profiles/ponderingdemocritus.html +++ b/profiles/ponderingdemocritus.html @@ -10,9 +10,9 @@ -
ponderingdemocritus's avatar

ponderingdemocritus

239 total contributions

Commits

239

PRs

45

Issues

4

Comments

12

Commits

Pull Requests

Issues

Comments

+
ponderingdemocritus's avatar

ponderingdemocritus

281 total contributions

Commits

281

PRs

50

Issues

5

Comments

19

Commits

Pull Requests

Issues

Comments

+ + + + +
tcm390's avatar

tcm390

13 total contributions

Commits

13

PRs

5

Issues

0

Comments

3

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/tomguluson92.html b/profiles/tomguluson92.html new file mode 100644 index 0000000..c0b42c5 --- /dev/null +++ b/profiles/tomguluson92.html @@ -0,0 +1,115 @@ + + + + + + + tomguluson92 - GitHub Contributions + + + + + +
tomguluson92's avatar

tomguluson92

2 total contributions

Commits

2

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/tsubasakong.html b/profiles/tsubasakong.html index 609d7e4..9ec0186 100644 --- a/profiles/tsubasakong.html +++ b/profiles/tsubasakong.html @@ -10,9 +10,9 @@ -
tsubasakong's avatar

tsubasakong

15 total contributions

Commits

15

PRs

4

Issues

0

Comments

1

Commits

Pull Requests

Issues

Comments

+
tsubasakong's avatar

tsubasakong

16 total contributions

Commits

16

PRs

5

Issues

0

Comments

1

Commits

Pull Requests

Issues

Comments

+ + + + +
wolfcito's avatar

wolfcito

2 total contributions

Commits

2

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/wraitii.html b/profiles/wraitii.html new file mode 100644 index 0000000..fa4148d --- /dev/null +++ b/profiles/wraitii.html @@ -0,0 +1,115 @@ + + + + + + + wraitii - GitHub Contributions + + + + + +
wraitii's avatar

wraitii

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/yodamaster726.html b/profiles/yodamaster726.html new file mode 100644 index 0000000..4a41deb --- /dev/null +++ b/profiles/yodamaster726.html @@ -0,0 +1,115 @@ + + + + + + + yodamaster726 - GitHub Contributions + + + + + +
yodamaster726's avatar

yodamaster726

22 total contributions

Commits

22

PRs

4

Issues

7

Comments

25

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/yoniebans.html b/profiles/yoniebans.html new file mode 100644 index 0000000..cf82c90 --- /dev/null +++ b/profiles/yoniebans.html @@ -0,0 +1,115 @@ + + + + + + + yoniebans - GitHub Contributions + + + + + +
yoniebans's avatar

yoniebans

15 total contributions

Commits

15

PRs

2

Issues

4

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/zjasper666.html b/profiles/zjasper666.html new file mode 100644 index 0000000..a29190a --- /dev/null +++ b/profiles/zjasper666.html @@ -0,0 +1,115 @@ + + + + + + + zjasper666 - GitHub Contributions + + + + + +
zjasper666's avatar

zjasper666

1 total contributions

Commits

1

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/zkfarmoor.html b/profiles/zkfarmoor.html new file mode 100644 index 0000000..162fb8e --- /dev/null +++ b/profiles/zkfarmoor.html @@ -0,0 +1,115 @@ + + + + + + + zkfarmoor - GitHub Contributions + + + + + +
zkfarmoor's avatar

zkfarmoor

3 total contributions

Commits

3

PRs

1

Issues

0

Comments

2

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file diff --git a/profiles/zo-eth.html b/profiles/zo-eth.html new file mode 100644 index 0000000..acfc0ba --- /dev/null +++ b/profiles/zo-eth.html @@ -0,0 +1,115 @@ + + + + + + + zo-eth - GitHub Contributions + + + + + +
zo-eth's avatar

zo-eth

1 total contributions

Commits

0

PRs

1

Issues

0

Comments

0

Commits

Pull Requests

Issues

Comments

+ + + + \ No newline at end of file