Clone the repository:
git clone https://github.com/kurashev/TaskMoonly
Set up a virtual environment and activate it:
python -m venv .venv && source .venv/bin/activate
Install the dependencies:
pip install -r requirements.txt
Start the development server:
langgraph dev
Install the required model using Ollama:
ollama run gemma3:4b
You can change the model by editing the following line in app/const.py:
MODEL_NAME = ""
You can also change the Ollama base URL in the same file:
OLLAMA_API_BASE_URL = ""
Make sure Ollama is properly installed and running on your system.
TaskMoonly is compatible with any model available via Ollama.