Moisture Farmer v0.98 - Chat Demo

A followup to my last video, you can now chat with the droids and they can execute commands to interact in the world.

Why should you be able to program your droids with something mundane like Lua or Javascript? That would be too easy! Instead, why not _prompt_ them to interact with the world!

This game is intended to be an exercise in prompt creativity and managing a multi-agent workflow to manage your booming moisture harvesting business.

Each droid in the world has its own LLM context, and its own set of tools that are provided to it dynamically via the modular components that are installed in the droid chassis.

LLMs are currently 100% local, using bartowski/Qwen2.5-7B-Instruct-GGUF:Q4_K_M, served via llama.cpp w/ tool-calling support. No API keys needed!

In short, these are real LLM agents operating in a simulated world.

Source code is available on Github:
https://github.com/HanClinto/MoistureFarmer

📺 Watch on YouTube