-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
118 changed files
with
11,013 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": {} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": {} | ||
} | ||
} | ||
} |
Oops, something went wrong.