Skip to content

Commit

Permalink
Update contributor data and reports [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 64607d5 commit b32308f
Show file tree
Hide file tree
Showing 14 changed files with 8,438 additions and 4,619 deletions.
1,653 changes: 1,653 additions & 0 deletions data/contributors_2024_12-20.json

Large diffs are not rendered by default.

1,908 changes: 787 additions & 1,121 deletions data/daily/combined.json

Large diffs are not rendered by default.

2,102 changes: 884 additions & 1,218 deletions data/daily/contributors.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/daily/history/commits_2024_12_20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1,987 changes: 1,987 additions & 0 deletions data/daily/history/contributors_2024_12_20.json

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions data/daily/history/issues_2024_12_20.json

Large diffs are not rendered by default.

1,058 changes: 1,058 additions & 0 deletions data/daily/history/prs_2024_12_20.json

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions data/daily/history/summary_2024_12_20.json
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"
]
}
]
}
44 changes: 44 additions & 0 deletions data/daily/history/summary_2024_12_20.md
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
327 changes: 166 additions & 161 deletions data/daily/issues.json

Large diffs are not rendered by default.

1,389 changes: 553 additions & 836 deletions data/daily/prs.json

Large diffs are not rendered by default.

2,110 changes: 888 additions & 1,222 deletions data/daily/scored.json

Large diffs are not rendered by default.

68 changes: 31 additions & 37 deletions data/daily/summary.json
Original file line number Diff line number Diff line change
@@ -1,73 +1,67 @@
{
"title": "ai16z Eliza (2024-12-19)",
"title": "ai16z Eliza (2024-12-20)",
"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.",
"overview": "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.",
"metrics": {
"contributors": 25,
"merged_prs": 14,
"new_issues": 9,
"lines_changed": 1024
"contributors": 22,
"merged_prs": 6,
"new_issues": 12,
"lines_changed": 82716
},
"changes": {
"features": [
"make express payload limit configurable",
"make twitter login retry times as env",
"add parse mode=Markdown, enhance telegram bot output"
"add README_DE.md in docs directory"
],
"fixes": [
"Fix local_llama key warning",
"postgres needs the user to exist before you can add a participant",
"improve twitter post generation prompt"
"pnpm lockfile",
"unsupported model provider: claude_vertex"
],
"chores": [
"clean up scripts"
"Revert \"fix: pnpm lockfile\""
]
},
"areas": [
{
"name": "packages",
"files": 11,
"additions": 390,
"deletions": 224
"name": "docs",
"files": 3,
"additions": 177,
"deletions": 1
},
{
"name": "root",
"files": 5,
"additions": 20,
"deletions": 16
"files": 2,
"additions": 41268,
"deletions": 41268
},
{
"name": "scripts",
"files": 3,
"additions": 16,
"deletions": 239
"name": "agent",
"files": 1,
"additions": 1,
"deletions": 0
}
],
"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'",
"issues_summary": "working on 5 bugs including 'Fix Incorrect Fallback Logic for Image Model Provider API Keys', 'On load posts twice to Twitter' and implementing 6 feature requests including 'Implement Redis Caching for Performance', 'doc: Add Twitter automation label requirement to quickstart guide'",
"questions": [],
"top_contributors": [
{
"name": "renlulu",
"summary": "renlulu is currently working on enhancing the authentication process by making the Twitter login retry times configurable",
"name": "shakkernerd",
"summary": "shakkernerd is currently implementing Redis caching for performance enhancement in the \"packages\" code area",
"areas": [
"agent",
"packages",
".env.example"
"pnpm-lock.yaml"
]
},
{
"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",
"name": "julienbrs",
"summary": "julienbrs is currently working on enhancing the documentation for the project by adding a requirement for the Twitter automation label in the quickstart guide",
"areas": [
"packages",
"agent"
"docs"
]
},
{
"name": "cygaar",
"summary": "cygaar is currently working on adding an abstract plugin feature, with a work-in-progress pull request",
"name": "tcm390",
"summary": "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",
"areas": [
"packages"
"agent"
]
}
]
Expand Down
47 changes: 23 additions & 24 deletions data/daily/summary.md
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

0 comments on commit b32308f

Please sign in to comment.