MCPcopy Index your code
hub / github.com/ekzhu/llm_maze_agent

github.com/ekzhu/llm_maze_agent @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
5 symbols 17 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

LLM-based Maze Agent

screenshot

Install dependencies:

pip install -r requirements.txt

Set up environment variables:

export OPENAI_API_KEY='your API key'

Run maze agent on a randomly generated maze with 4 rows and 4 columns:

python maze_agent.py --rows 4 --columns 4

A separate window will pop up to show the agent navigating the maze in realtime.

Core symbols most depended-on inside this repo

_look
called by 2
maze_agent.py
look
called by 1
maze_agent.py
move
called by 0
maze_agent.py

Shape

Method 4
Class 1

Languages

Python100%

Modules by API surface

maze_agent.py5 symbols

For agents

$ claude mcp add llm_maze_agent \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page