# elizaOS Discord - 2025-02-05

**Date: February 5, 2025**

## Overall Discussion Highlights

### Project Updates & Announcements
- **ElizaOS Launchpad** is 95% complete with final AI features being added and initial partners being finalized
- **Tokenomics** for the launchpad is also 95% complete, with plans to release both together
- **Eliza Studios** has been established to provide agent creation and management services, generating revenue
- The project is transitioning from **ai16zdao branding to elizaOS** for better clarity
- A new **discourse forum** (eliza.discourse.group) has been set up to improve communication
- **accelxr** has joined as COO, providing substantial updates on project status
- **v0.25.6-alpha.1** was announced as a pre-release
- **Block Tank** show is scheduled for this weekend, with Jin mentioning they generate shows "in one shot" rather than in real-time

### Technical Discussions
- **Multi-agent systems**: Jin discussed a potential multi-agent writer's room concept with specialized roles (idea generator, scribe, concept artist)
- **Agent coordination challenges**: hosermage noted that agents tend to loop without proper direction, suggesting a narrative engine to track state
- **Database options**: Discussions about SQLite, Postgres, and Supabase integration, with a user successfully implementing Supabase support (PR #3290)
- **Plugin integration**: Users struggling with proper configuration of plugins like coinmarketcap, web-search, and dexscreener
- **Docker deployment issues**: Multiple users reported problems during build process and runtime errors
- **Memory requirements**: Recommendations of 1.5-2GB RAM per agent were shared
- **DeepSeek implementation**: Discussion about using DeepSeek, a reasoning model, for potential trading applications, though concerns about hallucination limit how much LLMs should influence trading strategies
- **3D AI shows**: Multiple AI-driven 3D shows in development, including Block Tank (with versions in different engines), FishAI's Family Guy-style AI show, and potentially an AI news show

### AI Development Projects
- **DegenAI**: An AI trading bot currently trading on v1, with v2 in testing phase expected to launch within the week
- **AI-generated music**: Dr. Neuro mentioned working on AI-generated music with plans to create "autonomous singers" once voice editing/replacement capabilities are improved
- **AI text-based RPG**: A community member (helllojelllo) shared an AI text-based RPG project being built on-chain
- **Block Tank/Clank Tank**: A "Shark Tank"-inspired game show for crypto/AI projects is being developed, with debate about its name
- **AI news aggregator**: The team is developing an AI news aggregator and implementing a system to reward community contributions

## Key Questions & Answers

### Technical Implementation
- **Q**: How do I fix the agent getting stuck at "Initializing LlamaService..."?  
  **A**: Try deleting the agent/data folder and db.sqlite file, then rebuild. Also check if Llama model files were downloaded and delete them.

- **Q**: What's the correct way to add plugins to a character file?  
  **A**: For JSON files use "plugins": ["<@1300745997625982977>os/plugin-coinmarketcap"], for TS files import the plugin and add to plugins array.

- **Q**: How can I clear chat memory?  
  **A**: Drop the table in the database or use removeAllMemories function in packages/core/src/memory.ts.

- **Q**: How much RAM is needed per agent?  
  **A**: Around 1.5-2GB per agent. 4GB had OOM issues.

- **Q**: How do I add knowledge from PDFs to my agent?  
  **A**: Use folder2knowledge and knowledge2character tools.

- **Q**: How do I fix dependency issues during build?  
  **A**: Add missing dependencies with commands like "pnpm add viem --filter <@1300745997625982977>os/client-lens".

### Project Direction
- **Q**: What is the status of the launchpad?  
  **A**: The launchpad is 95% complete, with final AI features being added and initial partners being finalized.

- **Q**: Is the team planning to release a new token?  
  **A**: No, there are no existing discussions about additional tokens beyond ai16z and degenai.

- **Q**: What is the financial status of the project?  
  **A**: The team has a healthy stable allocation providing approximately one year of runway, plus revenue from Eliza Studios.

- **Q**: Will there be a roadmap?  
  **A**: Yes, the CPO is working on a roadmap to be published on the main site, targeted for next week.

- **Q**: How is business development being handled?  
  **A**: The team has refined the BD process with an automated CRM system and is focusing on high-level partnerships beyond promotional activities.

### AI & Show Development
- **Q**: Is the Block Tank show autonomous?  
  **A**: We generate the show in one shot, it's not realtime yet.

- **Q**: When will the first Block Tank be?  
  **A**: This weekend.

- **Q**: Is the writer's room open source?  
  **A**: Writer's room part isn't open source.

- **Q**: How deep seek implementation of the reasoning model could improve auto trading and DegenAI?  
  **A**: It's better to limit how much LLMs influence trading strategy due to hallucination.

- **Q**: Do we have a data aggregator that we use that anyone can tap into?  
  **A**: Jin runs the aggregator, and boom has created parsing scripts for it.

## Community Help & Collaboration

### Agent Development Support
- **notorious_d_e_v** helped **inui** with an agent stuck at initializing LlamaService by suggesting deleting database files and Llama model files
- **Jox** helped **Rashid | X:mcmoodoo** with plugins not working by suggesting deleting the database and restarting, which fixed the issue
- **ℭ𝔦𝔭𝔥𝔢𝔯** helped **Yann** with build errors by suggesting adding missing dependencies with "pnpm add viem"
- **rferrari** created PR #3290 with Supabase support implementation to help multiple users
- **Kodasan-V** shared commands to kill processes: "lsof -i :3000-3005 | grep LISTEN" and "kill -9 [PID]" to help with client disconnection issues

### Project Collaboration
- **boom** sent polling scripts and offered repository access to **fishai** for aggregator integration for AITV
- **SM Sith Lord** shared implementation details of a line-of-sight camera system with raycasting to help **fishai** with camera systems
- **jin** sent GitHub invitation link to repository to **fishai**
- **Kenk** offered to let **helllojelllo** demo their AI text-based RPG project to the community
- **accelxr** provided comprehensive updates on launchpad, tokenomics, financial status, and future plans to address partners' concerns

### Technical Troubleshooting
- **Kiki** provided the DegenAI wallet address (BzsJQeZ7cvk3pTHmKeuvdhNDkDxcZ6uCXxW2rjwC7RTq) to **Dr. Neuro** who wanted to see its activity
- **MicoM.ron** reported having an open ticket with tip.cc support for withdrawal issues and promised to update when resolved
- **jin** explained to **hosermage** how the writer's room works for agent conversations
- **Kenk** explained to **ben** that execution is the next phase for agents, suggested using TEEs for verifiability, and mentioned a trading plugin for shekels

## Action Items

### Technical Tasks
- Fix initialization issues with model providers other than Llama (mentioned by inui)
- Implement streaming API support for faster agent responses (mentioned by Hoshi 818)
- Fix Supabase integration and implement missing functions (mentioned by rferrari)
- Fix Docker deployment issues and resolve build and runtime errors (mentioned by Kastel514)
- Fix vector dimension mismatch errors permanently (mentioned by engineer)
- Complete v2 trading implementation for DegenAI and switch from v1 (mentioned by rhota)
- Fix character issues with DegenAI to prevent cut-off posts (mentioned by rhota)
- Fix withdrawal functionality for ai16z tokens on tip.cc (mentioned by MicoM.ron)
- Complete the launchpad with final AI features and initial partners (mentioned by accelxr)
- Finalize tokenomics for the launchpad (mentioned by accelxr)
- Improve liquidity for the token (mentioned by accelxr)
- Fix broken pipeline for 3D shows (mentioned by jin)
- Create motion capture animations for 3D shows (mentioned by VEGA)
- Integrate data aggregator into FishAI's show via websocket (mentioned by fishai)
- Implement dynamic camera system with line-of-sight based switching (mentioned by SM Sith Lord and fishai)
- Fix build inconsistency in V0.1.8 where builds fail after clean and reinstall (mentioned by n00b_SaUce)
- Investigate Twitter gateway timeout errors (mentioned by kanonasv💎)
- Develop voice editing/replacement/customization capabilities for AI music generation (mentioned by Dr. Neuro)

### Documentation Tasks
- Document correct plugin inclusion syntax (mentioned by Jox)
- Create guide for database options (SQLite, Postgres, Supabase) (mentioned by Q)
- Improve troubleshooting guide with common errors and solutions (mentioned by multiple users)
- Create and publish a roadmap on the main site (mentioned by accelxr)
- Create a central repository for updates that can feed into an agent (mentioned by accelxr)
- Unify branding around elizaOS (mentioned by DannyNOR NoFapArc)
- Document aggregator integration process (mentioned by boom)
- Clarify show names and delivery formats (mentioned by SM Sith Lord)
- Create guide for troubleshooting SQLite errors during agent setup (mentioned by kanonasv💎)
- Provide clearer information about grant application process (mentioned by NicoRusso)
- Post update about DegenAI progress on X/Twitter (mentioned by rhota)
- Create discourse post about AI agent tokenomics (mentioned by Rabbidfly)

### Feature Requests
- Add plugin registry to select/install only needed plugins (mentioned by elizaos-bridge-odi)
- Add ability to exclude plugins without code changes (mentioned by Jox)
- Implement Twitter API support to avoid shadowbans (mentioned by Sergey Danilovich)
- Improve memory management with better tools (mentioned by Aluren)
- Implement multi-agent writer's room with specialized roles (mentioned by jin)
- Explore prediction market algorithms within TEEs (mentioned by Kenk)
- Consider implementing DeepSeek for DegenAI (mentioned by Curtisdonthurtus)
- Create independent DegenAI website (mentioned by anotherAndrewSHA)
- Consider official support for launching tokens on EVM chains (mentioned by Slothify⚡Daily Gmove)
- Create autonomous group of AI singers once voice editing is implemented (mentioned by Dr. Neuro)
- Generate prompts from aggregator data to keep content interesting (mentioned by fishai)
- Implement multiple camera system based on character interactions (mentioned by SM Sith Lord)
- Implement Composite Agent Trust Scores (CATS) for establishing bonded trust scores (mentioned by DorianD)
- Revamp the Discord server structure for better communication (mentioned by accelxr)
- Implement a system to train AI agents to answer FAQs (mentioned by jin)