# {{name}}

{{description}}

> **Education / Tutoring** — Tutor → explain → quiz → grade, over per-learner mastery memory with an abstain-not-hallucinate policy.
>
> Generated with [`create-agent-harness`](https://github.com/ruvnet/agent-harness-generator). Multi-host scaffolding with a kernel that resolves native → wasm → js (js backend in the published beta; see `harness doctor`).

## Install

```bash
npm install -g {{name}}
{{name}} init
{{name}} doctor
```

## Agents

| Agent | Role |
|---|---|
| `tutor` | Picks the next concept to teach from the learner's mastery map. |
| `explainer` | Explains the picked concept at the right depth. |
| `quiz-master` | Generates calibrated quiz items. |
| `grader` | Grades open-ended responses against the hidden rubric. |

This harness ships with the **{{host}}** adapter.

## License

MIT
