Skip to content

Introduction to ArtemisKit

ArtemisKit is an open-source toolkit for evaluating LLM applications. It provides systematic testing for:

  • Quality Assurance — Test prompts and responses with scenario-based testing
  • Security — Red team your LLM for vulnerabilities
  • Performance — Stress test under load

ArtemisKit is available as multiple packages:

Packagenpm NameDescription
CLI@artemiskit/cliCommand-line interface (artemiskit, akit)
Core@artemiskit/coreCore library (coming soon)

CLI (@artemiskit/cli)

Best for most users. Run evaluations from the command line, integrate with CI/CD, and generate reports.

Get started →

API (@artemiskit/core)

For embedding evaluations in your own code, test frameworks (Jest, Vitest), or custom tooling. Coming in v0.2.0.

Learn more →

Terminal window
# Install
npm install -g @artemiskit/cli
# Run a scenario
akit run scenarios/hello-world.yaml