Table of Contents

Class GameMasterAILoopMCP

Namespace
GrindFest.GameMaster
Assembly
GrindFest.dll

Partial class for GameMasterAILoopMCP - manages the AI's todo list. Allows the AI to track multi-step plans, ongoing storylines, and maintain state across iterations.

public class GameMasterAILoopMCP
Inheritance
object
GameMasterAILoopMCP

Methods

ClearCompletedTodos()

Clear all completed todos

CreateTodo(string, string)

Create a new todo

DeleteTodo(int)

Delete a todo

GetAllTodos()

Get all todos

GetFormattedSummary()

Get formatted summary for display

GetTodosByStatus(TodoStatus)

Get todos by status

UpdateTodoDescription(int, string)

Update todo description

UpdateTodoStatus(int, TodoStatus)

Update todo status