Skip to content

TinyAI-ID/tinyai-id-minecraft-ai-agent-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyAI Minecraft Agent

for fun and learning purposes only.

01-spawn 02-chat 03-commands

Requirements

Installation

cp .env.example .env;
vi .env; # Edit the OPENAI_API_KEY
npm install;

Setup

Start the Minecraft server, Open for LAN and then run the following command:

PORT=55555 npm start;
# 55555 is example port, you can change it to whatever you want.

Usage

Chat Commands

<name> <message> > Sends message to the ai with given name.

Examples

hey > Asks question to 'hey' tiny ai. try 'hey what is the meaning of life?'
cagatay > Asks question to 'cagatay' tiny ai. try 'who is cagatay?'

Action Commands

[create or modify] ai <name> for <goal> > Creates or modifies an ai with given name and goal.

Examples

create an ai named <name> for <goal> > Creates an ai with given name and goal.
modify ai <name> <goal> > Modifies the ai with given name and goal.

License

MIT

About

Simple Minecraft AI bot is able to talk with all Tiny AI's, create and modify the TinyAI's.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published