// Management · RimWorld Mod
RimMind - Advisor
RimMind - Advisor Your private AI colony advisor that provides personalized action suggestions for every colonist.
RimMind - Advisor
Your private AI colony advisor that provides personalized action suggestions for every colonist. It automatically analyzes pawn status and personality when they are idle or low on mood, and selects character-consistent next actions via LLM.What Is RimMind
RimMind is an AI-powered RimWorld mod suite. Integrated with Large Language Models (LLM), it grants colonists personalities, memories, dialogues and autonomous decision-making capabilities.Sub-mod List & Dependency Relationships
[td>ModCore ── Actions ── Advisor
├── Dialogue
├── Memory
├── Personality
├── Storyteller
├── Bridge-RimChat
└── Bridge-RimTalk
Core Features
Personalized Decision Making - The AI advisor comprehensively considers pawn status, traits, skills and available tasks to pick actions that match individual character traits. Deep Roleplay Immersion - AI fully impersonates each colonist. Decision reasons are displayed in overhead bubbles as inner monologues. Available Task Candidate List - AI receives sorted nearby work objectives, making informed choices instead of random blind actions. Approval System - Two-layer approval mechanism: pawn-initiated requests require player confirmation, high-risk actions are auto-pending for review. Approval history is injected into AI context to learn your preferences. Risk Management - Configurable risk threshold filters (Low/Medium/High/Critical). Actions meeting the threshold automatically trigger approval prompts. Concurrency Control - Smartly manages advisor requests across multiple pawns, limits pending responses to avoid API throttling and game lag. Request Timeout - All AI queries have expiry timers; unresponsive requests are automatically canceled to prevent backlogs. Custom Prompts - Add personalized rules in settings, appended to system prompts to guide advisor behavior as you prefer.Use Cases
- Unsure which pawn should do what? Advisor provides clear suggestions
- Want pawn behaviors to fit their backstories? AI accounts for childhood and life experiences
- Balance work efficiency and roleplay realism? Advisor optimizes both
- Worried about dangerous AI choices? High-risk actions require your manual approval
- Want pawns to take initiative and request tasks? Enable request system for proactive pawn inquiries
Core Functions
Intelligent Idle Decision Logic Automatically triggered when pawns have no jobs:- Status Analysis — Collect personality, skills, mood, health and other contextual data
- Candidate Generation — Build list of feasible tasks & immediate actions nearby
- AI Reasoning — Send prompt to LLM and retrieve character-aligned action plans
- Action Execution — Run decisions via RimMind-Actions