# elizaOS Discord - 2025-01-23

## Overall Discussion Highlights

### ElizaOS Development
- **ElizaOS v2 Progress**: Jin advised users to "stick to v1" for now as v2 will be backwards compatible. The dev team is refactoring the plugin system and improving memory management for AI agents.
- **Installation Improvements**: The dev branch has reduced Eliza installation to a 2-second process.
- **Model Integration**: Discussions about integrating Deepseek models with ElizaOS, which Jin noted could be done with a single line of code change through OpenRouter.
- **RAG Implementation**: Several users discussed implementing Retrieval Augmented Generation for Eliza, with kAI wilder explaining the knowledgeManager system.

### Technical Issues & Solutions
- **Vector Dimension Mismatch**: Multiple users encountered "Vector dimension mismatch" errors. The solution is to set USE_OPENAI_EMBEDDING=TRUE in the .env file.
- **Plugin Configuration**: Users struggled with plugin integration, particularly the dexscreener plugin. The solution involved removing API key checks in index.ts files.
- **Twitter Integration**: Several discussions about configuring Twitter agents, including how to disable retweets and make agents respond to replies.
- **Node.js Version**: Users reported success with Node v23.3.0 for resolving various errors.

### DegenSpartanAI & Trading
- **Trading Status**: DegenSpartanAI temporarily stopped trading because it ran out of SOL.
- **Performance Tracking**: Community members recommended Birdeye and Waveform platforms for tracking DegenSpartanAI's trading performance.
- **Development Roadmap**: Rhota mentioned they're working on improving trading functionality and developing a roadmap to be shared by the end of the following week.

### Tokenomics Discussions
- **Competing Approaches**: Debate between simple models versus complex mechanisms:
  - One approach follows pump.fun/virtuals model with dual pool structure and bonding curve
  - Vasily Sumanov proposed staking/delegation to whitelist trusted agents with slashing mechanisms
  - DorianD advocated for simplicity to avoid barriers to adoption
  - Akin suggested positioning ai16z as a premium service token
- **Block Tank Concept**: An AI-led venture capital concept combining game show elements with investment decisions, designed to scale and decentralize project vetting.

### 3D AI TV Show Development
- **Camera System**: Boom worked on camera variations including jib cam, pan and zoom pivot cam, and B-roll options with percentage-based switching logic.
- **Block Tank Configuration**: SM Sith Lord provided a pre-generated Block Tank episode setup with 6 actors and 4 locations for testing without making AI calls.
- **Visual Elements**: Discussions about scene design elements, including removing the floor to showcase the Earth backdrop and adding boosters, panels, wires, and LED desks.

## Key Questions & Answers

**Q: How do I fix "Vector dimension mismatch" error?**  
A: Set USE_OPENAI_EMBEDDING=TRUE in .env file (answered by boja)

**Q: How do I fix the dexscreener plugin not working?**  
A: Remove the API key check in index.ts and directly add dexScreenerPlugin (answered by bifkn)

**Q: How do I make my agent respond to replies on Twitter?**  
A: Check ACTION_INTERVAL, ENABLE_ACTION_PROCESSING, MAX_ACTIONS_PROCESSING, ACTION_TIMELINE_TYPE settings (answered by tcm390)

**Q: How do I disable Twitter retweets?**  
A: Remove retweet from the actions portion in the code (answered by paxva)

**Q: Is there a way for the agent to memorize tweets without actually responding to them?**  
A: Agents can observe without interacting, just follow the profile (answered by BOSSU)

**Q: How far away is ElizaOS v2?**  
A: Jin advised to "stick to v1" as it will be "backwards compatible" (answered by jin)

**Q: Is Deepseek integrated yet with ElizaOS as an option?**  
A: "Technically since openrouter supports it we can change to deepseek in 1 line of code" (answered by jin)

**Q: Where do we keep track of degenspartanai performance?**  
A: Birdeye and Waveform are recommended platforms (answered by Noname)

**Q: What LLMs have you been able to integrate with Eliza?**  
A: Check coders channel for LLM integration information (answered by BOSSU)

**Q: Does Eliza have any dependency for GPU?**  
A: For basic Eliza you just need CPU, but GPU makes things faster (answered by BOSSU)

## Community Help & Collaboration

### Technical Support
- **bifkn helped kobra** fix the dexscreener plugin by identifying that it was checking for an API key that doesn't exist; solution was to remove the check in index.ts.
- **EcchiPen helped Vesper** set up a Telegram bot for groups by providing step-by-step guidance and a video tutorial.
- **tcm390 helped Silent Quasar** with action callback issues by sharing example code showing how to implement callback function in actions.
- **robotlovecoffee helped j.** with persistent Eliza setup errors by creating and sharing a detailed PDF guide.
- **kAI wilder helped Quăng** load documents into knowledge base by creating and sharing a document explaining the knowledgeManager system.
- **Kraus helped Display Name** with concerns about using DeepSeek model with Eliza, confirming successful implementation and suggesting using the chat model instead of reasoning model if JSON generation is problematic.

