A production-grade, OpenAI-compatible API layer for local LLMs.

4 Open Issues Need Help Last updated: Aug 8, 2025

Open Issues Need Help

View All on GitHub
API Development LLM APIs

AI Summary: Add a new `/version` endpoint to the Artisan Engine API that returns the application's version number in JSON format. This involves creating a Pydantic model for the response, adding a new GET endpoint to the FastAPI application, and configuring it to return the version from the application's configuration.

Complexity: 2/5
enhancement good first issue api

A production-grade, OpenAI-compatible API layer for local LLMs.

Python
API Development LLM APIs

AI Summary: Create a new Python example script for Artisan Engine demonstrating a common task like data classification, code generation, or text summarization. The script should use the OpenAI-compatible endpoint, be well-commented, and easily runnable.

Complexity: 3/5
help wanted good first issue Python

A production-grade, OpenAI-compatible API layer for local LLMs.

Python
API Development LLM APIs

AI Summary: Create a CONTRIBUTING.md file for the Artisan Engine project. This file should include a welcome message, instructions on contributing (finding issues, forking, branching, pull requests), a link to the development setup instructions in the README, information on code style and linting (using ruff), and instructions for running tests (using `uv run pytest` or `pytest -v`).

Complexity: 2/5
documentation good first issue

A production-grade, OpenAI-compatible API layer for local LLMs.

Python
API Development LLM APIs

AI Summary: Create two GitHub issue templates: one for bug reports (including sections for bug description, reproduction steps, expected behavior, screenshots, and environment details) and another for feature requests (including sections for problem description, desired solution, and considered alternatives). These templates should be placed in a new `.github/ISSUE_TEMPLATE` directory.

Complexity: 2/5
documentation good first issue developer-experience

A production-grade, OpenAI-compatible API layer for local LLMs.

Python