Components
Hosted path (recommended)
To get started, use the Akhara SDK and dashboard: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, installakhara and run a small script that creates an evaluation, waits on automated scoring, and exits non-zero if gates fail:
evaluations/regression_gate.yaml
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
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