backend-infra-engineer: Release v0.3.2 snapshot

This commit is contained in:
scawful
2025-10-17 12:10:25 -04:00
parent 4371618a9b
commit 3d71417f62
857 changed files with 174954 additions and 45626 deletions

View File

@@ -0,0 +1,15 @@
# Test 1: Context and Follow-up Queries
# The agent should use the 'resource-list' tool.
What dungeons are defined in this ROM?
# The agent must use the context from the previous answer to identify "the first one"
# and then call the 'dungeon-list-sprites' tool for that specific room.
Tell me about the sprites in the first dungeon listed.
# The agent must remember the room from the previous query and use the 'overworld-list-warps' tool.
Are there any warp points in that same room?
# This is a complex reasoning test. The agent needs to synthesize information
# from the last two tool calls (sprite list and warp list) to answer.
Is there a soldier sprite located near any of the warp points in that room?