Table of Contents

Class GameMasterAILoopFinal

Namespace
GrindFest.GameMaster
Assembly
GrindFest.dll

GameMaster AI Loop - FINAL CORRECT VERSION

This is a SIMPLE chat loop that keeps the external LLM (Claude, etc.) engaged. The LLM has access to MCP tools through the MCP server protocol (not this C# code). This script just maintains conversation and provides periodic prompts.

public class GameMasterAILoopFinal : MonoBehaviour
Inheritance
object
GameMasterAILoopFinal

Fields

ChatClient
CheckIntervalSeconds
IsActive
IsRunning
LastResponse
LastResponseTime
LoopIterations
MaxTokens
Temperature

Methods

StartLoop()
StopLoop()