# elizaOS Discord - 2025-02-03

## Overall Discussion Highlights

### ElizaOS Development & Technical Updates
- **Muse Search Interface**: A new Perplexity-like search interface (muse.elizawakesup.ai) was introduced for ElizaOS with AI capabilities
- **Version Issues**: Multiple users reported problems with ElizaOS v0.1.9, with some reverting to v0.1.8 due to initialization failures, embedding errors, and client connection issues
- **Discord Summarization**: Jin completed a 36-hour process to summarize Discord content, processing 1300+ files to improve documentation and LLM accuracy
- **Model Support**: Discussions confirmed that DeepSeek models are already supported in ElizaOS, with interest in adding GPT-4o-mini
- **Documentation Site**: Users reported that elizas.com appears to be down, with BOSSU redirecting users to elizaos.ai/docs

### Agent Development & Integration
- **Multi-Agent Architecture**: Discussions about enabling collaboration between different AI agents (specifically DegenAI, pmairca, and Scarlett teams), with plans to test in smaller private channels
- **Memory Management**: Significant interest in the upcoming ElizaOS v2, which promises to address multi-client interactions and memory consistency issues through a unified message bus
- **Database Integration**: Requests for documentation on PostgreSQL/MongoDB integration with characters and SQL database query capabilities
- **Twitter/X Integration**: Users discussed challenges with Twitter API, 2FA, and media attachments

### Tokenomics & Business Model
- **Composite Agent Trust Scores (CATS)**: DorianD proposed a system where AI agents signal trust in other agents by creating liquidity pool positions between their tokens
- **Transaction Tribute System**: Proposal for ElizaOS to automatically allocate 1% of transaction values to buy ai16z/ElizaOS coins for the Eliza Labs Foundation
- **Open Core Model**: Discussions about balancing open source development with a sustainable business model that can support ongoing development
- **Market Events**: Discussions about Binance listing ai16z only as a perpetual futures contract rather than a spot listing

### Agent Ecosystem
- **DegenAI vs AIXBT vs AIXVC**: Rhota clarified these are different projects with overlapping functionalities but distinct purposes - DegenAI is an "art project with utility," AIXBT focuses on backend data collection, and AIXVC is the autonomous trader for the AI16Z DAO fund
- **GitHub Metrics Debate**: Discussion on whether GitHub stars/forks are meaningful metrics for ElizaOS adoption, with suggestions for more substantive metrics like agent engagement data

## Key Questions & Answers

**Q: Is deepseek supported?**  
A: "We already have deepseek support" (answered by MintMadCow)

**Q: How do I fix the "Vector dimension mismatch" SQLite error?**  
A: Delete your data/db.sqlite file and restart the agent to regenerate a new one (answered by warfreakzplays)

**Q: How do I configure Eliza to use OpenAI instead of local models?**  
A: Set OPENAI_API_KEY in .env and update modelProvider to "openai" in your character file (answered by RoomTemp IQ)

**Q: How do I get folder2knowledge to work?**  
A: Install dependencies with npm install @opendocsg/pdf2md@1.3.0 pdfjs-dist@2.16.105 dotenv@16.3.1 and run the script (answered by Pedro)

**Q: How do I configure Ollama with Docker for Eliza?**  
A: Use OLLAMA_SERVER_URL=docker_container_ip_address:11434 in .env and ensure port 11434 is exposed (answered by quasiplanets)

**Q: How do I maintain long-term memory between clients?**  
A: This will be addressed in Eliza v2 with unified message bus (answered by Saitamai)

**Q: How do I use DeepSeek R1 without running locally?**  
A: Use OpenRouter (answered by jin)

**Q: How do I verify as holder?**  
A: Put tokens in one wallet and use Collabland (answered by Patt)

**Q: Is Aixbt competing with degenai?**  
A: They partially compete. DegenAI does trading, analysis, influencing and has waifus. AIXBT does analysis and influencing but doesn't trade and has no waifus. (answered by kalshnikov)

**Q: What is this agent? https://x.com/aixvc_agent**  
A: This is the autonomous trader which is supposed to run our ai16z DAO fund. Modeled on pmairca. (answered by kalshnikov and confirmed by Patt)

## Community Help & Collaboration

