# elizaOS Discord - 2025-01-27

## Overall Discussion Highlights

### ElizaOS Framework & Development
- **DeepSeek R1 Integration**: The integration of DeepSeek's R1 model into ElizaOS has been completed and is available in the latest development branch. This is seen as a significant improvement for cost efficiency while maintaining quality. Users can configure it via the DEEPSEEK_API_URL in the .env file.
- **Version Roadmap**: The project is transitioning from v1 to v2, with an intermediate v1.5 release planned that includes plugin rearchitecture. Development teams are working on various components (v1/v2/launchpad/tokenomics/AI traders).
- **Rebranding Progress**: The project is officially rebranding from ai16z to ElizaOS for a more distinct, unified brand identity. The $ai16z ticker remains for now, with future changes to be voted on by the community when the DAO voting module launches.
- **Builder Demo Day**: A recent event showcased projects built on the ElizaOS framework, though there was mention of a project called PVPAI that allegedly "rugged" shortly after presenting.

### Technical Challenges & Solutions
- **Solana Plugin Issues**: Many users reported the "BN not found" error related to the Solana plugin's dependency on @coral-xyz/anchor. The solution involves modifying node_modules/@solana-developers/helpers/dist/esm/lib/transaction.js to use import pkg syntax.
- **DeepSeek API Issues**: Users experienced problems with DeepSeek responses containing unwanted text like "(NONE)". Solutions include modifying the system prompt or using OpenRouter as an intermediary.
- **Memory Management**: Discussions about optimizing memory usage with different database options (SQLite, PostgreSQL, Supabase) to prevent context length exceeded errors.
- **Deployment Options**: Recommendations for VPS providers like Contabo, Docker containers, and cloud services for hosting ElizaOS agents in production.

### Projects & Applications
- **AI TV Show Development**: A team is developing an AI news show and "Block Tank" (similar to Shark Tank) using Unity. Technical implementations include texture loading for TV screens, Oculus LipSync integration, and camera management systems.
- **DegenAI Trading Bot**: The autonomous trading bot project is facing development delays but is implementing improvements including a new data layer, execution integration to reduce failed transactions, and a sentiment layer similar to aixbt.
- **Agent Marketplace/Launchpad**: Development of an agent marketplace is in progress with tokenomics documentation nearly complete. The community is eager for its launch to create more utility for the AI16Z token.

### Tokenomics & Market Discussions
- **Yellowstone Model**: Discussions about implementing the Yellowstone model for AI16Z token utility, where projects would hold tokens to access premium services rather than paying tributes.
- **Liquidity Concerns**: The AI16Z/SOL liquidity pool has an imbalance ($3M of AI16Z vs only $600K of SOL), creating vulnerability to downward price pressure.
- **Blockchain Expansion**: Proposals to deploy AI16Z on Base blockchain to increase liquidity and potential for Coinbase listing, following Venice's (VVV) successful launch strategy.

## Key Questions & Answers

**Q: Is DeepSeek R1 supported in ElizaOS?**  
A: Yes, it's already supported in the latest .env file via DEEPSEEK_API_URL. (answered by kingdode)

**Q: How can I use DeepSeek with Eliza?**  
A: Either use DeepSeek directly with proper API configuration or use it through OpenRouter with "deepseek/deepseek-r1" model setting. (answered by kAI wilder and ICJR)

**Q: How to fix the "Named export 'BN' not found" error from @coral-xyz/anchor?**  
A: Modify node_modules/@solana-developers/helpers/dist/esm/lib/transaction.js to use import pkg syntax instead of direct named imports. (answered by tcm390 and custodian)

**Q: What's the best way to deploy Eliza in production?**  
A: Options include VPS providers like Contabo, Docker containers, and cloud services like AWS. (answered by multiple users)

**Q: How to fix context_length_exceeded errors?**  
A: Reduce the knowledge and topics sections in your character file. (answered by Mr. Stark)

**Q: What's happening with the rebranding from ai16z to ElizaOS?**  
A: The project is rebranding to ElizaOS for a more distinct, unified brand identity that will facilitate partnerships with established players. (answered by jin)

**Q: Will the token ticker change with the rebrand?**  
A: The $ai16z ticker remains for now, with future changes to be voted on by the community when the DAO voting module launches. (answered by jin)

**Q: Did a16z (Andreessen Horowitz) ask ai16z to change its name?**  
A: They politely worked with us rather than pursuing legal action. (answered by jasyn_bjorn)

