0.2.4 • Published 4 months ago

create-eliza v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

create-eliza

A CLI tool to quickly set up and configure Eliza, an open-source AI agent.

Requirements

  • Node.js >= 22.0.0
  • pnpm >= 9.0.0 (will be installed automatically if missing)
  • Git

Usage

You can create a new Eliza project using any of these methods:

# Using npx (recommended)
npx create-eliza my-eliza-project

# Using npm
npm init eliza my-eliza-project

# Using pnpm
pnpm create eliza my-eliza-project

This will: 1. Create a new directory with your project name 2. Clone the Eliza repository 3. Install all dependencies 4. Set up environment configuration 5. Create an initial character configuration

Options

  • -y, --yes: Skip all prompts and use default values
  • -v, --version: Display version number
  • -h, --help: Display help information

Environment Variables

During setup, you'll be prompted to configure various environment variables. These include:

  • API keys for language models (Anthropic, OpenAI, etc.)
  • Database configuration
  • Other service-specific settings

Character Configuration

The setup process will guide you through creating your first AI character. You can:

  1. Choose a name for your character
  2. Configure their personality traits
  3. Set up their knowledge areas
  4. Define interaction styles

After Installation

Once installation is complete, you can start Eliza by running:

cd my-eliza-project
pnpm start

For more information about Eliza, visit https://github.com/ai16z/eliza

License

MIT

1.0.0-alpha.19

4 months ago

1.0.0-alpha.52

4 months ago

1.0.0-alpha.30

4 months ago

1.0.0-alpha.7

4 months ago

1.0.0-alpha.54

4 months ago

1.0.0-alpha.32

4 months ago

1.0.0-alpha.53

4 months ago

1.0.0-alpha.31

4 months ago

1.0.0-alpha.59

4 months ago

1.0.0-alpha.37

4 months ago

1.0.0-alpha.18

4 months ago

1.0.0-alpha.39

4 months ago

1.0.0-alpha.17

4 months ago

1.0.0-alpha.34

4 months ago

1.0.0-alpha.55

4 months ago

1.0.0-alpha.33

4 months ago

1.0.0-alpha.11

4 months ago

1.0.0-alpha.58

4 months ago

1.0.0-alpha.57

4 months ago

1.0.0-alpha.35

4 months ago

1.0.0-alpha.63

4 months ago

1.0.0-alpha.41

4 months ago

1.0.0-alpha.62

4 months ago

1.0.0-alpha.40

4 months ago

1.0.0-alpha.43

4 months ago

1.0.0-alpha.61

4 months ago

1.0.0-alpha.60

4 months ago

1.0.0-alpha.29

4 months ago

1.0.0-alpha.44

4 months ago

1.0.0-alpha.22

4 months ago

1.0.0-alpha.25

4 months ago

1.0.0-alpha.46

4 months ago

0.2.4

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.2.2

4 months ago

0.1.8

6 months ago