- **RoomTemp IQ helped Q** with OpenAI configuration, explaining that XAI_MODEL is for Grok and providing correct OpenAI settings
- **Pedro helped Jungle** get folder2knowledge working by explaining how to move the script to the correct directory and run it properly
- **quasiplanets helped 🔥🪂AZZBO77** configure Ollama in Docker for Eliza by providing Docker networking commands and explaining server URL setup
- **maxim.sui helped AkL** with an agent freezing issue, suggesting problems with elizaos/plugin-node and recommending downgrading or removing it
- **Inked-Kiwi shared a detailed workflow** for using WSL for better performance - creating project folders in Linux home directory and using "code ." to open VSC in Linux environment instead of working on mounted drives
- **jin created a system** to summarize Discord activity and generate personalized acknowledgments for RPGF distribution
- **alohabro helped multiple users** with SQLite binding file errors by providing conda commands to fix the issue

## Action Items

### Technical
- Fix broken "Learn about elizaOS" link on elizaOS.ai/framework (Mentioned by NicoRusso)
- Fix vector dimension mismatch in SQLite by ensuring consistent embedding models (Mentioned by validsyntax)
- Fix Twitter client media attachment functionality (Mentioned by warfreakzplays)
- Implement parallel request processing to handle multiple user prompts simultaneously (Mentioned by meltingice)
- Fix PostgreSQL knowledge table population (Mentioned by 0xn1c0)
- Disable thread creation in public channels to prevent scam attempts (Mentioned by Patt)
- Enable collaboration between AI agents (DegenAI, pmairca, Scarlett) in a new test channel (Mentioned by rhota)
- Complete and release the trading/sentiment update (Mentioned by rhota)
- Update DegenAI logo on LinkedIn (Mentioned by DorianD)
- Rename, turn off the bot, and add DegenAI and other agents to the Telegram channel linked from Dexscreener (Mentioned by DorianD)
- Implement "boredom" function to increase threshold for using paid external APIs (Mentioned by DorianD)
- Fix wallet verification system for token holders (Mentioned by mm)
- Fix broken documentation links (Mentioned by px)
- Resolve local installation wallet errors (Mentioned by gnivler)
- Create a HackMD plugin for ElizaOS to transfer summarized chats to editable documents (Mentioned by jin)
- Improve RAG capabilities for Muse search (Mentioned by jin)
- Implement a "Trusted Agents" system (Mentioned by DorianD)
- Develop an on-chain transaction tribute system (Mentioned by DorianD)
- Balance open source development with tokenomics model (Mentioned by Rabbidfly)
- Implement Composite Agent Trust Scores (CATS) system (Mentioned by DorianD)

### Documentation
- Update .env example file to add back POSTGRES_URL variable (Mentioned by 0xn1c0)
- Create guide for multi-agent architecture (Mentioned by Ale | AutoRujira 🉐⚡)
- Improve Docker networking documentation (Mentioned by 🔥🪂AZZBO77)
- Create guide for PostgreSQL/MongoDB integration with characters (Mentioned by Aurelien Husson)
- Explain memory handling in Eliza vs virtuals (Mentioned by lefrog)
- WSL development workflow documentation (Mentioned by Inked-Kiwi)
- Publish data about how many agents are running ElizaOS vs other frameworks (Mentioned by vu)
- Create best practices guide for writing engaging agents (Mentioned by DorianD)
- Optimize technical documentation for LLMs (Mentioned by jin)
- Create a "state of the DAO" document (Mentioned by DorianD)
- Further develop documentation for tokenomics ideas (Mentioned by DorianD)

### Feature
- Add support for GPT-4o-mini and DeepSeek models (Mentioned by RoomTemp IQ)
- Implement consistent long-term memory between clients (Mentioned by Jungle)
- Add SQL database query capabilities (Mentioned by Ian Guimaraes)
- Etherscan/ABI plugin development (Mentioned by mgrabina)
- Turn on image generation for DegenAI to post waifu images (Mentioned by DorianD)
- Develop better metrics for measuring agent adoption and engagement beyond GitHub stars (Mentioned by vu)
- Create integration showcasing ElizaOS as the fastest way to create agents for NFT minting or AI market making (Mentioned by vu)
- Add multi-chain support for ai16z token using Hyperlane or Wormhole (Mentioned by wit)
- Implement a web of trust system to combat misinformation in search results (Mentioned by jin)
- Host website via ENS/IPFS/Arweave for cryptographically secure communications (Mentioned by jin)
- Twitter scraping optimization to avoid throttling (Mentioned by Vyce)