-
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.
Update contributor data and reports [skip ci]
- Loading branch information
1 parent
64607d5
commit b32308f
Showing
14 changed files
with
8,438 additions
and
4,619 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
[] |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,74 @@ | ||
{ | ||
"title": "ai16z Eliza (2024-12-19)", | ||
"version": "", | ||
"overview": "Development focused on package improvements (Allow the bot to post messages with images generated by the imageGenerationPlugin on Telegram.), new features (make express payload limit configurable), 7 bug fixes. with 25 contributors merging 14 PRs. Major work included various improvements.", | ||
"metrics": { | ||
"contributors": 25, | ||
"merged_prs": 14, | ||
"new_issues": 9, | ||
"lines_changed": 1024 | ||
}, | ||
"changes": { | ||
"features": [ | ||
"make express payload limit configurable", | ||
"make twitter login retry times as env", | ||
"add parse mode=Markdown, enhance telegram bot output" | ||
], | ||
"fixes": [ | ||
"Fix local_llama key warning", | ||
"postgres needs the user to exist before you can add a participant", | ||
"improve twitter post generation prompt" | ||
], | ||
"chores": [ | ||
"clean up scripts" | ||
] | ||
}, | ||
"areas": [ | ||
{ | ||
"name": "packages", | ||
"files": 11, | ||
"additions": 390, | ||
"deletions": 224 | ||
}, | ||
{ | ||
"name": "root", | ||
"files": 5, | ||
"additions": 20, | ||
"deletions": 16 | ||
}, | ||
{ | ||
"name": "scripts", | ||
"files": 3, | ||
"additions": 16, | ||
"deletions": 239 | ||
} | ||
], | ||
"issues_summary": "working on 5 bugs including 'pnpm install shows errors', 'chore: Review TODO notes' and implementing 3 feature requests including 'feat: Auto-Documentation Synchronization Bot', 'feat: Eliza Code Assistant default characterfile'", | ||
"questions": [], | ||
"top_contributors": [ | ||
{ | ||
"name": "renlulu", | ||
"summary": "renlulu is currently working on enhancing the authentication process by making the Twitter login retry times configurable", | ||
"areas": [ | ||
"agent", | ||
"packages", | ||
".env.example" | ||
] | ||
}, | ||
{ | ||
"name": "odilitime", | ||
"summary": "odilitime is currently working on fixing issues related to the local_llama key warning and ensuring that the user exists before adding a participant in the PostgreSQL database", | ||
"areas": [ | ||
"packages", | ||
"agent" | ||
] | ||
}, | ||
{ | ||
"name": "cygaar", | ||
"summary": "cygaar is currently working on adding an abstract plugin feature, with a work-in-progress pull request", | ||
"areas": [ | ||
"packages" | ||
] | ||
} | ||
] | ||
} |
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,44 @@ | ||
# ai16z Eliza (2024-12-19) | ||
|
||
## π Overview | ||
Development focused on package improvements (Allow the bot to post messages with images generated by the imageGenerationPlugin on Telegram.), new features (make express payload limit configurable), 7 bug fixes. with 25 contributors merging 14 PRs. Major work included various improvements. | ||
|
||
## π Key Metrics | ||
| Metric | Count | | ||
|---------|--------| | ||
| π₯ Contributors | 25 | | ||
| π Commits | 0 | | ||
| π Merged PRs | 14 | | ||
| β οΈ New Issues | 9 | | ||
|
||
## π Pull Request Summary | ||
- π§Ή **Chores**: 1 | ||
- π **Fixes**: 7 | ||
- β¨ **Features**: 3 | ||
|
||
## π File Changes | ||
- **packages**: 11 files (+390/-224 lines) | ||
- **scripts**: 3 files (+16/-239 lines) | ||
- **.github**: 1 files (+56/-47 lines) | ||
- **root**: 5 files (+20/-16 lines) | ||
- **agent**: 2 files (+6/-3 lines) | ||
|
||
## π₯ Notable Changes | ||
- feat: make express payload limit configurable | ||
- feat: make twitter login retry times as env | ||
- fix: Fix local_llama key warning | ||
|
||
## π₯ Top Contributors | ||
- **renlulu**: renlulu is currently working on enhancing the authentication process by making the Twitter login retry times configurable | ||
- **odilitime**: odilitime is currently working on fixing issues related to the local_llama key warning and ensuring that the user exists before adding a participant in the PostgreSQL database | ||
- **cygaar**: cygaar is currently working on adding an abstract plugin feature, with a work-in-progress pull request | ||
|
||
## β οΈ Issues | ||
- **New Issues**: 9 | ||
- **Labels**: `bug` (5), `documentation` (4), `enhancement` (3) | ||
- **Summary**: 5 bugs reported (including 'pnpm install shows errors', 'chore: Review TODO notes') 3 feature requests (including 'feat: Auto-Documentation Synchronization Bot', 'feat: Eliza Code Assistant default characterfile'). | ||
|
||
## Top Contributors | ||
- **renlulu**: feat: make express payload limit configurable | ||
- **odilitime**: fix: Fix local_llama key warning | ||
- **cygaar**: fix: improve twitter post generation prompt |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,44 +1,43 @@ | ||
# ai16z Eliza (2024-12-19) | ||
# ai16z Eliza (2024-12-20) | ||
|
||
## π Overview | ||
Development focused on package improvements (Allow the bot to post messages with images generated by the imageGenerationPlugin on Telegram.), new features (make express payload limit configurable), 7 bug fixes. with 25 contributors merging 14 PRs. Major work included various improvements. | ||
Development focused on new features (add README_DE.md in docs directory), 3 bug fixes. with 22 contributors merging 6 PRs. Major work included various improvements. | ||
|
||
## π Key Metrics | ||
| Metric | Count | | ||
|---------|--------| | ||
| π₯ Contributors | 25 | | ||
| π₯ Contributors | 22 | | ||
| π Commits | 0 | | ||
| π Merged PRs | 14 | | ||
| β οΈ New Issues | 9 | | ||
| π Merged PRs | 6 | | ||
| β οΈ New Issues | 12 | | ||
|
||
## π Pull Request Summary | ||
- π§Ή **Chores**: 1 | ||
- π **Fixes**: 7 | ||
- β¨ **Features**: 3 | ||
- π **Fixes**: 2 | ||
- β¨ **Features**: 1 | ||
|
||
## π File Changes | ||
- **packages**: 11 files (+390/-224 lines) | ||
- **scripts**: 3 files (+16/-239 lines) | ||
- **.github**: 1 files (+56/-47 lines) | ||
- **root**: 5 files (+20/-16 lines) | ||
- **agent**: 2 files (+6/-3 lines) | ||
- **root**: 2 files (+41268/-41268 lines) | ||
- **docs**: 3 files (+177/-1 lines) | ||
- **agent**: 1 files (+1/-0 lines) | ||
- **characters**: 1 files (+0/-1 lines) | ||
|
||
## π₯ Notable Changes | ||
- feat: make express payload limit configurable | ||
- feat: make twitter login retry times as env | ||
- fix: Fix local_llama key warning | ||
- chore: Revert "fix: pnpm lockfile" | ||
- fix: pnpm lockfile | ||
- doc: add Twitter automation label notice (#1253) | ||
|
||
## π₯ Top Contributors | ||
- **renlulu**: renlulu is currently working on enhancing the authentication process by making the Twitter login retry times configurable | ||
- **odilitime**: odilitime is currently working on fixing issues related to the local_llama key warning and ensuring that the user exists before adding a participant in the PostgreSQL database | ||
- **cygaar**: cygaar is currently working on adding an abstract plugin feature, with a work-in-progress pull request | ||
- **shakkernerd**: shakkernerd is currently implementing Redis caching for performance enhancement in the "packages" code area | ||
- **julienbrs**: julienbrs is currently working on enhancing the documentation for the project by adding a requirement for the Twitter automation label in the quickstart guide | ||
- **tcm390**: tcm390 is currently working on a pull request to fix an issue related to an unsupported model provider named claude_vertex in the agent code area | ||
|
||
## β οΈ Issues | ||
- **New Issues**: 9 | ||
- **Labels**: `bug` (5), `documentation` (4), `enhancement` (3) | ||
- **Summary**: 5 bugs reported (including 'pnpm install shows errors', 'chore: Review TODO notes') 3 feature requests (including 'feat: Auto-Documentation Synchronization Bot', 'feat: Eliza Code Assistant default characterfile'). | ||
- **New Issues**: 12 | ||
- **Labels**: `enhancement` (6), `bug` (5), `documentation` (1) | ||
- **Summary**: 5 bugs reported (including 'Fix Incorrect Fallback Logic for Image Model Provider API Keys', 'On load posts twice to Twitter') 6 feature requests (including 'Implement Redis Caching for Performance', 'doc: Add Twitter automation label requirement to quickstart guide'). | ||
|
||
## Top Contributors | ||
- **renlulu**: feat: make express payload limit configurable | ||
- **odilitime**: fix: Fix local_llama key warning | ||
- **cygaar**: fix: improve twitter post generation prompt | ||
- **shakkernerd**: chore: Revert "fix: pnpm lockfile" | ||
- **julienbrs**: doc: add Twitter automation label notice (#1253) | ||
- **tcm390**: fix: unsupported model provider: claude_vertex |