# elizaOS Discord - 2025-08-04

## Overall Discussion Highlights

### Technical Development
- **Eliza Cloud Progress**: Shaw submitted a major PR (316 files) for Eliza Cloud that will significantly change the platform. The team plans to onboard internal core members after merging.
- **Version Release**: cjft fixed a duplicate message bus issue and released version 1.3.2.
- **Sessions API**: The team merged a sessions API PR and discussed making it available in the api-client package.
- **Scenarios Functionality**: rs1 shared videos of scenarios in action and mentioned ongoing documentation efforts.
- **Dependency Management**: Discussion about moving away from `workspace:*` dependency references due to CLI issues, though this creates development challenges.
- **Websocket Issues**: Several users reported websocket disconnection problems with Ollama after approximately 5 minutes of streaming.

### Community & Project Status
- **Twitter/X Suspension**: Community members expressed concern about a Twitter ban/suspension affecting the project, with repeated questions about when access will be restored.
- **Market Sentiment**: Casual conversation about token price, market sentiment, and speculation about the project's future dominated the discussion channel.
- **Upcoming Events**: Mentions of an upcoming "getting started" workshop for new users.
- **Use Cases**: Some users mentioned using elizaOS as a pipeline between Google's generative AI API and a Discord bot, though without detailed implementation specifics.

## Key Questions & Answers

1. **Q**: "Where can I find the command to clear the knowledge or reset the agent memories?"  
   **A**: Use `clear-memories` (answered by 0xbbjoker)

2. **Q**: "How to fix 'Could not find wrtc binary' error when deploying to VPS?"  
   **A**: Try `bun add @roamhq/wrtc-linux-x64` (answered by 0xbbjoker)

3. **Q**: "What are the causes of a web socket disconnect with Ollama after 5 minutes?"  
   **A**: Under investigation (answered by cjft)

4. **Q**: "How can I take screenshots of token charts while avoiding anti-bot measures?"  
   **A**: Use Playwright/Puppeteer with sleep timers and possibly user agent scrambling (answered by cjft)

5. **Q**: "Is the latest elizaOS Developer video on YouTube blurry for anyone else?"  
   **A**: "I'll take a look and see how to optimize, we did test this last week and the stream tends to lose some quality" (answered by Kenk)

6. **Q**: "Has any crypto ever returned to all time highs after dropping like the way we did after being listed on Binance perps?"  
   **A**: "Yes, many cryptocurrencies have experienced significant drops and later returned to all-time highs. This is a common pattern in the highly volatile crypto market..." (answered by wenj.u.p)

7. **Q**: "Where is code for editor?"  
   **A**: "We need to make it, in the gui package" (answered by shaw)

8. **Q**: "What was the reason to move away from `workspace:*`?"  
   **A**: "Yes I believe so and CLI issues" (answered by cjft)

## Community Help & Collaboration

1. **Deployment Troubleshooting**:
   - **Helper**: 0xbbjoker
   - **Helpee**: Niann
   - **Context**: Error with wrtc binary when deploying to VPS
   - **Resolution**: Suggested installing @roamhq/wrtc-linux-x64 dependency

2. **Agent Memory Management**:
   - **Helper**: 0xbbjoker
   - **Helpee**: Vladimir
   - **Context**: Needed command to clear agent memories
   - **Resolution**: Provided `clear-memories` command

3. **Web Automation Guidance**:
   - **Helper**: cjft
   - **Helpee**: joellelb
   - **Context**: Taking screenshots of token charts with anti-bot protection
   - **Resolution**: Suggested using Playwright/Puppeteer with sleep timers and user agent scrambling

4. **Resource Sharing**:
   - **Helper**: Kenk
   - **Helpee**: GHeadleyDa1st
   - **Context**: User mentioned blurry elizaOS Developer video
   - **Resolution**: Provided event link, YouTube tutorial series link, and Bonsai demo link for staying updated

5. **Cloud Development Collaboration**:
   - **Helper**: shaw
   - **Helpee**: sam-developer
   - **Context**: sam-developer asked shaw to push weekend code
   - **Resolution**: shaw shared PR #2 for eliza-cloud with docker support

6. **Documentation Assistance**:
   - **Helper**: rs1
   - **Helpee**: sayonara
   - **Context**: sayonara asked about documentation for scenarios
   - **Resolution**: rs1 provided information about readme in branch and shared hackmd documentation link

## Action Items

### Technical
1. Make sessions API available on api-client package (Mentioned by sayonara)
2. Onboard internal core team to cloud platform after Shaw's PR is merged (Mentioned by cjft)
3. Test if PR #5693 breaks RAG routes (Mentioned by cjft)
4. Investigate and fix JSON serialization error with cyclic structures in Drizzle ORM (Mentioned by Odilitime)
5. Create editor code in the GUI package (Mentioned by shaw)
6. Investigate and fix wrtc binary issues when deploying to VPS (Mentioned by Niann)
7. Investigate websocket disconnection issues with Ollama after 5 minutes (Mentioned by starlord)
8. Fix media upload to X/Twitter requiring OAuth 1.0a instead of Bearer tokens (Mentioned by joellelb)
9. Fix authentication issues when ELIZA_SERVER_AUTH_TOKEN is set (Mentioned by Vladimir)

### Documentation
1. Create comprehensive documentation for scenarios functionality (Mentioned by rs1)
2. Document how to properly reset agent knowledge after re-ingesting RAG files (Mentioned by Vladimir)
3. Document deployment requirements for VPS environments (Mentioned by Niann)