Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Weekly progress reports #19

Open
madjin opened this issue Jan 3, 2025 · 0 comments · May be fixed by #21
Open

Feat: Weekly progress reports #19

madjin opened this issue Jan 3, 2025 · 0 comments · May be fixed by #21

Comments

@madjin
Copy link
Contributor

madjin commented Jan 3, 2025

## Get issues
cat data/weekly/issues.json | jq -r '.[] | "[\(.state)] \(.title): \(.body | split("\n") | map(select(length > 0 and (contains("**") | not) and (contains("<!--") | not))) | .[0] // "No description")"' > issues.txt

## Get summaries
cat data/weekly/scored.json | jq -r '.[].summary' > weekly.txt

## Get Pull REquests
cat data/weekly/prs.json | jq -r '.[] | "\(.title) by \(.author.login) [\(.state)\(if .merged then "/MERGED" else "" end)] (\([.files[].additions] | add) additions)"' > prs.txt

Get a summary per each, then combine summaries and ask for a twitter thread format with no emojis or hashtags for something like this:

1/ ai16z Eliza has been busy this week with 60k+ lines of code changes and 80+ active developers. Let's break down what's new...

2/ Big infrastructure moves: New production Docker setup in progress, making it easier to run both frontend and backend. Plus better support for Windows developers and M1 Macs.

3/ Voice and speech are getting major upgrades. Twilio integration (with a $5k bounty) and ElevenLabs features mean Eliza will soon talk and listen better.

4/ The crypto crowd is busy - new plugins for Cardano, Injective, and several other chains. NFT generation for EVM chains is also in the works.

5/ AI improvements: Multi-Agent RAG optimization (smarter conversations between agents), new image description services, and DeepSeek API integration.

6/ Database work is less exciting but crucial - better memory handling, vector embeddings, and PostgreSQL improvements. Think faster, more reliable data storage.

7/ Global reach expanding: README now in Serbian, Romanian, Korean, Japanese, Arabic, and Hungarian (some still in progress). Makes Eliza more accessible worldwide.

8/ Client improvements that users will notice: Dark mode toggle, smoother chat scrolling, better Twitter integration (fixed those pesky double-spaced tweets).

9/ Current focus is on stability and security. Teams are working on database reliability, image generation fixes, and hardening security across the platform.

10/ Main takeaway: Eliza is getting more powerful, more accessible, and more stable. Both core features and community plugins are growing fast.

Let me know if you want details on any of these areas.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant