Skip to content

Latest commit

 

History

History
75 lines (63 loc) · 2.26 KB

File metadata and controls

75 lines (63 loc) · 2.26 KB
title Introduction

Create AI agents with personalities, equip them with plugins, and send them out into the world.

What is elizaOS?

elizaOS is a TypeScript-based framework for building autonomous AI agents that can:

  • Define unique personalities and goals through character files
  • Take actions in the real world by equipping agents with plugins
  • Orchestrate multi-step workflows through natural language conversations
  • Remember and learn from interactions with persistent memory
  • Run anywhere - locally for development or scaled for production

The elizaOS framework ships with 90+ official plugins spanning social platforms, blockchain networks, AI providers, generative models, DeFi protocols, gaming, and more. Its plugin architecture lets you mix and match capabilities without modifying core.

With elizaOS, you give your agent a personality and a goal, equip it with the right plugins, and let it work to achieve results. Your agents can trade on DEXs, manage social media accounts, create content, analyze data, or interact with any API or blockchain. They operate autonomously, taking actions based on their goals and the capabilities you've given them.

Next Steps

Ready to build your first agent? Start here:

Get your first AI agent running in minutes Develop and customize your agents

Core Concepts

Explore the powerful capabilities that make elizaOS the go-to choice for AI agent development.

Understand the core agent architecture Complete API documentation for elizaOS Learn about plugins and their capabilities Learn from real-world agent implementations