- Step1: Clone the repository from GitHub.
- Step2: Install dependencies with `pip install -r requirements.txt`.
- Step3: Set your OPENAI_API_KEY or Hugging Face token as an environment variable.
- Step4: Run the sample script `maze_example.py` to solve a default maze.
- Step5: Customize maze parameters and prompt templates in `agent_config.py`.
- Step6: Extend the agent class with new reasoning strategies and evaluate performance.