# elizaOS Discord - 2025-09-16

## Overall Discussion Highlights

### Technical Development
- **ElizaOS 2.0 Release**: Engineering lead cjft announced the 2.0 release is planned for approximately two weeks from now, featuring React hooks and browser plugin compatibility.
- **TAU Development**: Completed by Joker/TCM with tool calling spec around 70% complete.
- **Message Bus Cleanup**: Work in progress to create a JS pure safe MessageBus class for easier CI/browser support.
- **SaSS Development**: Reached stable v0, ready for internal testing and integration into CLI/browser authentication.
- **Polygon Plugin**: Completed and ready for integration.
- **Server-Side Improvements**: Stan submitted PR #5864 moving functionality from CLI to server with added tests.
- **Local LLM Integration**: Users discussed solutions for connecting to local Ollama LLM instances, primarily involving environment variable configuration.

### Blockchain & Crypto Developments
- **Blockchain Architecture**: DorianD shared insights comparing Hyperliquid's approach of building order matching directly into the chain rather than as smart contracts, suggesting similar principles could apply to AI agent systems.
- **Crypto Streaming System**: Jin mentioned developing a crypto superchat system allowing token tips with message pop-ups and text-to-speech functionality.
- **AI16Z Token**: Discussion about the token's governance role for its DAO, with questions about where to find the DAO page (available through Coingecko).
- **Sui Integration**: A 2-4 week project is underway to integrate Sui's Walrus CLI and data storage.

### AI & Agent Economy
- **Generative Markets**: Users discussed emerging concepts in AI economics, including "generative markets" and "agent economy" being developed by Shaw's team.
- **Google's AP2 Protocol**: A Google blog post about the "Agents to Payments Protocol" was shared, with users noting parallels to the community's work.
- **AI Debate Show**: Jin shared a preview of an upcoming AI-powered debate show with plans for a user interface allowing partners to create custom shows.
- **Autonomous Agent Technology (A2A)**: Suggestions to develop frontends for 8004 and create visualization tools for chain swarm exploration.

### Issues & Troubleshooting
- **Character Migration**: Users discussed challenges migrating characters from v1, with recommendations to use the character-migrator tool.
- **Data Accuracy**: Concerns about hallucinating numerical data led to suggestions for using CSV plugins with analysis actions instead of vector search for precise numerical information.
- **Security Concerns**: Brief discussion about NPM package security, with suggestions to use Bun APIs to reduce dependencies.

## Key Questions & Answers

**Q: What is the usecase of ai16z token?**  
A: For governance of its DAO (answered by Omid Salimi)

**Q: Where is dao page?**  
A: You can find it in coingecko, AI16Z, Info, Websites (answered by Omid Salimi)

**Q: What's the solution to this error, my ai agent can't seem to connect with my local ollama LLM?**  
A: Add "OLLAMA_API_ENDPOINT=your-api-end-point" to your env (answered by 0xbbjoker)

**Q: Does anyone have any advice for loading in knowledge data for numbers and stats that needs to be 100% accurate?**  
A: Better idea to do csv plugin with analysis actions (answered by sayonara)

**Q: Does anyone know what's going on with AI16Z's volume lately? Is this a glitch or true?**  
A: It's likely artificial - lots of Asian exchanges create magical volume through wash trading (answered by DorianD)

**Q: Is Claude Opus getting faster?**  
A: Yes, faster than before (answered by sayonara)

**Q: What's the timeline for the 2.0 release?**  
A: In about 2 weeks (answered by cjft)

## Community Help & Collaboration

1. **Local LLM Connection Issue**
   - Helper: 0xbbjoker
   - Helpee: realist
   - Problem: AI agent couldn't connect with local Ollama LLM
   - Solution: Suggested adding OLLAMA_API_ENDPOINT to environment variables and provided GitHub link for reference

2. **Character Migration Challenges**
   - Helper: sayonara
   - Helpee: vincentskele
   - Problem: Character migration from v1 with no responses
   - Solution: Suggested using character-migrator tool and adding LOG_LEVEL=debug for better logs

3. **Data Accuracy Concerns**
   - Helpers: sayonara, 0xbbjoker
   - Helpee: ahmad
   - Problem: Hallucinating numerical data in knowledge base
   - Solution: Suggested using CSV plugin with analysis actions instead of vector search for precise numerical data

4. **Token Volume Questions**
   - Helper: DorianD
   - Helpee: Seppmos
   - Problem: Questioning unusually high trading volume for AI16Z token
   - Solution: Explained it was likely artificial volume created through wash trading on Asian exchanges

5. **Content Access Issue**
   - Helper: jin
   - Helpee: Stan ⚡
   - Problem: Stan couldn't access content in another channel
   - Solution: Jin shared screenshots of the content directly in the chat

## Action Items

### Technical
- Complete message bus cleanup for easier CI/browser support (mentioned by cjft)
- Integrate Sui's Walrus CLI and data storage (mentioned by cjft)
- Improve SaSS design and deploy to production domain (mentioned by cjft)
- Complete ElizaOS class development (mentioned by Stan ⚡)
- Test vector search from GUI using the knowledge tab for similarity search on RAG chunks (mentioned by 0xbbjoker)
- Add plugin-bootstrap which is now required (mentioned by Odilitime)
- Use character-migrator tool for migrating from v1 (mentioned by sayonara)
- Add LOG_LEVEL=debug prefix to start command for better logs (mentioned by sayonara)

### Features
- Implement crypto superchat system with token tipping and TTS functionality (mentioned by jin)
- Create user-friendly interface for partners to create AI debate shows (mentioned by jin)
- Develop tools for easier highlight clipping from AI shows (mentioned by jin)
- Explore integration of Spartan with message response capabilities (mentioned by jin)
- Create reputation/identity system for autonomous agents (mentioned by Kenk)
- Develop A2A visualization tools with interactive 8004 GUI and metamask browser support (mentioned by cjft)
- Implement CSV plugin with analysis actions for handling precise numerical data (mentioned by sayonara)
- Develop frontends or launchpads for 8004 to explore chain swarm and bid for tasks (mentioned by cjft)

### Documentation
- Create dev blog workshop to show off useEliza React hooks and browser plugin compatibility (mentioned by cjft)
- Create or improve documentation about AI16Z DAO governance (mentioned by AlphaTower)
- Investigate generative markets and agent economy concepts as mentioned by Google researchers (mentioned by satsbased)