simulatecraft.examples.minecraft_explorer.agents¶
simulatecraft.examples.minecraft_explorer.agents
¶
Pre-built LLM agent personas for the Minecraft explorer example.
Each persona is an LLMBrain configured with a personality, a long-term goal, and the full Minecraft action set.
Model string examples¶
"openrouter:meta-llama/llama-3.1-8b-instruct:free"← free, just needs OPENROUTER_API_KEY"openrouter:google/gemma-3-27b-it:free"← another free option"openrouter:anthropic/claude-sonnet-4.6"← paid via OpenRouter"anthropic:claude-sonnet-4-5"← direct Anthropic key"openai:gpt-4o-mini"← direct OpenAI key"test"← offline, no key needed
custom
¶
custom(*, persona: str, goal: str, model: str = 'test', instructions: str | None = None) -> LLMBrain
Build an LLM brain from free-form frontend fields.