# elizaOS Discord - 2025-01-02

## Overall Discussion Highlights

### ElizaOS Framework & Development
- The community is actively building agents with the ElizaOS framework, discussing implementation challenges, and sharing resources like the AI Agent Dev School on YouTube.
- Technical discussions focused on running ElizaOS locally versus on servers, connecting to databases like Supabase, and integrating with platforms like Twitter.
- Jin mentioned working on funding for experienced engineers (including a former principal engineer from Stability) to develop an Eliza agent project manager that will track issues, milestones, and route information.
- Mike D. shared a fixed PR for SQLite installation errors that many users were encountering.
- ℭ𝔦𝔭𝔥𝔢𝔯 provided a comprehensive list of available model providers including openai, anthropic, grok, groq, llama_cloud, llama_local, google, claude_vertex, redpill, openrouter, ollama, and heurist.

### Twitter Integration & Issues
- Multiple users reported issues with the Twitter client, including login failures, rate limiting, and duplicate replies to tweets.
- Dru1DD suggested changing ai16z package to elizaos to fix the issue of agents replying twice to tweets.
- Pleasures provided guidance on proper format for target users and action processing settings for Twitter integration.
- Kaito offered a tool for acquiring Twitter data without login requirements.

### AI TV Show Development
- Boom is working on a Unity implementation (version 2022.3.53f1) for an AI-powered TV show system with 3D characters, adding features like picture-in-picture, gaze control, and camera systems.
- The team is developing multiple show formats including news programs and a "Clank Tank" (Shark Tank-style) show.
- Two approaches to content generation are being debated: pre-generating full episodes with a writer's room AI versus real-time interaction between humans and AI characters.
- For news content, they're exploring automated aggregation from social media and other sources, with the goal of daily updates compiled into weekly episodes.

### DegenAI & Tokenomics
- DegenAI was listed on Binance Alpha, which was considered a significant achievement though noted as coming later than a competitor (ai16z).
- Jin mentioned ongoing development work including GitHub activity pipeline integration, cross-chain functionality, and developer onboarding.
- Discussion about tokenomics included debate about "virtuals" as a model, with eskender.eth warning about structural weaknesses in alt:alt token pairs.
- DorianD suggested urgent implementation of clear communication about the 5-10% ecosystem entry fee for launchpads, with Odilitime agreeing to update the repository README.
- samsar proposed capital efficiency strategies for the treasury, suggesting LP'ing top tributor tokens to generate yield while providing deeper liquidity.

## Key Questions & Answers

**Q: What are the possible values of the "modelProvider" param in the character file?**  
A: Available options include openai, anthropic, grok, groq, llama_cloud, llama_local, google, claude_vertex, redpill, openrouter, ollama, heurist (answered by ℭ𝔦𝔭𝔥𝔢𝔯)

**Q: How much does it cost to run an AI agent per month?**  
A: It depends on usage; can be free with local models via Ollama, or variable costs with API-based models (answered by Chop)

**Q: Which LLM model provider is low-priced and decent?**  
A: Deepseek via OpenRouter was recommended (answered by R0am)

**Q: Can I run an agent on a Raspberry Pi 4 using OpenAI API?**  
A: Yes, especially if using external APIs for compute (answered by Chop)

**Q: Why does my Twitter agent reply twice to tweets?**  
A: It's a known issue that can be fixed by changing ai16z package to elizaos (answered by Dru1DD)

**Q: How do I set up a Discord bot with ElizaOS?**  
A: You need to follow the quickstart guide, enable bot and app permissions for voice in Discord Developer, and ensure proper OAuth2 permissions are set (answered by DanielJTrujillo)

**Q: Is it possible to run ElizaOS without a GPU?**  
A: Yes, but it will be slower than running with a GPU (answered by BOSSU)

**Q: Are LLMs suitable for trading?**  
A: LLMs are not what's going to make traders good; they can steer but are not a good fit for making decisions. They're inherently bad at trading and need dedicated systems with backtesting. (answered by LevelsDennis)

**Q: What will happen to donated DAO treasury tokens and those projects?**  
A: jin indicated they're working on data organization and won't let the program fade (answered by jin)

**Q: is degenai repo public?**  
A: He's just a vanilla Eliza, so yes (answered by Odilitime)

## Community Help & Collaboration

- **Mike D.** shared a fixed PR for SQLite installation errors that many users were encountering, helping multiple community members resolve their database issues.

- **ℭ𝔦𝔭𝔥𝔢𝔯** helped **hololite** by sharing the enum of all available model providers and explaining how to find them in VSCode, providing a comprehensive solution to a common configuration question.

- **Chop** assisted **NoName13 X+** with detailed information about hardware requirements for running different model sizes, helping them understand what was needed to run an agent on a Raspberry Pi.

