9c2c9a2310
Distilled Training Data (1,203 examples): - 341 initial gold (plugins, enchantments, builds, effects, god, errors) - 165 buildings + pipeline (100 structures built on dev, 65 request→query→act) - 24 safety-aware (worldborder, safe tp, intentional harm, gamemode checks) - 17 advanced logic (decanonized items, redstone gates, iterative builds) - 12 redstone mastery (NOT/OR/AND/XOR/RS-latch/T-flip-flop/comparator/clock) - 7 circuit verification and diagnosis - 1 compact comparator gates - 10 redstone methodology (build→test→save→recall→learn from mistakes) - 8 player journal usage - 29 creative+uncommon+pipeline+god with full tool chains Player Journal System: - agent/tools/player_journal.py — per-player text files (1-10 lines) - journal.read + journal.write tool schemas added - Cross-contaminated: God and Sudo share same journal per player - Includes sentiment, relationship, builds, preferences, skill level Redstone Engineering: - agent/prompts/redstone_rules.md — baked-in wall torch, dedicated lead, repeater rules - Learned from 4 iterations of 8-switch circuit: wall_torch on back face, not top - T-junction bypass prevention: dedicated lead wire between merge and NOT block - RCON limitation: can build circuits but cannot test them (lever toggle doesn't propagate) Training Data Cleaning: - 466 @s→@p fixes, 10 template commands removed - 12 outdated refusals replaced with correct plugin commands - Data de-duped across all sources Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
880 B
JSON
9 lines
880 B
JSON
{"prompt": "sudo save this location as home, then build a marker here", "category": "chained", "mode": "sudo"}
|
|
{"prompt": "sudo check what's near me and kill all hostiles, then give me resistance", "category": "chained", "mode": "sudo"}
|
|
{"prompt": "sudo look up the best sword enchantments and give me one", "category": "chained", "mode": "sudo"}
|
|
{"prompt": "sudo tp me home and heal me", "category": "chained", "mode": "sudo"}
|
|
{"prompt": "sudo build an arena and save it as a script I can rerun", "category": "chained", "mode": "sudo"}
|
|
{"prompt": "sudo check my health, if low heal me and give me food", "category": "chained", "mode": "sudo"}
|
|
{"prompt": "sudo what scripts do I have? run the arena one at my position", "category": "chained", "mode": "sudo"}
|
|
{"prompt": "sudo remember this spot, scan for mobs, kill hostiles, build a fort", "category": "chained", "mode": "sudo"}
|