Skip to main content

Agent Search Index & Routing Map

Welcome to the central routing map for the minecraft-llm-agent-community documentation. This search index helps developers and agent loops locate relevant specs, migration reports, and research.


Important Search Tokens

Use these tokens to search the repository for specific concepts:

Search TokenCore MeaningPrimary References
MINECRAFT_AGENT_LOOP_MIGRATIONTransition away from old Voyager architectureSPEC.md, Repo Analysis
HEADLESS_MINEFLAYER_PROBERunning lightweight Mineflayer bots inside DockerHeadless Server Setup
MINECRAFT_GAMEPLAY_MODELPrimitives and curriculum design for survivalGameplay & Seed Skills
SKILL_VILLAGE_FAILUREPost-mortem of the legacy Voyager village simulationFailure Report
NO_VOYAGER_EVAL_LOOPBan on letting LLMs write raw JavaScript eval loopsSPEC.md, AGENTS.md
NO_MANUAL_CLIENT_GATENo dependency on manual GUI client connectionsHeadless Server Setup
OPENAI_CODEX_PROVIDEROpenAI Codex model connector settingsProvider Setup
GAME_RUNTIME_CODEX_AUTHProvider credentials store at build/provider-auth/Provider Setup
CODEX_CLI_IS_NOT_GAME_PROVIDER_AUTHDistinguishing local runtime auth from CLI authAGENTS.md

Required Reading Order

For an onboarding developer or agent, follow this reading order to understand the current architecture:

  1. Search Index & Routing Map (This file)
  2. Architecture Specification
    Understand the core design of the headless, tool-bound multi-agent system.
    📄 SPEC.md | Docusaurus Architecture Spec
  3. Headless Server Setup
    Configure Docker Compose and the headless Minecraft server runtime.
    📄 Headless Server Setup
  4. LLM Provider Configuration
    Set up local auth storage and structure input observations / output intents.
    📄 Provider Setup
  5. Local Minecraft Agent Repo Analysis
    Review lessons and structure comparisons from Voyager, Mineflayer-ChatGPT, Mindcraft-CE, and others.
    📄 Repo Analysis Report
  6. Skill Village Failure Report
    Analyze why the previous open-ended village simulation failed.
    📄 Skill Village Failure Report
  7. Minecraft Gameplay & Seed Skills
    Examine early-game survival curriculum requirements and primitive mappings.
    📄 Gameplay & Seed Skills Research
  8. Minimal Probe Goals
    Review the target milestones for the current NPC dialogue and interaction probes.
    📄 Minimal Probe Strategy
  9. Simulation Plans & Active Probes
    Review the step-by-step implementation details for active multi-bot scenarios.
    📄 Mutual NPC Interaction Probe | Live NPC Dialogue