# elizaOS Discord - 2025-02-19

## Overall Discussion Highlights

### Project Status & Development
- **ElizaOS V2 & Launchpad**: Development is 95% complete with the remaining 5% expected to be finished after ETH Denver (early March).
- **Plugin Architecture**: Transitioning to a more scalable approach with plugins moving to separate repositories outside the main codebase. Plugins should now be registered in the elizaos-plugins/registry repository.
- **Tokenomics**: Reported to be "95% done" but release is tied to the marketplace launch, which has experienced delays.
- **Rebranding**: The transition from ai16z to ElizaOS is ongoing but facing delays due to legal issues and dependencies on external parties like the daos.fun team.

### Technical Implementations
- **SQLite Adapter**: Clarification that data persists between sessions and requires a cleanstart to reset.
- **Logging Configuration**: Environment variables (DEFAULT_LOG_LEVEL=debug, LOG_JSON_FORMAT=true) can be used for troubleshooting.
- **Twitter Integration**: Users discussed post template customization to improve tweet quality and authentication issues with new accounts.
- **API Integration**: Discussions on making direct API calls to agents and implementing cross-client interactions.
- **Compass Labs Demo**: Showcased a DeFi plugin allowing agents to deploy and manage capital, execute swaps, and interact with lending markets.

### AI Projects & Initiatives
- **DegenAI**: An autonomous trading bot with character customization that influences trading decisions. Currently making profitable trades and buying popular tokens like $TRUMP. The team is building their own PnL tracker.
- **Clank Tank**: An AI-driven show format for project discovery and evaluation, aiming to provide transparent deal flow and governance for the DAO.
- **3D AI TV**: Development of an AI-powered TV show using an AI news aggregator (GitHub: bozp-pzob/ai-news) that supplies content for the show.
- **Reality Spiral**: A significant contributor to the ElizaOS GitHub, working on agents that automatically push commits and suggest code fixes.

### Organizational Clarifications
- **Eliza Systems**: A separate entity started by Logan (former ElizaOS co-founder) focusing on AI for government, not directly connected to ElizaOS or the DAO.
- **Eliza Studio**: A subsidiary of Eliza Lab run by whobody, created to do custom agent work and design.
- **L1/L2 Plans**: CPO Eskender clarified that while an L1/L2 vision remains interesting, it's not on the current roadmap.

## Key Questions & Answers

### Technical
- **Q**: Does the SQLite data disappear when Eliza is stopped?  
  **A**: No, it persists until you run cleanstart. (mindxploit)

- **Q**: What happened to all the logging on the CLI?  
  **A**: Set DEFAULT_LOG_LEVEL=debug in the env file. (Haphazardly)

- **Q**: How to run multiple Twitter agents in one Eliza repository?  
  **A**: Use pnpm start --characters="characters/deep-thought.character.json, characters/sbf.character.json" (Cuddlesaurus)

- **Q**: How to chat with an agent via API?  
  **A**: Use curl commands to get agent ID and send messages. (ITZMIZZLE)

- **Q**: Is it normal that the API response takes 50s+ for a simple message?  
  **A**: It's likely due to the free deepseek model having too many requests. (AkL)

### Project & Organization
- **Q**: What is the difference between $ai16z and $eliza?  
  **A**: $ai16z is our main token. $eliza is the token for a different project we are aligned with. (Patt)

- **Q**: What is Reality Spiral?  
  **A**: They're one of the top contributors to the ElizaOS GitHub, working on agents that automatically push commits and suggest code fixes. (witch)

- **Q**: What is Clank Tank?  
  **A**: It's an AI-driven game show format for project discovery that combines "attentionomics + AI investing" to provide transparent deal flow for the DAO. (jin)

- **Q**: Why hasn't Binance listed ai16z for spot trading?  
  **A**: Yi He claimed during a CN AMA that the FDV (fully diluted valuation) is very high. (Zolo)

### DegenAI
- **Q**: What are Degenai's KPIs and how is he performing?  
  **A**: For trading we're looking at if he's actually pulling meta-relevant tokens, of course PnL. Still experimenting, more solid KPIs will be tracked. (rhota)

- **Q**: How is "meta-relevant" defined?  
  **A**: By meta-relevant I mean, we want to ensure he's trading the things that everyone is talking about in a given week (or day really, since the meme cycles are so fast now). (rhota)

- **Q**: Where is the best place to go to see his PnL to date?  
  **A**: Right now solscan for live tracking + birdeye for PnL, but we don't like birdeye, we're building our own PnL tracker. (rhota)