- **b0nes** helped **CriticalBarny** with PostgreSQL database setup by explaining how to set up the POSTGRES_URL in .env and initialize the database properly.

- **DanielJTrujillo** provided detailed troubleshooting steps for Discord bot permissions to **Cypherpunk42** and suggested checking console logs to resolve integration issues.

- **vincentskele** recommended AI Agent Dev School videos to **TecViva** as a starting point for building agents and explained hosting requirements.

- **Odilitime** committed to editing the repository README to clearly communicate the 5-10% ecosystem entry fee for ElizaOS-based launchpads after **DorianD** expressed urgent concern about the issue.

- **SM Sith Lord** helped **KamX** understand how the AI-generated Shark Tank show works by explaining the writer's room approach and character profile system with examples.

## Action Items

### Technical
- Implement an Eliza agent project manager to track issues, milestones, and route information (Mentioned by jin)
- Fix SQLite installation errors (Mentioned by Mike D.)
- Implement OpenTelemetry for better debugging and tracing (Mentioned by Mike D.)
- Fix Twitter client to properly handle quote and reply actions simultaneously (Mentioned by POPPP)
- Fix issue with JSON formatting in Twitter replies (Mentioned by Mista Prime Minista X)
- Fix Twitter client rate limiting and frequency issues (Mentioned by Multiple users)
- Implement proper error handling for wallet interactions (Mentioned by cryptogatsu)
- GitHub activity pipeline integration for streamlined updates (Mentioned by jin)
- Cross-chain functionality development for DegenAI (Mentioned by jin)
- Develop autonomous traders that make money 24/7 (Mentioned by jin)
- Implement text-to-gltf capability (Mentioned by jin)
- Implement handheld camera operator that tracks actors for AI TV (Mentioned by boom)
- Develop media panel system for complex shows (Mentioned by boom)
- Create web browser plugin for Unity (Mentioned by SM Sith Lord)
- Implement better camera system for wide shots and close-ups (Mentioned by boom)
- Update repository README to clearly communicate the 5-10% ecosystem entry fee for ElizaOS-based launchpads (Mentioned by Odilitime)
- Implement ticketing system for human/AI collaboration on news anchor images (Mentioned by jin)
- Create depth/normal maps and properly apply to UVs and materials for the Atlas visualization project (Mentioned by DanielJTrujillo)
- Automate market cap visualization tool to generate 3D representation of market cap data (Mentioned by DanielJTrujillo)
- Develop sanitized LLM feed to reduce hallucinations and misinterpretations in AI responses (Mentioned by Hunter)

### Documentation
- Update ElizaOS hosting documentation with guides for cloud deployment options like DigitalOcean (Mentioned by Cypherpunk42)
- Update quickstart guide for Windows setup to include steps for setting path environment variables and VS dependencies (Mentioned by ColdEmbraceOfDeath)
- Create official communication about ecosystem entry fees (5-10%) for external launchpads (Mentioned by DorianD)
- Document character profile format for show generation (Mentioned by SM Sith Lord)
- Fix references in "A Marketplace of Trust" whitepaper to include all numbered citations (Mentioned by Fleo-Thyphon)
- Review and complete section 5 (Applications) in the Marketplace of Trust whitepaper (Mentioned by Daniel BNV)
- Streamline information management for newsletters, GitHub updates, and news show (Mentioned by jin)

### Feature
- Create a slimmed-down version of Eliza for Raspberry Pi (Mentioned by Mike D.)
- Add CoinGecko plugin for crypto price checking (Mentioned by Spit)
- Develop a token scan plugin for crypto analysis (Mentioned by cryptogatsu)
- Improve RAG capabilities for handling PDF and CSV data (Mentioned by Salacoste)
- Implement agentic project management to help with project management and communication (Mentioned by jin)
- Create Eliza NFT marketplace to allow devs to contribute to ecosystem and monetize their work (Mentioned by Mfairy)
- Develop AI agent for trading with autonomous trading capabilities (Mentioned by Jolo)
- Implement a clickwrap option during agent token creation to opt into ecosystem participation (Mentioned by DorianD)
- Develop a system for DAO to LP top tributor tokens for capital efficiency and yield generation (Mentioned by samsar)
- Add modularity and tweet context to agent framework to improve agent capabilities for Twitter integration (Mentioned by Hunter)
- Implement source citation capability for agents to increase believability (Mentioned by avirtualfuture)
- Develop agentic NFTs with agent capabilities (Mentioned by hubert)
- Create agents for finishing or rewriting anime series endings (Mentioned by shakejr)
- Add sound effects to enhance humor in AI TV shows (Mentioned by boom)
- Develop "Clank Tank" show format with interactive judging (Mentioned by KamX)
- Create automated news aggregator from social media (Mentioned by SM Sith Lord)