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 813f8704bb Smarter craft command parsing — stops at prepositions
- Craft regex captures full text, then parser extracts item name
- Strips filler words (a, an, some, the)
- Stops at prepositions (with, from, using, in, for)
- Takes max 3 words for item name
- "craft sticks with wood" → "sticks"
- "craft a wooden pickaxe" → "wooden_pickaxe"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 13:47:52 -05:00
.claude Phase 3: Task queue, behavior engine, trait-driven decisions 2026-03-30 12:48:15 -05:00
bridge Fix craft parsing, sustained combat, combat cooldown 2026-03-30 13:34:34 -05:00
dougbot Smarter craft command parsing — stops at prepositions 2026-03-30 13:47:52 -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