# elizaOS Discord - 2025-01-11

## Overall Discussion Highlights

### ElizaOS Development
- **ElizaOS v0.1.8 Released**: Odilitime shared the GitHub link for the latest version
- **New Integrations**: ElizaOS now supports Ollama and Deepseek integration
- **Windows Build Issues**: Several users reported problems building the latest version on Windows, while WSL appears to work better
- **Twitter Integration Challenges**: Multiple users experiencing authentication problems, rate limiting, and formatting errors with Twitter integration
- **Database Connections**: Recurring issues with Supabase and PostgreSQL adapters, particularly for RAG implementation

### Agent Development
- **Orca LP Plugin**: A developer mentioned working on this plugin (not yet launched)
- **Twitter Spaces Integration**: Directive Creator experimenting with Twitter Spaces for Eliza
- **VRM Optimization**: Developers discussing optimizing 3D models using gltf-transform extensions
- **Swarm Chat Feature**: Development underway for enabling multiple AI agents to discuss topics together
- **RAG Implementation**: Discussions about proper implementation of Retrieval Augmented Generation for agents

### AI16Z Ecosystem
- **Launchpad Development**: Plans for Q1 launch of an AI16Z launchpad similar to Virtuals
- **Tokenomics Model Debate**: Extensive discussion about the 10% tribute model where projects built on ElizaOS contribute tokens to the DAO treasury
- **Liquidity Pool Structure**: Debate on whether to use ai16z or SOL as the base pair for launchpad liquidity pools
- **Community Concerns**: Discussions about leadership communication, particularly regarding Shaw's tweets and involvement with other projects like AICC
- **DegenAI Trust Issues**: Community discovered that Skely, a core developer, sold all his DegenAI tokens, causing significant trust concerns

### AI TV Show Development
- **AI16Z Podcast Show**: Team working on a show featuring Eliza, Shaw, and Marc discussing tech news
- **Unity Implementation**: Boom working on camera angles, scene transitions, and visual effects
- **FishAI System**: Modular AI system offered by fishai that could power various show concepts
- **Content Constraints**: Careful content filtering required as anything said on the show is considered an endorsement

## Key Questions & Answers

**Q: How do I verify for the partner role?**  
A: Hold 100k AI16Z tokens and verify through CollabLand in the roles channel

**Q: Does ElizaOS support Ollama or Deepseek?**  
A: Yes, check the changelog for implementation details

**Q: How do I fix Twitter authentication errors?**  
A: Try logging in manually through a browser first, consider using 2FA, and be aware that datacenter IPs may cause Twitter to be more hostile toward your account

**Q: What causes the agent to post in JSON format on Twitter?**  
A: Add `Return the tweet in JSON format like: {"text": "your tweet here"}` in eliza/packages/plugin-twitter/src/templates.ts

**Q: How do I enable image generation in tweets?**  
A: Set IMAGE_GEN to true and add image generation as a plugin in your character file

**Q: How do I run Eliza on WSL?**  
A: Install Ubuntu, install node, nvm, node v23.1.0, pnpm, clone repo, and run pnpm install

**Q: How do I limit the number of interactions with a tweet?**  
A: You can modify the interactions.ts file to add a maximum interaction limit

**Q: How do I use RAG knowledge in Eliza?**  
A: Set "ragKnowledge": true in character secrets and format knowledge objects correctly

**Q: Should ai16z be used as the base currency for the launchpad?**  
A: Mixed opinions - some argue it would create a monetary premium like L1 tokens, while others suggest SOL would reduce friction and enable broader ecosystem growth

**Q: How does the pump.fun model work?**  
A: It sells 80% on bonding curve, and when it reaches 100%, the SOL is unlocked and the remaining 20% is used to create a new LP on Raydium

## Community Help & Collaboration

- **VRM Optimization**: Jin suggested asking "rayan from oncyber for gltf-transform extension" to help Directive Creator with 3D model optimization
- **Twitter Integration**: Masterdai provided code fix for templates.ts to help 0xJam3s resolve JSON formatting issues in tweets
- **WSL Setup**: Quixotechdon provided step-by-step instructions for setting up Ubuntu and installing necessary dependencies to help bendermind run Eliza on WSL
- **Character File Format**: Kobra explained proper array format for user-bot interactions in character file to help Match resolve multiple response issues
- **Twitter Rate Limiting**: Apeguru provided code snippet to add a maximum interaction limit to interactions.ts, helping Heady Shotta limit tweet interactions
- **Show Configuration**: SM Sith Lord explained to boom how the config file stores episode history and should be preserved between generations to maintain episode continuity
- **Chat Summarization**: Jin and YoungPhlo discussed automating Discord chat summarization, with YoungPhlo noting the need for a preference model to reduce hallucinations

