# Daily Report - 2025-04-28

## Twitter Activity

### ElizaOS v2 Development
- @shawmakesmagic has been actively developing and streaming the build process for ElizaOS v2
- He announced multiple streaming sessions, including 'Eliza v2 weekend chill and build' sessions
- Development includes creating a character called 'Eli5' with various plugins including SQL, Anthropic, OpenAI, Discord, Twitter, PDF, and video understanding capabilities
- @dankvr shared impressions of ElizaOS v2, noting it feels 'more refined' with 'clean UX, thoughtful attention to detail, powerful but not overwhelming'
- @dankvr mentioned seeing a 'Spartan' investment manager agent in the system and complimented @shawmakesmagic on his work
- Sources: https://twitter.com/shawmakesmagic/status/1916681249101332960, https://twitter.com/shawmakesmagic/status/1916683099196526975, https://twitter.com/shawmakesmagic/status/1916927309019283915, https://twitter.com/dankvr/status/1916703230051942467, https://twitter.com/dankvr/status/1916704285301080311, https://twitter.com/dankvr/status/1916759923037278465

### The Org and AI Agents
- @shawmakesmagic shared information about 'The Org', a suite of AI agents including a community manager
- He introduced 'Eli5' as their community manager, explaining that using community characters is a 'win/win' approach
- @shawmakesmagic stated that 'The goal is AGI' in one of his tweets
- He mentioned that despite market conditions, they are 'still here shipping agents'
- Sources: https://twitter.com/shawmakesmagic/status/1916699751812157667, https://twitter.com/shawmakesmagic/status/1916927672317579713, https://twitter.com/shawmakesmagic/status/1916660038732767449

### Auto.fun Platform and FightFi Launch
- The Auto.fun platform (@autodotfun) announced the addition of @MakeFight_Great to their platform
- This includes two AI-powered MMA agents: @FightAlgoToken (described as 'the strategist') and @FightBrawlToken ('the brawler')
- Holding these tokens reportedly unlocks interactive experiences including 'coin-stealing matchups, fighter-specific challenges, heated Twitter pressers, and deeper fandom immersion'
- Auto.fun explained that FightFi was chosen because it 'thrives on lasting community passion'
- Sources: https://twitter.com/autodotfun/status/1917004453686739219, https://twitter.com/autodotfun/status/1917004457277022243, https://twitter.com/autodotfun/status/1917004455725146613

### Token Development and Challenges
- @shawmakesmagic explained that 'autopupper' was an AI-generated token from their token generator that got stuck
- He mentioned learning lessons about token launches, stating 'The odds of me fumbling a token launch are much higher than me shipping code that works most of the time'
- He reflected on past experiences, noting he 'Shoulda focused on one token and supporting the floor'
- When asked about the economics of 'ai16z', @shawmakesmagic explained he 'clicked the button to raise $75k', received no allocation, and was donated 1% which was still vesting
- Sources: https://twitter.com/shawmakesmagic/status/1916761788907241608, https://twitter.com/shawmakesmagic/status/1916676627830128690, https://twitter.com/shawmakesmagic/status/1916676943610872052, https://twitter.com/shawmakesmagic/status/1916920590113640956

### Crypto Community Dynamics
- @shawmakesmagic expressed frustration with how founders are treated, stating 'Another day of CT shitting on the people who created value for them'
- He criticized the community's focus on price, saying 'Every project you lost money on is a rug, Every founder who didn't make number go up is a scammer'
- @shawmakesmagic mentioned receiving death threats from a previous project
- He stated that 'the goal of our generation is to align incentives so it's not just 5 companies who own all the automation and robots'
- Sources: https://twitter.com/shawmakesmagic/status/1916908259388363202, https://twitter.com/shawmakesmagic/status/1916910981265166449, https://twitter.com/shawmakesmagic/status/1916909141035241594, https://twitter.com/shawmakesmagic/status/1916898170715705750, https://twitter.com/shawmakesmagic/status/1916951839104503909

### Streaming and Building in Public
- @shawmakesmagic regularly streams his development work, announcing multiple streaming sessions
- @dankvr asked if other founders livestream and code, suggesting this is a notable approach
- @shawmakesmagic mentioned he has been 'building in public live on stream most days' and coding for 60+ hours according to his time tracker
- Sources: https://twitter.com/shawmakesmagic/status/1916675476388761742, https://twitter.com/shawmakesmagic/status/1916929500245594291, https://twitter.com/dankvr/status/1916711808401916325, https://twitter.com/shawmakesmagic/status/1916920590113640956

### Technical Support and User Assistance
- @shawmakesmagic provided technical support to users in several tweets
- He offered to help a user with points issues, saying 'Will check on the points thing, gimme details on the token and what is going wrong, we'll get it fixed'
- When another user asked about getting more points, @shawmakesmagic noted 'the code is open source' and suggested submitting a pull request
- Sources: https://twitter.com/shawmakesmagic/status/1916650682071040059, https://twitter.com/shawmakesmagic/status/1916702014433869870, https://twitter.com/shawmakesmagic/status/1916675613311795685

