Skip to content

kurashev/TaskMoonly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskMoonly

Installation

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

Model Setup

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 = ""

Notes

Make sure Ollama is properly installed and running on your system.

TaskMoonly is compatible with any model available via Ollama.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages