# Recent ElizaOS Updates
The ElizaOS repository has seen significant developmen...
t with numerous features, bugfixes, and improvements across various components.
## Major Feature Additions
### Knowledge System and Integration Enhancements
- Implemented a separate Knowledge system with Multi-Agent RAG Optimization (PR #1620)
- Added methods for knowledge management including getKnowledge, searchKnowledge, createKnowledge, removeKnowledge, and clearKnowledge (PR #2005)
- Introduced Obsidian integration plugin for improved knowledge management (PR #1943)
### Client and UI Improvements
- Completed a full overhaul of the client interface (PR #2038)
- Added Telegram API root configuration in environment settings (PR #2014)
- Implemented an approval mechanism for Twitter posts via Discord bot (PR #1876)
### New Plugins and Integrations
- Added several cryptocurrency-related plugins:
- CoinGecko (PR #1761)
- CoinMarketCap (PR #1773)
- RabbiTrader (PR #1785, with improvements in PR #2027)
- Improved plugin-cosmos (PR #1934)
- Made Birdeye API requests optional (PR #1895)
- Integrated new blockchain support:
- Movement Network support (PR #1621)
- ThirdWeb plugin (PR #1418)
- Improved zkStack-based plugins (PR #1821)
- NFT generation support for EVM chains (PR #1763)
- Added fun and practical plugins:
- Giphy plugin for adding animated GIFs to conversations (PR #1873)
- Proof of Pizza for agentic Dominos ordering (PR #2042)
- DePIN plugin initialization (PR #1874)
- LetzAI plugin (PR #1868, with build issues fixed in PR #2021)
### LLM and AI Enhancements
- Updated Galadriel LLM integration to reflect product updates (PR #2011)
- Added nineteen.ai LLM & image support (PR #2022)
- Implemented Local Embedding Manager to reuse Local embed model, fixing high RAM issues (PR #1950)
### Security and Performance
- Added support for TEE logging and running Eliza in Intel SGX (PR #1470)
- Implemented Opacity Verifiable Interference zkTLS Plugin (PR #1673)
## Bugfixes and Maintenance
- Fixed various environment configuration issues (PRs #1999, #2031, #2052)
- Resolved database schema issues (PRs #2008, #2058)
- Fixed plugin-specific bugs in LetzAI, MultiverX, and others (PRs #2062, #2017)
- Improved regex to allow Unicode characters in message processing (PR #2048, later reverted in #2059)
- Removed legacy variables and conflicting environment settings (PRs #2001, #2016)
- Added pnpm lockfile consistency check workflow (PR #2015)
- Fixed client-related issues in Twitter and Slack (PRs #1997, #2044)
- Included schema.sql and seed.sql in package files (PR #2030)
## Documentation Improvements
- Optimized technical docs for LLMs & vectorization (PR #1993)
- Updated README files in multiple languages (PRs #2026, #2069, #2074)
- Improved plugin documentation (PRs #1992, #2003)
- Updated website URL in lore.md (PR #1998)
GitHub