### Vitalik Avatar and Web3 Development
- @dankvr shared that he 'Commissioned a Vitalik avatar (´･ω･`)' with an accompanying image
- He mentioned 'Hyperfy: an open source web based 3D agentic sandbox / infinite backrooms'
- He expressed interest in checking out @rotkiapp's repository, noting it 'seems like a perfect fit with @ollama'
- Sources: https://twitter.com/dankvr/status/1916774103148544137, https://twitter.com/dankvr/status/1916864633605935257, https://twitter.com/dankvr/status/1916890690484666477

## Completed Items in elizaOS/eliza

- Added several new features:
  - Typing indicator to the Discord plugin
  - Default project text to create CLI
  - API key validation for Anthropic Plugin model calls
  - Updated elizaos create command instructions in CLI
  - Model/plugin name logging when a model is used
  - Implemented scopable knowledge
  - Added rebuild functionality for core and plugin-bootstrap
  - Added .env.example in project-starter
- Fixed numerous bugs:
  - ESM type declarations in Core
  - Issues with postgres db for docker containers
  - Broken image paths and documentation links
  - Type checking for crypto values in core
  - Discord plugin error when missing service
  - Short replies issue
  - Undefined error when reading 'sendStandartTweet'
  - Import issue for derive key provider
  - Local LLM throwing undefined error
  - Agent deletion issues
  - Added error handling for no space left on disk
- Made other improvements:
  - Updated memory.ts to use the new schema
  - Added test coverage and setup for Anthropic plugin
  - Updated documentation
  - Improved UI with cleaner interface
  - Removed plugin EVM from monorepo and package.json
- Sources: https://github.com/elizaOS/eliza/pull/4292, https://github.com/elizaOS/eliza/pull/4341, https://github.com/elizaOS/eliza/pull/4364, https://github.com/elizaOS/eliza/pull/4363, https://github.com/elizaOS/eliza/pull/4362, https://github.com/elizaOS/eliza/pull/4367, https://github.com/elizaOS/eliza/pull/4370, https://github.com/elizaOS/eliza/pull/4369, https://github.com/elizaOS/eliza/pull/4383, https://github.com/elizaOS/eliza/pull/4382, https://github.com/elizaOS/eliza/pull/4381, https://github.com/elizaOS/eliza/pull/4379, https://github.com/elizaOS/eliza/pull/4377, https://github.com/elizaOS/eliza/pull/4376, https://github.com/elizaOS/eliza/pull/4375, https://github.com/elizaOS/eliza/pull/4374, https://github.com/elizaOS/eliza/pull/4373, https://github.com/elizaOS/eliza/pull/4372, https://github.com/elizaOS/eliza/pull/4385, https://github.com/elizaOS/eliza/pull/4399, https://github.com/elizaOS/eliza/pull/4396, https://github.com/elizaOS/eliza/pull/4395, https://github.com/elizaOS/eliza/pull/4394, https://github.com/elizaOS/eliza/pull/4393, https://github.com/elizaOS/eliza/pull/4390, https://github.com/elizaOS/eliza/pull/4389, https://github.com/elizaOS/eliza/pull/4388, https://github.com/elizaOS/eliza/pull/4387, https://github.com/elizaOS/eliza/pull/4386

## Pull Requests for elizaOS/eliza

- PR #4384 by odilitime prepares the 0.x version for sharing plugins with 1.x
- PR #4374 by lalalune addresses fixes for short replies
- PR #4292 by jmikedupont2 updates memory.ts to use the new schema
- PR #4380 by UD1sto adds a livepeer inference plugin package
- PRs #4390 and #4391 by lalalune implement scopable knowledge features and fixes
- PR #4397 by Freytes adds Autofun Buy and Sell functionality through contract
- PR #4386 by 0xbbjoker removes the plugin evm from the monorepo
- PR #4393 by wtfsayo implements UI enhancements for a cleaner interface
- Sources: https://github.com/elizaOS/eliza/pull/4384, https://github.com/elizaOS/eliza/pull/4374, https://github.com/elizaOS/eliza/pull/4292, https://github.com/elizaOS/eliza/pull/4380, https://github.com/elizaOS/eliza/pull/4391, https://github.com/elizaOS/eliza/pull/4397, https://github.com/elizaOS/eliza/pull/4386, https://github.com/elizaOS/eliza/pull/4390, https://github.com/elizaOS/eliza/pull/4393

## Crypto Market Update

- Current cryptocurrency prices:
  - WETH trading between $1,792.55 and $1,799.31
  - SOL valued between $147.82 and $148.06

## GitHub Activity Summary

- April 28-29, 2025:
  - 15 new PRs with 18 merged
  - 21 active contributors working on the project
- April 29-30, 2025:
  - 14 new PRs with 11 merged
  - 8 active contributors
- No new issues were reported during this period
- Sources: githubStatsSummary, githubStatsSummary

## Issues for elizaOS/eliza

- Issue #4336 by eduardoPauloPanstein reports problems with the quickstart documentation
- Issue #4046 by ljiang22 describes a SyntaxError when trying to import the 'generateText' function from '@elizaos/core'
- Sources: https://github.com/elizaOS/eliza/issues/4336, https://github.com/elizaOS/eliza/issues/4046