## Action Items

### Technical Tasks
- **Fix Twitter client** to prevent JSON formatting in replies by adding proper formatting in templates.ts (Mentioned by masterdai)
- **Implement proper rate limiting** for Twitter interactions by modifying interactions.ts (Mentioned by Apeguru)
- **Fix Supabase adapter issues** by changing .single() to .maybeSingle() in adapter code (Mentioned by Apeguru)
- **Fix Windows build issues** for latest Eliza version by resolving dependency conflicts (Mentioned by bendermind)
- **Fix PostgreSQL adapter** for RAG knowledge to work with PostgreSQL 16 (Mentioned by koloxarto)
- **Automate chat summarization** to automatically summarize Discord discussions (Mentioned by jin)
- **Implement VRM optimization** using gltf-transform extension for 3D models (Mentioned by jin)
- **Develop Orca LP plugin** for liquidity pool integration (Mentioned by YoungPhlo)
- **Fix Twitter authentication issues** for agents (Mentioned by wizardsupreme)
- **Create a launchpad** that mimics pump.fun's liquidity seeding model with bonding curve mechanism (Mentioned by eskender.eth)
- **Implement vesting, team allocation, and whitelist features** for the launchpad (Mentioned by mat)
- **Develop a system to LP the tokens** sent to the DAO through tribute (Mentioned by jin)
- **Fix scene transition glitches** with render texture caching (Mentioned by boom)
- **Implement donotdestroyonload for UI elements** to prevent UI from reloading during scene changes (Mentioned by boom)
- **Expand news aggregator** to include social media updates from DankVR and ShawMakesMagic (Mentioned by SM Sith Lord)

### Documentation Needs
- **Create comprehensive guide for RAG implementation** documenting how memory and knowledge management works (Mentioned by Lorcann)
- **Create prompt engineering guide** for Eliza with templates for character components (Mentioned by Snapper)
- **Create a one-pager** to introduce the ai16z token explaining value proposition and ecosystem benefits (Mentioned by 0xwitch)
- **Document the tribute model** and its benefits explaining how the 10% tribute model works (Mentioned by jin)
- **Create a roadmap** with clear deadlines for tokenomics implementation (Mentioned by 阿拉斯加的狗🔯)
- **Clarify the current state** of the game/application on the website (Mentioned by DorianD)
- **Address potential citation issues** regarding Stanford Ville's paper imagery (Mentioned by Kellyooy)
- **Create list of approved jokes** for show intro to avoid repetition (Mentioned by boom)
- **Create agent directory** compiling a comprehensive list of agents built on Eliza (Mentioned by Defi Cait)
- **Improve ElizaOS embedding documentation** to better document how to embed agents in other platforms (Mentioned by KBeeKeychain)

### Feature Requests
- **Support for official Twitter API** with developer keys to avoid restrictions (Mentioned by eschnou)
- **Add support for multiple model providers** in one agent for different functions (Mentioned by validsyntax)
- **Implement agent-to-agent communication** to enable coordinated multi-agent systems (Mentioned by Gus F)
- **Implement a partner ecosystem showcase** with weekly calls for tribute projects (Mentioned by DorianD)
- **Create a rating system** for closer cooperation with partner projects (Mentioned by 辞尘鸽鸽)
- **Develop an agent** to help answer questions about the launchpad (Mentioned by jin)
- **Create a network of launchpads** with fee distribution (Mentioned by eskender.eth)
- **Develop SNL-style outro** with band for the AI show (Mentioned by boom)
- **Create Jedi Council show concept** with different characters allowing more creative freedom (Mentioned by SM Sith Lord)
- **Implement procedural animations** for flying objects in the show (Mentioned by boom)
- **Add laser eyes effect** for characters as a new visual effect (Mentioned by boom)
- **Implement swarm chat** to enable multiple AI agents to discuss topics together (Mentioned by cr3a1)
- **Create GenAI storybook creator** for AI-generated storybooks (Mentioned by YoungPhlo)
- **Build Eliza agent for Roblox** to develop integration with the platform (Mentioned by YoungPhlo)
- **Implement voice capabilities** for agents using Eleven Labs (Mentioned by Adil)