Agent Maze banner
run-llama run-llama

Agent Maze

Testing community

Description

Test agent capability with complex generated mazes

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agent Maze Playground

This repo is a playground for testing agent capabilities with complex, procedurally generated mazes.

Usage

  1. Install dependencies in a fresh virtual environment
uv venv
uv pip install .
  1. Run the attached notebook to test the agent capabilities.

In the notebook, you can change

  • the types of mazes generated
  • the LLMs and modeles that are being tested
  • the prompts
  • the tools each agent has access to
  • the metrics being tracked

Details

Inside [procedural_maze_generator.py](./procedural_maze_generator.py) you can learn more about how the mazes are generated.