ai16z consultant Sam Gao said on the X platform that the Eliza technical white paper "Eliza: An AI Agent Operating System for Web3" was officially released. AI Agent uses large language models (LLMs) as its cognitive core and is an intelligent agent system that can autonomously control and decide the execution path according to the user's instructions. With the explosion of LLM functions and the introduction of various plug-ins (such as RAG, text to image/video/3D, etc.), the potential of AI Agent has been greatly expanded and its capabilities are becoming increasingly powerful. However, at the intersection of AI and Web3, there is currently no ideal agent framework that can seamlessly integrate Web3 applications into the functions of AI Agent. Eliza is the first open source, Web3-oriented intelligent agent framework that makes the deployment of Web3 applications easy and simple. Each part of Eliza is a regular Typescript program that is fully controlled by the user and can be seamlessly integrated with Web3 (such as reading and writing blockchain data, interacting with smart contracts, etc.). In addition, we show the practical implementation of the core components of the Eliza runtime and how to ensure its stable performance. The code is now publicly available.