Easy LLM
No reviews yet
Enables LLMs to use action telemetry and world state in Minecraft through WebSocket streaming.
Features machines that process raw materials or automation processes.
Projects that have been proven to or clearly use AI-generated art assets, including project logo. Projects with this tag are automatically excluded from all Pack Finder results.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Below is the Japanese README.
Easy LLM
Easy LLM is a Fabric mod that makes Minecraft data available to external LLM systems via WebSocket.
With this mod, you can implement AI agents that understand the state of Minecraft and act together with players.
You can implement and develop AI agents for Minecraft by using the repository below.
Detailed instructions on how to use this mod are also provided, so please refer to them.
- Easy LLM Agent: https://github.com/Koichiro-terao/Easy-LLM-Agent-in-Minecraft.git
Features
- Sends player and world information
- Supports multiple WebSocket endpoints
Requirements
- Minecraft
1.21 - Fabric Loader
- Fabric API
Installation
- Place
easy-llm-fabric-1.0.0+mc1.21.jarin themodsfolder of your server or singleplayer/LAN host. - Install Fabric API in the same environment.
- Configure WebSocket endpoints through
easyllm.jsonor in-game commands.
config/easyllm.jsonis generated automatically on first launch.
Configuration
Config file:
config/easyllm.json
Main commands:
/obsTick <interval>/obsWs list/obsWs add <ws://host:port>/obsWs remove <ws://host:port>
Examples:
/obsTick 5/obsWs list/obsWs add ws://host.docker.internal:7891/obsWs add ws://127.0.0.1:7892/obsWs remove ws://127.0.0.1:7892
Notes
- Install this mod on the server side, or on the host side for singleplayer/LAN hosting.
License
All Rights Reserved. Unauthorized reproduction and redistribution are strictly prohibited.
Easy LLM (JP)
Easy LLM は、Minecraft の情報を WebSocket 経由で外部の LLM から利用できるようにする Fabric MOD です。
この MOD を利用することで、Minecraft の状況を理解しながらプレイヤーと一緒に行動できる AI エージェントを実装できます。
以下のリポジトリを利用することで、Minecraft を一緒に遊べる AI エージェントを実装・開発できます。
この MOD の詳細な使用方法も記述されているため、参照してください。
- Easy LLM Agent: https://github.com/Koichiro-terao/Easy-LLM-Agent-in-Minecraft.git
主な機能
- プレイヤー情報とワールド情報の送信
- 複数の WebSocket 接続先に対応
動作環境
- Minecraft
1.21 - Fabric Loader
- Fabric API
導入方法
easy-llm-fabric-1.0.0+mc1.21.jarをサーバー、またはシングルプレイ/LAN ホスト側のmodsフォルダに配置します。- 同じ環境に Fabric API を導入します。
easyllm.jsonまたはゲーム内コマンドで WebSocket 接続先を設定します。(config/easyllm.jsonは初回起動時に生成されます。)
設定
設定ファイル:
config/easyllm.json
主なコマンド:
/obsTick <interval>/obsWs list/obsWs add <ws://host:port>/obsWs remove <ws://host:port>
使用例:
/obsTick 5/obsWs list/obsWs add ws://host.docker.internal:7891/obsWs add ws://127.0.0.1:7892/obsWs remove ws://127.0.0.1:7892
注意
- この MOD はサーバー側、またはホスト側に導入してください。
ライセンス
All Rights Reserved. Unauthorized reproduction and redistribution are strictly prohibited.
Below is the Japanese README.
Easy LLM
Easy LLM is a Fabric mod that makes Minecraft data available to external LLM systems via WebSocket.
With this mod, you can implement AI agents that understand the state of Minecraft and act together with players.
You can implement and develop AI agents for Minecraft by using the repository below.
Detailed instructions on how to use this mod are also provided, so please refer to them.
- Easy LLM Agent: `URL will be added later`
Features
- Sends player and world information
- Supports multiple WebSocket endpoints
Requirements
- Minecraft
1.21 - Fabric Loader
- Fabric API
Installation
- Place
easy-llm-fabric-1.0.0+mc1.21.jarin themodsfolder of your server or singleplayer/LAN host. - Install Fabric API in the same environment.
- Configure WebSocket endpoints through
easyllm.jsonor in-game commands.
config/easyllm.jsonis generated automatically on first launch.
Configuration
Config file:
config/easyllm.json
Main commands:
/obsTick <interval>/obsWs list/obsWs add <ws://host:port>/obsWs remove <ws://host:port>
Examples:
/obsTick 5/obsWs list/obsWs add ws://host.docker.internal:7891/obsWs add ws://127.0.0.1:7892/obsWs remove ws://127.0.0.1:7892
Notes
- Install this mod on the server side, or on the host side for singleplayer/LAN hosting.
License
All Rights Reserved. Unauthorized reproduction and redistribution are strictly prohibited.
Easy LLM (JP)
Easy LLM は、Minecraft の情報を WebSocket 経由で外部の LLM から利用できるようにする Fabric MOD です。
この MOD を利用することで、Minecraft の状況を理解しながらプレイヤーと一緒に行動できる AI エージェントを実装できます。
以下のリポジトリを利用することで、Minecraft を一緒に遊べる AI エージェントを実装・開発できます。
この MOD の詳細な使用方法も記述されているため、参照してください。
- Easy LLM Agent: `URLは後程追加します`
主な機能
- プレイヤー情報とワールド情報の送信
- 複数の WebSocket 接続先に対応
動作環境
- Minecraft
1.21 - Fabric Loader
- Fabric API
導入方法
easy-llm-fabric-1.0.0+mc1.21.jarをサーバー、またはシングルプレイ/LAN ホスト側のmodsフォルダに配置します。- 同じ環境に Fabric API を導入します。
easyllm.jsonまたはゲーム内コマンドで WebSocket 接続先を設定します。(config/easyllm.jsonは初回起動時に生成されます。)
設定
設定ファイル:
config/easyllm.json
主なコマンド:
/obsTick <interval>/obsWs list/obsWs add <ws://host:port>/obsWs remove <ws://host:port>
使用例:
/obsTick 5/obsWs list/obsWs add ws://host.docker.internal:7891/obsWs add ws://127.0.0.1:7892/obsWs remove ws://127.0.0.1:7892
注意
- この MOD はサーバー側、またはホスト側に導入してください。
ライセンス
All Rights Reserved. Unauthorized reproduction and redistribution are strictly prohibited.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources