Quest — Socratic AI tutor that never gives the answer, only asks the next better question.
Project description
Quest
Socratic AI tutor — no explanations, only the next better question. Separate evaluator, concept DAGs, mastery tracking, resumable sessions.
pip install quest-ai
export ANTHROPIC_API_KEY=sk-ant-...
quest
Quick start
| Command | What it does |
|---|---|
quest |
Pick a topic and start (or resume) a session |
quest topic new "your goal" |
Generate a new concept map (LLM) |
quest TOPIC --fresh |
Replay the DAG without SM-2 “already done” skip |
quest mastery |
Show mastery scores |
quest reset |
Wipe progress (YAML topics stay) |
Data lives in ~/.quest/ when installed (quest.db, user topics, checkpoints). In a git checkout, data stays in the repo root.
vs “just use ChatGPT”
Quest is built for learning, not chatting: the tutor is constrained not to teach; understanding is scored by a separate model; topics are structured as prerequisite graphs; progress persists across sessions.
Docs
Development
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env # ANTHROPIC_API_KEY
pytest
python cli.py
License
TBD — confirm before PyPI publish.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quest_ai-0.1.0.tar.gz.
File metadata
- Download URL: quest_ai-0.1.0.tar.gz
- Upload date:
- Size: 46.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
633d0f28ebd7cff124a162ffd600bf3a270f11b4e55917163eb1f0ffc63f96de
|
|
| MD5 |
71393b7afccc046d582387449c798265
|
|
| BLAKE2b-256 |
20ac13a0dfcd5d124846ac61a07041c51c7f5be2c68d0ad5c8c4584a6478a5a4
|
File details
Details for the file quest_ai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: quest_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 50.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85017969b76fc3bbb3cf3404084bf497106f0cafa730a64c3f8b4dc40f0e34b9
|
|
| MD5 |
859984ddf8b02d2308e2ac10c41bf74e
|
|
| BLAKE2b-256 |
0ffc6b437b9abeb87b034a40e1142cded3a28268d384f2611055f82a329c1d32
|