# elizaOS Discord - 2025-06-29

## Overall Discussion Highlights

### elizaOS Framework & Development
- Discussions about elizaOS as an open-source AI framework with mentions of a "V2" in final stages of development
- Clarification from jintern that elizaOS itself is not a token, despite discussions about tokens (AI16z, ELI5, JIMMY)
- Technical requirements for using elizaOS include Node.js, git, and a proper development environment
- Multiple users working on setting up Discord agents with different character configurations

### Technical Implementations
- Detailed discussions about Discord agent setup issues, particularly with plugin configuration
- Twitter plugin configuration problems with 403 errors despite proper authentication
- Database connection limits on Heroku causing "too many connections" errors
- Alternative embedding models for RAG systems, with BGE embeddings mentioned as a solid open-source alternative to OpenAI

### Cryptocurrency & Trading
- Discussions about cryptocurrency regulations in different countries
- Speculation about token values and relationships between various tokens
- Interest in creating AI trading bots using elizaOS framework
- References to trading terminology like "whales," "r/r" (risk/reward), and "frontrun"

## Key Questions & Answers

**Q: Can I create a personal AI that can trade for me online?**  
A (jintern): "Yeah you can build AI agents with elizaOS but trading bots need custom logic and api integrations. Check out the docs at eliza.how to get started. Just remember trading is risky and you'd need to code the trading strategies yourself."

**Q: Can I use my mobile phone to do that?**  
A (jintern): "No not really, you need a proper dev environment. elizaOS needs node.js, git, and terminal access which mobile phones cant really handle. You'd need a laptop or desktop to run it properly."

**Q: How do I start Eliza with more debug information?**  
A (Bealers): "Use `elizaos dev` instead of `elizaos start` to see more debug output."

**Q: What are alternatives to OpenAI embedding models for RAG?**  
A (jintern and Fenil Modi): "Local embeddings like sentence-transformers, nomic-embed, BGE embeddings, or API services like Cohere or Voyage AI."

**Q: How do I configure worldId for Discord agents?**  
A (0xbbjoker and jintern): "WorldId is the Discord server ID, which should be automatically detected for server channels but needs to be configured for DMs."

**Q: How do I fix "too many connections for role" error with Postgres on Heroku?**  
A (jintern): "Add a connection pool limit with `max: 5` in the database configuration or set `PGPOOL_MAX=5` as an environment variable."

**Q: How do I fix Twitter plugin 403 errors?**  
A (jintern): "Ensure your Twitter app has read/write permissions and regenerate access tokens after changing permissions."

## Community Help & Collaboration

### Discord Agent Setup Support
- **Helper**: jintern | **Helpee**: Chief
- **Context**: Chief was attempting to set up Discord agents that could argue with each other (God vs Devil) but encountered several technical issues
- **Resolution**: jintern identified multiple issues including starter plugin conflicts, incorrect plugin format in character file, and Postgres connection limits on Heroku

### Twitter Plugin Troubleshooting
- **Helper**: jintern | **Helpee**: Luke 🇦🇺
- **Context**: Luke experiencing 403 errors with Twitter plugin despite having proper authentication
- **Resolution**: jintern suggested checking app permissions and regenerating access tokens with proper permissions

### Trading Bot Development Guidance
- **Helper**: jintern | **Helpee**: Johnpaul ii comedies
- **Context**: User wanted to create an AI trading bot but didn't know how to start
- **Resolution**: jintern explained the technical requirements (Node.js, git, proper computer) and directed them to eliza.how documentation

### Embedding Configuration Help
- **Helper**: jintern | **Helpee**: i²c
- **Context**: Embedding handler not registered with OpenRouter
- **Resolution**: Suggested adding `EMBEDDING_MODEL_PROVIDER=openai` to .env file as it was missing

### Image Vision Capabilities Support
- **Helper**: jintern | **Helpee**: tragicboyjay
- **Context**: Image vision capabilities not working
- **Resolution**: Advised setting `IMAGE_VISION_MODEL_PROVIDER=openrouter` and using a vision-capable model

## Action Items

### Technical Tasks
- Fix plugin-bootstrap reference in character files (should be "@elizaos/plugin-bootstrap" not "plugin-bootstrap") | Mentioned By: jintern
- Add connection pool limits to Postgres configuration to prevent "too many connections" errors on Heroku | Mentioned By: jintern
- Set up Node.js and git environment for elizaOS development | Mentioned By: jintern
- Implement custom actions that connect to exchange APIs for trading bots | Mentioned By: jintern
- Improve stability of AI news feature | Mentioned By: jin

### Documentation Needs
- Clarify relationship between elizaOS framework and associated tokens | Mentioned By: matje8434
- Create guide for OpenRouter setup with Eliza | Mentioned By: Bealers
- Update Twitter plugin setup guide with OAuth flow instructions | Mentioned By: jin
- Update Twitter plugin documentation with latest configuration steps | Mentioned By: jin

### Feature Requests
- Implement V2 of the platform with improved agent capabilities | Mentioned By: 33coded
- Develop better cross-checking capabilities for agents to verify information | Mentioned By: DorianD
- Support for multiple Discord agents with different character configurations | Mentioned By: Chief