S System prompt Agent role, game loop, I/O contract # Reframe Game Agent
## Who You Are
You are an AI agent competing in **Reframe**, a turn-based game platform
where human players write strategy prompts that guide your decisions.
## How the Game Loop Works
Each turn follows a fixed cycle:
1. You receive the **current game state** as a structured observation
2. You respond with **exactly one tool call** from the available tools
3. The environment executes your action and returns:
- Updated game state
- Reward (points earned or lost)
- Status (`running` | `won` | `lost` | `timeout`)
- Feedback summary
## Input/Output Contract
- **Input:** The current observation is the only live state you act on.
For games with memory, you also receive relevant turn history.
- **Output:** Exactly one tool call whose name and arguments match a
declared tool schema. No prose, markdown, or multiple actions.
- **Validation:** Inventing a tool, omitting required arguments, or using
wrong types counts as an invalid move (negative reward). G Game prompt Word Guess rules, tools, scoring # Word Guess
- **Level:** 1
- **Seed:** 1101
*Full game metadata was not available for this replay.*
**Tools used:** guess User strategy ## Task
You are playing a word-guessing game. Each round has a hidden 5-letter word. You get up to 6 guesses per round across 10 rounds. After each guess you receive feedback: G = correct position, Y = in word but wrong position, B = not in word. Use the guess tool with a 5-letter uppercase word. Track constraints from feedback to narrow down possibilities efficiently. Initial state Turn: 0/60 · Turns remaining: 60 · Score: 0 · Status: running · Trial: 1/10 · Solved trials: 0/10 · Guesses remaining: 6 · Target length: 5
Trial 1/10 · Turn 1/6 +0 Action guess(word=CRANE)Result Round 1 feedback: BBYBG.
Trial 1/10 · Turn 2/6 +0 Action guess(word=ADIEU)Result Round 1 feedback: GBBYB.
Trial 1/10 · Turn 3/6 +0 Action guess(word=ABASE)Result Round 1 feedback: GBBBG.
Trial 1/10 · Turn 4/6 +0 Action guess(word=ALONE)Result Round 1 feedback: GYBBG.
Trial 1/10 · Turn 5/6 +0 Action guess(word=ALLEY)Result Round 1 feedback: GYBYB.
Trial 1/10 · Turn 6/6 +0 Action guess(word=LEANT)Result Round 1 feedback: YYYBB. Round 1 missed. Target was APPLE.
Trial 2/10 · Turn 1/6 +0 Action guess(word=CRANE)Result Round 2 feedback: GBGBB.
Trial 2/10 · Turn 2/6 +0 Action guess(word=CATCH)Result Round 2 feedback: GYBBB.
Trial 2/10 · Turn 3/6 +0 Action guess(word=CLAMP)Result Round 2 feedback: GGGYB.
Trial 2/10 · Turn 4/6 +10 Action guess(word=CLAIM)Result Round 2 feedback: GGGGG. Solved round 2.
Trial 3/10 · Turn 1/6 +0 Action guess(word=CRANE)Result Round 3 feedback: BBBBG.
Trial 3/10 · Turn 2/6 +0 Action guess(word=SCOPE)Result Round 3 feedback: GBGYG.
Trial 3/10 · Turn 3/6 +0 Action guess(word=SPORE)Result Round 3 feedback: GGGBG.
Trial 3/10 · Turn 4/6 +0 Action guess(word=SPOUT)Result Round 3 feedback: GGGBB.
Trial 3/10 · Turn 5/6 +0 Action guess(word=SPORE)Result Round 3 feedback: GGGBG.
Trial 3/10 · Turn 6/6 +10 Action guess(word=SPOKE)Result Round 3 feedback: GGGGG. Solved round 3.
Trial 4/10 · Turn 1/6 +0 Action guess(word=CRANE)Result Round 4 feedback: YBBYB.
Trial 4/10 · Turn 2/6 +0 Action guess(word=CLINT)Result Round 4 feedback: YBYYB.
Trial 4/10 · Turn 3/6 +0 Action guess(word=MINCY)Result Round 4 feedback: BGGGB.
Trial 4/10 · Turn 4/6 +0 Action guess(word=PICON)Result Round 4 feedback: GGYBY.
Trial 4/10 · Turn 5/6 +10 Action guess(word=PINCH)Result Round 4 feedback: GGGGG. Solved round 4.
Trial 5/10 · Turn 1/6 +0 Action guess(word=CRATE)Result Round 5 feedback: BYBBG.
Trial 5/10 · Turn 2/6 +0 Action guess(word=SHORE)Result Round 5 feedback: BBYYG.
Trial 5/10 · Turn 3/6 +0 Action guess(word=ROUND)Result Round 5 feedback: YGBGB.
Trial 5/10 · Turn 4/6 +0 Action guess(word=WORNE)Result Round 5 feedback: BGGGG.
Trial 5/10 · Turn 5/6 +10 Action guess(word=BORNE)Result Round 5 feedback: GGGGG. Solved round 5.
Trial 6/10 · Turn 1/6 +0 Action guess(word=CRANE)Result Round 6 feedback: YBBBB.
Trial 6/10 · Turn 2/6 +0 Action guess(word=CLOUT)Result Round 6 feedback: YBYYB.
Trial 6/10 · Turn 3/6 +0 Action guess(word=COQUI)Result Round 6 feedback: YGBYB.
Trial 6/10 · Turn 4/6 +0 Action guess(word=SCOLD)Result Round 6 feedback: BYYBB.
Trial 6/10 · Turn 5/6 +0 Action guess(word=COUGH)Result Round 6 feedback: YGGBG.
Trial 6/10 · Turn 6/6 +0 Action guess(word=COUCH)Result Round 6 feedback: BGGGG. Round 6 missed. Target was POUCH.
Trial 7/10 · Turn 1/6 +0 Action guess(word=ARISE)Result Round 7 feedback: YGBBY.
Trial 7/10 · Turn 2/6 +0 Action guess(word=CRANE)Result Round 7 feedback: BGYBY.
Trial 7/10 · Turn 3/6 +0 Action guess(word=ALERT)Result Round 7 feedback: YBGYB.
Trial 7/10 · Turn 4/6 +0 Action guess(word=REPAY)Result Round 7 feedback: YYBGB.
Trial 7/10 · Turn 5/6 +0 Action guess(word=ARENA)Result Round 7 feedback: YGGBB.
Trial 7/10 · Turn 6/6 +0 Action guess(word=GRAVE)Result Round 7 feedback: BGYBY. Round 7 missed. Target was FREAK.
Trial 8/10 · Turn 1/6 +0 Action guess(word=CRATE)Result Round 8 feedback: BBBBG.
Trial 8/10 · Turn 2/6 +0 Action guess(word=HOUND)Result Round 8 feedback: BYBGB.
Trial 8/10 · Turn 3/6 +0 Action guess(word=STONE)Result Round 8 feedback: BBGGG.
Trial 8/10 · Turn 4/6 +0 Action guess(word=GLOVE)Result Round 8 feedback: BBGBG.
Trial 8/10 · Turn 5/6 +0 Action guess(word=PHONE)Result Round 8 feedback: BBGGG.
Trial 8/10 · Turn 6/6 +0 Action guess(word=STONE)Result Round 8 feedback: BBGGG. Round 8 missed. Target was OZONE.
Trial 9/10 · Turn 1/6 +0 Action guess(word=CRANE)Result Round 9 feedback: BGGBB.
Trial 9/10 · Turn 2/6 +0 Action guess(word=SORAL)Result Round 9 feedback: YBYYB.
Trial 9/10 · Turn 3/6 +0 Action guess(word=GRASP)Result Round 9 feedback: BGGGB.
Trial 9/10 · Turn 4/6 +0 Action guess(word=BRASS)Result Round 9 feedback: GGGGB.
Trial 9/10 · Turn 5/6 +0 Action guess(word=BRASS)Result Round 9 feedback: GGGGB.
Trial 9/10 · Turn 6/6 +0 Action guess(word=BRABE)Result Round 9 feedback: GGGBB. Round 9 missed. Target was BRASH.
Trial 10/10 · Turn 1/6 +0 Action guess(word=CRANE)Result Round 10 feedback: BBGBB.
Trial 10/10 · Turn 2/6 +0 Action guess(word=SKIMP)Result Round 10 feedback: GBBBB.
Trial 10/10 · Turn 3/6 +0 Action guess(word=SHAWL)Result Round 10 feedback: GYGBB.
Trial 10/10 · Turn 4/6 +0 Action guess(word=SHADY)Result Round 10 feedback: GYGBB.
Trial 10/10 · Turn 5/6 +0 Action guess(word=SHAHS)Result Round 10 feedback: GYGBY.
Trial 10/10 · Turn 6/6 +0 Action guess(word=SLASH)Result Round 10 feedback: GBGGG. Round 10 missed. Target was STASH. Solved 4/10 words. Need 7 to clear the... Raw LLM context