Skip to main content
Akhara Evaluation is a stack, hosted product surfaces plus open-source tools you can run locally or inspect as source.

Components

To get started, use the Akhara SDK and dashboard:
Full pipeline wiring: CI/CD evaluations.

Local and CI suites

Use configuration-driven suites when you want versioned YAML in git, metric thresholds, and a non-zero exit when gates fail. In CI, install akhara and run a small script that creates an evaluation, waits on automated scoring, and exits non-zero if gates fail:
evaluations/regression_gate.yaml
See the full script and GitHub Actions / GitLab examples in the CI/CD tutorial. Open-source framework source lives at Akhara-AI/rubric-eval.

Adaptive rubric generation

Use when you do not yet have a hand-authored rubric. Point the tool at a knowledge folder and agent answers, it detects domain themes, generates a structured rubric, then scores outputs. Source: Akhara-AI/adaptive-eval. Clone the repo and follow its README for install and run commands. Typical inputs: a knowledge directory, agent answer file, and model choice. Outputs include dimension scores, per-criterion justifications, letter grades (penalty-based), and aggregate weakest/strongest areas. Rubrics follow a fixed JSON schema so results stay comparable across providers (litellm).

Eval dashboard

The dashboard is the review and operations surface:
  • Project / case organization
  • Upload → transcribe → evaluate pipelines (where applicable)
  • Rubric bank and audit-task flows
  • Reviewer metrics and case-level drill-down
Production app: https://app.akhara.ai
Source: https://github.com/Akhara-AI/rubric-app

When to use which

Next steps

CI/CD tutorial

Full GitHub Actions / GitLab wiring with quality gates

Quickstart

Hosted SDK path via app.akhara.ai