A reasoning harness for mathematical problem-solving and proof-writing in natural language.
This guide will help you download and run the nomos application. Follow the steps below to get started.
To download the application, visit the Releases page. You will find all the versions of the software there.
Before running nomos, ensure you have the following requirements:
If you do not have Python installed, you can download it from the official Python website.
Once you have downloaded the software, follow these steps to install it:
nomos files.Install the required packages by running:
pip install -r requirements.txt
This command will install all necessary libraries to run the application.
After installation, you can start using nomos to solve mathematical problems.
solve_agent.py file.Use the command below to run the application:
python solve_agent.py <problems_dir> [options]
problems_dir: This is the directory where your .md problem files are located. Make sure you specify the correct path.You can customize your run with several options:
| Flag | Default | Description |
|---|---|---|
-h |
Help message to display available commands. | |
-v |
false | Verbose mode to log detailed output. |
To use nomos, prepare your mathematical problems in Markdown files. Each file should end with the .md extension. Place these files in the problems_dir you specified in the command.
problems/
├── problem1.md
├── problem2.md
└── problem3.md
If you encounter issues or have questions, please feel free to reach out through our GitHub Issues page. Your feedback is valuable and helps us improve the software.
Now you are ready to solve mathematical problems effortlessly using nomos! Enjoy your experience.