## Community Help & Collaboration

### Installation & Setup
- **jin** helped **Shinomori** with ElizaOS installation on Windows, suggesting to "make sure to get WSL2".
- **Odilitime** assisted **Slise** with build failures on Ubuntu by providing package installation commands for dependencies.
- **notorious_d_e_v** helped **ropats16** resolve database errors by suggesting database deletion.

### Development Support
- **Haphazardly** helped **N00t** restore CLI logging by suggesting environment variable configuration.
- **mindxploit** clarified for **Kren** that SQLite data persists until cleanstart is run.
- **Kren** helped **dragonlord** improve tweet quality by explaining how to customize twitterPostTemplate.
- **ITZMIZZLE** shared curl commands with the community for getting agent IDs and sending messages via API.
- **notorious_d_e_v** explained the plugin registration process and structure to **featr**.

### Project Clarifications
- **Patt** explained to **HERF** the relationship between ai16z and eliza projects, noting they are different projects with different developers.
- **shaw** clarified for the community that Eliza Systems is Logan's separate initiative focusing on AI for government, not connected to the DAO.
- **witch** explained to **HoneyBadger** that Reality Spiral is working on agents that automatically push commits to GitHub and suggest code fixes.
- **jin** created collaborative resources including a TLDraw board and HackMD document for gathering narrative elements to help with rebranding efforts.

## Action Items

### Technical
- Complete the remaining 5% of the launchpad development (cheez)
- Fix AI agent client not fetching from port 3000 (0xCryptoCooker)
- Resolve authentication issues with newly created Twitter accounts (Shinomori)
- Fix bug reported in GitHub issue #3384 (AvuTheGreat)
- Fix payment plugin to attach QR code files to messages (djdabs_)
- Implement cross-client interactions (e.g., asking on Discord to make a tweet) (0xJordan)
- Fix evaluator validation and handler execution flow (Tobias | QDEV)
- Complete the rebranding process as soon as possible (Zolo)
- Create a plugin for Eliza that fetches data from AI News Aggregator and posts to X (jin)
- Improve audio/pacing in the show, add different sounds for menus and loaders (boom)
- Add transition stingers to improve flow (boom)
- Complete Unity port of the application (jin)
- Implement big changes from PR #9 in AI news aggregator (jin)
- Update X integration to use API keys instead of username/password (Slothify⚡Daily Gmove)
- Improve DegenAI's ability to identify and trade meta-relevant tokens (rhota)
- Build a custom PnL tracker for DegenAI (rhota)
- Continue developing DegenAI's sentiment analysis capabilities (rhota)
- Resolve X (Twitter) account suspension for DegenAI (rhota)
- Complete marketplace development to enable tokenomics release (eskender.eth)

### Documentation
- Update local development guide which is currently outdated (jin)
- Improve image generation plugin documentation (jin)
- Create errors/remediation section in docs to aggregate common issues (ℭ𝔦𝔭𝔥𝔢𝔯)
- Create guide for accessing external knowledge files for inferencing (RakeshG)
- Provide clear instructions on how to start an agent (bullkis)
- Improve branding and communication strategy (HoneyBadger)
- Create progress bars for development segments to share publicly (阿拉斯加的狗🔯)
- Update CPO Eskender's X profile to reflect ElizaOS affiliation (HoneyBadger)
- Improve documentation to enable better automated help through RAG with Eliza perplexity (jin)
- Add example for an API provider in Eliza documentation (jin)
- Clarify the relationship between tokenomics release and marketplace launch (eskender.eth)

### Feature
- Implement agent purchasing capabilities (jay_wooow)
- Create monitoring tool plugin to connect logs to looker (Kren)
- Create event bus system for Eliza to allow users to control event handling (djdabs_)
- Standardize client loops across different platforms (Twitter, Discord, etc.) (Kren)
- Implement RAG knowledge base for Twitter agent (Vijay T.)
- Develop AI-powered news aggregator tools to break down information silos (jin)
- Implement the Clank Tank framework for project discovery and evaluation (jin)
- Create a "What did WE get done this week" space format for ecosystem updates (Spyros)
- Create more bumpers similar to m3tv premiere (jin)
- Implement a dual rating system (human and AI) similar to Rotten Tomatoes for evaluating content (Ka_yari)
- Implement risk mitigation for future X account suspensions for DegenAI (찌 G 跻 じ PrudentSpartan)
- Consider L1/L2 blockchain development for long-term roadmap (eskender.eth)