A blog to discuss all things Ai Agent Frameworks and Platforms
Assumption: you already have git, node, and pnpm installed
For git: Find instructions to install git
For node: Visit the Node.js website and download the appropriate installer for your operating system. Once downloaded, run the installer and follow the on-screen instructions. After a successful installation, you’ll have access to the node and npm command in your terminal or command prompt. For pnpm: In a terminal, run the commandnpm install -g pnpm
Used the following versions when writing this blog
node - v23.2.0
npm - 10.9.0
pnpm - 9.12.3
Open a command line terminal and run the following commands
git clone https://github.com/elizaOS/eliza-starter.git
cd eliza-starter
cp .env.example .env
clients: [Clients.DIRECT],
modelProvider: ModelProviderName.OLLAMA,
pnpm i
pnpm start
This completes your hello world Eliza introduction
Congratulations you have successful run your first Ai Agent