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 installSet up environment variables:
cp .env.sample .envLaunch Docker to prepare the development environment:
sh ./docker-launch.shStart an advanced example that demonstrates a goal-oriented agent playing an on-chain strategy game:
bun start --goal-based-agentThis will kick off an agent that autonomously executes complex in-game strategies.
Last updated
