/llmake

Primary LanguagePythonApache License 2.0Apache-2.0

Python compat PyPi GHA Status Coverage Documentation Status


llmake is a

Features

Installation

llmake requires Python >=3.8 and can be installed via:

python -m pip install git+https://github.com/smy20011/llmake.git

Usage

import llmake

Roadmap

  • Create subcommands for each step
    • llmake create-template
    • llmake fetch-context
    • llmake query
  • Support ninja build file generation
  • Test cases
  • Add more detailed documentation