DougBot is a revamp of the CletusBot for Minecraft. Cletus failed. He was a Java bot, and he was not successful. With Doug, I am hoping to convert to Bedrock and push the boundaries of this concept to make a minecraft bot that will actually play and interact.
Find a file
roberts be4476ce4d Phase 3b: Command parsing, AI context, player instructions
- CommandParser: regex-based parsing for follow, stop, go, chest,
  craft, mine, give, attack, look commands
- Commands converted to high-priority tasks in the brain's queue
- AI prompt now includes real-time context: current action, health,
  nearby players, hostiles, time of day
- Doug answers "what are you doing?" truthfully based on actual state
- Player commands get personality-appropriate AI acknowledgments
- Brain's wants_ai_chat signal wired for unprompted chat

Supported commands:
  "Doug, follow me" → follow_player task
  "Doug, stop" → stop task
  "Doug, open that chest" → open_chest task
  "Doug, sort the chest" → sort_chest task
  "Doug, craft a pickaxe" → craft_item task
  "Doug, mine some stone" → find + dig task
  "Doug, attack that" → attack_nearest_hostile task

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 13:15:59 -05:00
.claude Phase 3: Task queue, behavior engine, trait-driven decisions 2026-03-30 12:48:15 -05:00
bridge Phase 3: Task queue, behavior engine, trait-driven decisions 2026-03-30 12:48:15 -05:00
dougbot Phase 3b: Command parsing, AI context, player instructions 2026-03-30 13:15:59 -05:00
.env.example Phase 1 complete: Doug connects, chats with personality 2026-03-30 02:03:25 -05:00
.gitignore Fix chat, brain stability, MariaDB reconnect, suppress warnings 2026-03-30 12:33:17 -05:00
context.md Phase 1 complete: Doug connects, chats with personality 2026-03-30 02:03:25 -05:00
personality-traits.md Phase 1 complete: Doug connects, chats with personality 2026-03-30 02:03:25 -05:00
requirements.txt Phase 1 complete: Doug connects, chats with personality 2026-03-30 02:03:25 -05:00
run.py Phase 1 complete: Doug connects, chats with personality 2026-03-30 02:03:25 -05:00