# ElizaOS Weekly Update (Jan 5 - 11, 2025)

## OVERVIEW
This week saw significant expansion of ElizaOS's ecosystem with the addition of 20+ new plugins, enhancing the framework's capabilities across Web2 and Web3. Major improvements include blockchain integrations (Stargaze, Cosmos, Akash), AI provider support (DeepSeek, Mistral, Nineteen.ai), and infrastructure enhancements like TEE verification and knowledge system optimization. The client interface received a complete overhaul, improving usability and extensibility.

## KEY TECHNICAL DEVELOPMENTS

### Blockchain & Web3 Integration Expansion
- Added Stargaze plugin for NFT information retrieval in Cosmos ecosystem [#1861](https://github.com/elizaos/eliza/pull/1861)
- Implemented Cosmos plugin for blockchain interactions [#1826](https://github.com/elizaos/eliza/pull/1826)
- Added Akash Network plugin with autonomous deployment capabilities [#2111](https://github.com/elizaos/eliza/pull/2111)
- Integrated Lens Network plugin for social token transfers [#2101](https://github.com/elizaos/eliza/pull/2101)
- Added Quai integration for blockchain functionality [#2083](https://github.com/elizaos/eliza/pull/2083)
- Implemented Allora plugin for AI-powered predictions [#1955](https://github.com/elizaos/eliza/pull/1955)

### AI Provider & Model Enhancements
- Added DeepSeek AI provider support [#2067](https://github.com/elizaos/eliza/pull/2067)
- Integrated Mistral AI as new model provider [#2137](https://github.com/elizaos/eliza/pull/2137)
- Added Nineteen.ai LLM & image support [#2022](https://github.com/elizaos/eliza/pull/2022)
- Implemented Heurist embedding model [#2093](https://github.com/elizaos/eliza/pull/2093)
- Refactored model configuration to enable model-specific settings [#1805](https://github.com/elizaos/eliza/pull/1805)

### Security & Verification Improvements
- Added Primus zkTLS plugin to fully verify agent activities [#2086](https://github.com/elizaos/eliza/pull/2086)
- Implemented remote attestation action for verification [#1885](https://github.com/elizaos/eliza/pull/1885)
- Added support for TEE logging and Intel SGX execution [#1470](https://github.com/elizaos/eliza/pull/1470)
- Added verified inference documentation [#2125](https://github.com/elizaos/eliza/pull/2125)
- Implemented Anyone plugin to privatize network requests [#1960](https://github.com/elizaos/eliza/pull/1960)

### Client & UX Improvements
- Completed full overhaul of client interface [#2038](https://github.com/elizaos/eliza/pull/2038)
- Added approval mechanism for Twitter posts via Discord bot [#1876](https://github.com/elizaos/eliza/pull/1876)
- Integrated Giphy plugin for animated GIFs in conversations [#1873](https://github.com/elizaos/eliza/pull/1873)
- Added OpenWeather plugin for weather information [#1880](https://github.com/elizaos/eliza/pull/1880)
- Implemented TTS with support for 15+ languages [#2110](https://github.com/elizaos/eliza/pull/2110)
- Added Obsidian integration plugin [#1943](https://github.com/elizaos/eliza/pull/1943)

## CLOSED ISSUES

### Model Configuration & Integration Issues
- Resolved issues with Gaianet model integration [#1871](https://github.com/elizaos/eliza/issues/1871)
- Fixed Starknet plugin outdated references [#2028](https://github.com/elizaos/eliza/issues/2028)
- Addressed model configuration separation for context window limitations [#1655](https://github.com/elizaos/eliza/issues/1655)
- Fixed issues with Google model provider support [#1368](https://github.com/elizaos/eliza/issues/1368)

### Client & UX Bugs
- Fixed Discord voice channel joining functionality [#2147](https://github.com/elizaos/eliza/issues/2147)
- Resolved issue with tweet replies being sent before action processing [#2116](https://github.com/elizaos/eliza/issues/2116)
- Fixed Twitter API automated activity blocking [#1890](https://github.com/elizaos/eliza/issues/1890)
- Implemented wildcard support in Twitter target users [#1883](https://github.com/elizaos/eliza/issues/1883)
- Fixed browser client response issues [#1864](https://github.com/elizaos/eliza/issues/1864)

### Database & Memory Management
- Fixed PostgreSQL adapter package missing schema.sql [#2009](https://github.com/elizaos/eliza/issues/2009)
- Resolved memory leak in getLocalEmbedding [#1942](https://github.com/elizaos/eliza/issues/1942)
- Fixed context issues in client-telegram [#1972](https://github.com/elizaos/eliza/issues/1972)
- Addressed memory omission when exceeding 50 items with SQLite adapter [#1971](https://github.com/elizaos/eliza/issues/1971)

## NEW ISSUES

### Plugin Development & Integration Challenges
- Need to add tests for Coinbase plugin according to package structure [#2169](https://github.com/elizaos/eliza/issues/2169)
- Duplicate README file in packages/plugin-story [#2104](https://github.com/elizaos/eliza/issues/2104)
- Anchor.BN constructor issues in plugin development [#2056](https://github.com/elizaos/eliza/issues/2056)
- Database connection error when using image generation plugin [#2158](https://github.com/elizaos/eliza/issues/2158)

### Agent Behavior & Performance Issues
- Twitter login and agent startup issues [#2040](https://github.com/elizaos/eliza/issues/2040)
- Double responses when interacting on Telegram [#2089](https://github.com/elizaos/eliza/issues/2089)
- PostgresDB connection fails sporadically with large knowledge section [#2085](https://github.com/elizaos/eliza/issues/2085)
- CUDA errors when using llama_local [#2080](https://github.com/elizaos/eliza/issues/2080)
- DevMode runs but connecting UI results in ECONNREFUSED [#2033](https://github.com/elizaos/eliza/issues/2033)

### Feature Requests & Improvements
- Request to remove Tavily from core [#2123](https://github.com/elizaos/eliza/issues/2123)
- WASM support for agents [#1991](https://github.com/elizaos/eliza/issues/1991)
- Support for default Grok model in Twitter plugin [#1983](https://github.com/elizaos/eliza/issues/1983)
- Refactor to separate data providers into plugins [#2126](https://github.com/elizaos/eliza/issues/2126)
- Request for response format customization [#2109](https://github.com/elizaos/eliza/issues/2109)
- Enable agents to manage Docker containers [#2098](https://github.com/elizaos/eliza/issues/2098)