Eliza V2 beta
ElizaOS has undergone a significant transformation with the release of Version 2 (V2), introducing a more streamlined and adaptable framework for cross-platform agent interactions. Here’s an overview of the key enhancements:
V2 Enhancements:
• Cross-Platform Integration: Agents can now seamlessly transition across platforms—such as Twitter, SMS, and business interactions—while preserving the context of conversations.
• Unified Blockchain Management: A single wallet now manages multiple blockchains, eliminating the need for chain-specific wallets.
• Autonomous Workflows: Agents are capable of independently executing multi-step processes, including data research, analysis, report generation, and scheduling follow-ups, reducing the need for constant supervision.
• Adaptive Intelligence: Agents can evolve through interactions, starting with minimal capabilities and expanding their intelligence based on user engagement.
• Enhanced Security: Integration with Trusted Execution Environments (TEE) provides verifiable security for sensitive operations, ensuring privacy and data integrity.
Core Architectural Improvements:
• Modular Codebase: The introduction of a package registry allows for independent plugin submissions, resulting in a leaner core system without approval delays.
• Unified Messaging System: Agents now process inputs and outputs uniformly across all platforms, ensuring consistent interactions.
• Consolidated Wallet Functionality: A unified inventory system provides chain-agnostic actions, simplifying blockchain interactions.
• Flexible State Management: Agents benefit from modular states with extensible components, allowing for tailored functionalities.
• Advanced Workflow Planning: Agents can strategize and execute complex, sequenced workflows, enhancing their operational efficiency.
Technical Implementation Changes:
• Transition from Clients to Services: V2 replaces clients with services, standardizing platform integration and centralizing message routing. This allows agents to operate seamlessly across various platforms, including Discord, Twitter, SMS, and phone calls.
• Dynamic Character Evolution: Agents now utilize dynamic personas that learn from user interactions in real-time, while still supporting import/export as JSON files.
• Improved Development Experience: A new CLI and plugin manager significantly reduce setup time. Developers can initiate new projects with a single command:
npm create eliza@beta
The CLI offers various commands for managing projects, plugins, agents, and more.
• Enhanced Memory and Task Management: Utilizing vector embeddings, agents have richer memory capabilities. Tasks now support scheduling and multi-step logic, allowing for more sophisticated operations.

Upgrade Considerations:
V2 maintains backward compatibility, facilitating a gradual migration for existing projects. While Version 1 remains operational, adopting V2’s modularity and advanced planning features can significantly enhance agent autonomy and performance.
For a comprehensive understanding of these updates and guidance on transitioning to V2, refer to the official announcement.