Open Issues Need Help
View All on GitHubAI 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.
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.
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`).
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.