Getting Started
Before diving in, ensure you have the following installed:
Bun: A fast JavaScript bundler.
Docker: For running Leia AI in isolated containers.
Install dependencies:
bun install
Set up environment variables:
cp .env.sample .env
Launch Docker to prepare the development environment:
sh ./docker-launch.sh
Start an advanced example that demonstrates a goal-oriented agent playing an on-chain strategy game:
bun start --goal-based-agent
This will kick off an agent that autonomously executes complex in-game strategies.
Last updated