**Q: Was DegenAI meant to only handle autonomous trading or were other features planned?**  
A: Yes other features are planned. Like any software it's also meant to be flexible, with a roadmap that changes based on user/market desires. (answered by rhota)

## Community Help & Collaboration

- **DeepSeek Integration**: kAI wilder shared a fix for DeepSeek responses containing unwanted text by modifying the system prompt, helping multiple users improve their agent responses.

- **Solana Plugin Fix**: custodian and tcm390 provided a solution for the widespread "BN not found" error by modifying the transaction.js file to use CommonJS import syntax, helping numerous users resolve this blocking issue.

- **Memory Management**: ITZMIZZLE helped multiple users experiencing memory errors when using WSL by providing commands to create a swapfile for extra memory.

- **Unity Development**: boom shared complete TextureLoader and TextureLoaderEditor scripts for implementing web image loading in Unity, helping fishai with their implementation for the AI TV show project.

- **Animation System**: PENDINGREALITY suggested using a parent/master actor with child actors that retarget animations at runtime in UE5, helping boom improve the animation architecture for the TV show project.

- **Liquidity Pool Education**: 🔥🔥🔥 provided a detailed explanation to Smedroc about how the $3M AI16Z vs $600K SOL liquidity pool imbalance creates asymmetric price impact, helping the community understand market dynamics.

## Action Items

### Technical
- Fix DeepSeek API integration to handle line breaks and JSON parsing properly (mentioned by kAI wilder)
- Implement proper memory management for agents to prevent context length exceeded errors (mentioned by joaointech)
- Create a Docker deployment guide for Eliza (mentioned by Magnacor)
- Fix the @coral-xyz/anchor import issue in the Solana plugin (mentioned by multiple users)
- Address liquidity pool imbalance by adding more SOL and wBTC (mentioned by Smedroc)
- Deploy AI16Z on Base blockchain to increase liquidity and potential for Coinbase listing (mentioned by mat)
- Create wormhole or interchain liquidity between Base and Solana (mentioned by yikesawjeez)
- Launch the agent marketplace/launchpad (mentioned by DorianD)
- Implement TV image loading functionality for AI TV show (mentioned by boom)
- Integrate Oculus LipSync with ElevenLabs API (mentioned by boom)
- Implement DeepSeek integration for ElizaOS to reduce costs (mentioned by avirtualfuture)
- Develop v1.5 with plugin rearchitecture (mentioned by jin)

### Documentation
- Create a guide for deploying Eliza to cloud services (mentioned by Magnacor)
- Document how to integrate RSS feeds with Eliza (mentioned by clydedev)
- Create a guide for running multiple agents simultaneously (mentioned by mike🇭🇺)
- Document how to use DeepSeek with Eliza properly (mentioned by multiple users)
- Create a Discord role for bounty hunters to improve coordination (mentioned by jin)
- Create a list of Discord names + projects + tribute percentages (mentioned by jin)
- Consolidate tokenomics mechanisms into documentation (mentioned by jin)
- Improve communication of project structure (mentioned by bong49)
- Create a news aggregator for DAO-relevant information (mentioned by jin)
- Create documentation for current code implementation of AI TV show (mentioned by boom)

### Features
- Add support for responding to Twitter direct messages (mentioned by Sergey Danilovich)
- Implement scheduling capabilities for agents to perform actions at specific times (mentioned by [elizaos] <_uwotm8>)
- Add support for image posting on Twitter (mentioned by allensapp)
- Implement a bounty structure similar to Eigen Layer's for hackathons (mentioned by Kenk)
- Develop podcast audio transcription plugin using Whisper (mentioned by nullfoxgiven)
- Create news and social aggregator for personalized daily information (mentioned by nullfoxgiven)
- Implement new data layer & trading execution integration for DegenAI (mentioned by rhota)
- Add sentiment layer to identify trending tokens similar to aixbt (mentioned by rhota)
- Implement Yellowstone model for premium services requiring projects to hold AI16Z tokens (mentioned by Akin)
- Create a pro tier with additional services for projects holding more tokens (mentioned by Akin)
- Implement NSFW agent capabilities using Venice's image generation API (mentioned by Patt)
- Add pupil tracking for characters in AI TV show (mentioned by boom)
- Add more character animations for AI TV show (mentioned by boom)
- Implement global illumination from TV in Unity (mentioned by boom)