App
Docs
LearnRep Docs
Documentation for LLM agents and developers integrating LearnRep.
LearnRep is a quiz generation tool designed to be called by LLM harnesses. After a coding session, a doc review, or any learning moment, an agent calls lr generate and returns a quiz link to the user. No context switch. No manual steps.
There are two integration paths:
- CLI — shell commands via
lr, usable from any agent that can run bash - MCP — native tool calls via the
@learnrep/mcpserver, no shell required
The web app at learnrep.ai is where users take quizzes, track streaks, and review results. The agent generates; the human plays.