# evalflow ## Docs - [CircleCI](https://emartai.mintlify.app/ci/circleci.md): Run the evalflow quality gate in CircleCI and block merges when quality regresses. - [GitHub Actions](https://emartai.mintlify.app/ci/github-actions.md): Block pull requests automatically when prompt quality regresses. - [GitLab CI](https://emartai.mintlify.app/ci/gitlab.md): Run the evalflow quality gate in GitLab CI and fail the pipeline on regressions. - [Eval methods](https://emartai.mintlify.app/concepts/eval-methods.md): Pick the right evaluation method for the output you want to protect. - [Prompt registry](https://emartai.mintlify.app/concepts/prompt-registry.md): Store, version, and promote prompts through a reviewable lifecycle — the same way you manage code. - [Quality gate](https://emartai.mintlify.app/concepts/quality-gate.md): How evalflow decides whether a run passes, fails, or errors — and what that means for your CI pipeline. - [evalflow](https://emartai.mintlify.app/introduction.md): pytest for LLMs — catch prompt regressions before they reach production - [Anthropic](https://emartai.mintlify.app/providers/anthropic.md): Configure evalflow to run evals against Anthropic Claude models. - [Gemini](https://emartai.mintlify.app/providers/gemini.md): Configure evalflow to run evals against Google Gemini models. - [Groq](https://emartai.mintlify.app/providers/groq.md): Configure evalflow to run fast, low-cost evals using Groq's inference API. - [Ollama](https://emartai.mintlify.app/providers/ollama.md): Configure evalflow to run evals locally using Ollama — no API key required. - [OpenAI](https://emartai.mintlify.app/providers/openai.md): Configure evalflow to run evals against OpenAI models. - [Quick Start](https://emartai.mintlify.app/quickstart.md): Install evalflow and run your first LLM quality gate in 10 minutes. - [CLI](https://emartai.mintlify.app/reference/cli.md): Complete reference for every evalflow command and flag. - [Configuration](https://emartai.mintlify.app/reference/configuration.md): Reference for evalflow.yaml, the main project configuration file. - [Dataset schema](https://emartai.mintlify.app/reference/dataset-schema.md): Reference for evals/dataset.json, the file that defines your test cases. - [Examples](https://emartai.mintlify.app/reference/examples.md): Starter projects you can copy to bootstrap common evalflow setups.