### Community Contributions
- **jin tipped Grafixart 137.80 ai16z (≈$120)** for artwork contributions, specifically creating stickers.
- **SM Sith Lord provided boom** with a pre-generated Block Tank episode configuration for testing without making AI calls.
- **yikesawjeez shared AI tools** for 3D/video generation, including links to Hunyuan3D-2, Go-with-the-Flow, and FilmAgent repositories.

## Action Items

### Technical
- Fix vector dimension mismatch in embedding endpoint configuration (Mentioned by j.)
- Implement RAG (Retrieval Augmented Generation) for Eliza (Mentioned by Quăng)
- Create configuration for disabling retweet feature on Twitter agents (Mentioned by nearfriend)
- Develop functionality for agents to memorize tweets without responding (Mentioned by Mahesh)
- Fix dexscreener plugin to work without requiring an API key check (Mentioned by bifkn)
- Fix embedding dimension mismatch issues in SQLite adapter (Mentioned by boja)
- Improve Twitter client to handle replies to replies (Mentioned by ant)
- Fix trustDB schema and SQL statements (Mentioned by Jesse | Telos)
- Fix RAG functionality in develop branch (Mentioned by kAI wilder)
- Verify if Collab-land bot is properly auditing wallet holdings for role verification (Mentioned by kalshnikov)
- Integrate Deepseek model with DegenAI for testing (Mentioned by jin)
- Complete memory management system for passing memories between AI instances (Mentioned by jin)
- Finish refactoring plugin system in v2 (Mentioned by jin)
- Implement a simple submission fee for Block Tank to reduce spam (Mentioned by jin)
- Create a mechanism for token holders to delegate stake to vouch for agents (Mentioned by Vasily Sumanov)
- Develop a dual pool structure similar to virtuals/pump.fun (Mentioned by BigChungus)
- Integrate TrustDB with tokenomics for decentralized agent trust scoring (Mentioned by DorianD)
- Implement additional camera variations for the show (Mentioned by boom)
- Fix or update the news aggregator (Mentioned by boom)
- Adjust lighting for black areas (Mentioned by SM Sith Lord)
- Address the SOL shortage issue for DegenAI (Mentioned by jin)

### Documentation
- Create better documentation for plugin development workflow (Mentioned by Saburo)
- Document how to configure Telegram bot to only respond to specific keywords (Mentioned by Meciah)
- Create documentation for character file secrets configuration (Mentioned by Deeznutz)
- Create a 2-3 page whitepaper explaining tokenomics simply (Mentioned by Akin)
- Create visual explanations of each tokenomics mechanism (Mentioned by jin)
- Document the purpose of proposed value engines (Mentioned by yikesawjeez)
- Complete tokenomics slides and presentations (Mentioned by jin)
- Create documentation for AI agent memory management (Mentioned by jin)
- Create and share a high-level roadmap (Mentioned by rhota)
- Make tracking DegenSpartanAI performance easier (Mentioned by jin)
- Provide documentation on ElizaOS v2 (Mentioned by Leo Young)
- Create guide for setting up Eliza with cloud backends like Supabase or Firebase (Mentioned by Magnacor)

### Feature
- Add ability to disable original tweets and only enable replies (Mentioned by RoomTemp IQ)
- Create a CLI installer that selects which adapters/plugins to include (Mentioned by gel)
- Add support for loading large documents into knowledge base (Mentioned by kAI wilder)
- Add support for Zerion integration (Mentioned by Pranav)
- Build plugin for elizaOS (Mentioned by Pranav)
- Create AI doctor with avatar featuring real-time voice chat and body sync (Mentioned by Parzival)
- Integrate Lit Protocol Agent Wallet for decentralized key management (Mentioned by Rick)
- Create more DegenAI-themed stickers (Mentioned by jin)
- Create a weekly newsletter monitoring key X accounts (Mentioned by jin)
- Implement temporary tattoo service at events (Mentioned by Astrid)
- Consider adding partners to associates role (Mentioned by 𝔭𝔩𝔞𝔱𝔞 𝔑𝔬 𝔉𝔞𝔭 𝔞𝔯𝔠)
- Implement a system for tracking how long teams hold ai16z tokens (Mentioned by Akin)
- Create a leaderboard for staked agents (Mentioned by yikesawjeez)
- Develop a premium service tier for teams that hold ai16z tokens (Mentioned by Akin)
- Implement AI-led venture capital/game show concept ("Block Tank") (Mentioned by jin)
- Launch agent marketplace/launchpad (Mentioned by Dippuccino)
- Implement staking for AI16Z token (Mentioned by ElonMoney)
- Set up token buybacks using launchpad revenue (Mentioned by ElonMoney)
- Add visual elements to the set (boosters, panels, wires, LED desk) (Mentioned by boom)
- Bring back LlamaCloud support (Mentioned by Vesper)
- Implement DeepSeek model with Eliza (Mentioned by Display Name)
- Create Android app for Eliza (Mentioned by Display Name)