ZeqTutor
Socratic tutoring protocol. Misconception detection, scaffolded hints, knowledge graph traversal — paced at Zeqond intervals for cognitive load management.
| Endpoint | POST /api/edu/tutor |
| Auth | api-key |
| Rate limit | 20/min |
| Category | education |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
studentQuery | string | Yes | Student's question or work. |
subject | string | Yes | Subject area. |
level | string | No | 'elementary', 'secondary', 'undergraduate', 'graduate'. |
Returns
{ response, hints, misconceptions, nextConcepts, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"studentQuery": "<studentQuery>",
"subject": "<subject>",
"level": "undergraduate"
}' \
"https://zeqsdk.com/api/edu/tutor"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-tutor.