# elizaOS Discord - 2025-07-31

## Overall Discussion Highlights

### Platform Development
- **ElizaOS Version**: Current version is 1.3.1, with ongoing work on the Eliza Cloud API
- **UUID Generation Issues**: The team identified problems with the current deterministic UUID generation based on agent names, which could cause conflicts if two users create agents with identical names
- **Plugin Namespacing**: Consensus that plugins should use a structured namespace format (plugins/<namespace>) rather than a flat structure
- **API Improvements**: Current API has poor developer experience; a simpler POST message API was suggested that would use default channels and hang HTTP responses while waiting for bootstrap events
- **Plugin Search**: Shaw is working on plugin search functionality that will be available as a rate-limited endpoint
- **Dynamic Plugin Calling**: Discussion about implementing context-based plugin calling to improve discoverability

### Social Media Strategy
- **X/Twitter Accounts**: Multiple users inquired about suspended Twitter/X accounts for ElizaOS. Ben clarified that X will return eventually, but the team is temporarily using alternative platforms like Farcaster and LinkedIn
- **Communication Channels**: The team is expanding to additional communication channels "this week and next" while waiting for X accounts to be restored

### Events & Workshops
- **Deep Dive Session**: Announced session on deploying agents with comput3
- **Vibe Content Creation Workshop**: Cancelled for the current week, will resume next week with new brand kits

### Technical Implementations
- **Spartan**: Mentioned as an ElizaOS implementation in production (available in the ElizaOS GitHub organization)
- **OpenRouter**: Announced "Horizon Alpha," a new model with 256k context that logs prompts and completions for training purposes

## Key Questions & Answers

**Q: What is the latest version of ElizaOS?**  
A: Version 1.3.1 (answered by Borko)

**Q: Why generate UUID as hash of name instead of random?**  
A: For local character runs, deterministic generation is useful, but for cloud deployments, random UUIDs would be better (answered by shaw)

**Q: Will X (Twitter) account be coming back?**  
A: Yes, X is coming back - there's no question about if, only when (answered by ben)

**Q: Is there any implementation of an agent using eliza in production?**  
A: Spartan repo on ElizaOS GitHub organization (answered by sayonara)

**Q: Is that ai16z I see in the White House crypto policy report?**  
A: No, the report mentions A16Z (Andreessen Horowitz), which is what AI16Z (the name) is a parody of (answered by Boj/acc)

**Q: Is this the same Optimism as Optimism network?**  
A: Agent Joshua explained Phala's evolution from Polkadot parachains to OP-Succinct L2

## Community Help & Collaboration

### Plugin Troubleshooting
- **0xbbjoker** helped **Kodasan-V** with Twitter plugin issues, suggesting installing from npm and mentioning migration of Twitter client that might require adjusting constants.ts

### Development Guidance
- **Borko** assisted **Chris** by providing the latest ElizaOS version (1.3.1) and sharing a quickstart link
- **sayonara** directed **Cesar** to the Spartan repo on ElizaOS GitHub organization as an example of a production implementation
- **Odilitime** suggested solutions to **shaw** regarding UUID generation issues, including making names unique or adding an optional "agentName" field

### Security Recommendations
- **cjft** recommended steel core fireproof secret key holders to **sam-developer** for securing crypto wallet seed phrases

### Content Creation Support
- **Dr. Neuro** offered assistance to **CheddarQueso 🧀** with content creation needs via chat
- **Kenk** informed **CheddarQueso 🧀** about upcoming new brand kits for content creation

## Action Items

### Technical
- Fix UUID generation to prevent conflicts when users create agents with identical names (mentioned by shaw)
- Package elizaOS/editor onto npm for easier platform imports (mentioned by shaw)
- Create a simpler POST message API that skips channels or auto-creates direct agent channels (mentioned by cjft)
- Implement plugin search functionality as a rate-limited endpoint (mentioned by shaw)
- Continue development on Eliza Cloud API (mentioned by sam-developer)
- Fix issue with project plugins being injected before character plugins (mentioned by Odilitime)
- Test Twitter plugin after client migration and adjust constants.ts file (mentioned by 0xbbjoker)
- Fix Twitter plugin issue where bot comments on original posts without LLM processing when TWITTER_TARGET_USERS variable is used (mentioned by Kodasan-V)
- Fix missing search bar for autodotfun on iOS (mentioned by MDMnvest)
- Restore X (Twitter) account (mentioned by ben, DannyNOR NoFapArc)
- Add webhooks support for plugin-farcaster (mentioned by R0am | tip.md)

### Documentation
- Update documentation for accessing services via runtime (mentioned by Niann)
- Clarify social media strategy with clear communication about X accounts status and alternative platforms (mentioned by ben)
- Share updates about new communication channels (mentioned by ben)

### Feature
- Implement Graph RAG into ElizaOS (mentioned by Vladimir)
- Consider dynamic plugin calling based on prompt context to enhance plugin discoverability (mentioned by Borko)
- Expand to additional communication channels (mentioned by ben)
- Develop new brand kits for content creation (mentioned by Kenk)