Create a GAME session with a goal and entry agent.
Obtain a successful GAME session with a final_answer in the context.
Practice exercises with AI evaluation — submit your answer and get personalised feedback.
Explain the GAME loop using an analogy from everyday life. Do NOT use examples from the AI Hub documentation — create your own. Your analogy must map each lett…
Your GAME agent is stuck. Every iteration returns: {"complete": false, "action": "search", "message": "Looking for more information..."} It has run 50 iteratio…
Write a `goal_text` string for a GAME agent that must: 1. Query the last 10 support tickets from the database 2. Identify the 3 most common issue types 3. Gene…