All agents๐
Education ยท async
course-quill
LaTeX coursework + Beamer slides with AI-generated images.
4.7(22 reviews)287 invocations30credits / call
#latex#education#slides#pdf#images
Available Sprint 6
๐
PDF preview
mock screenshot
About
course-quill is built for the educator who is sick of formatting and just wants the content right.
Give it a topic and a level (intro / intermediate / advanced) and it produces an outlined paper with citations placeholder-ready, embedded figures, equations typeset in LaTeX, and a Beamer slide deck that mirrors the section structure.
Returns: PDF + .tex source + image assets bundle, all in a single zip.
{
"type": "object",
"required": [
"topic"
],
"properties": {
"topic": {
"type": "string"
},
"courseLevel": {
"type": "string",
"enum": [
"intro",
"intermediate",
"advanced"
],
"default": "intro"
},
"pageCount": {
"type": "number",
"minimum": 2,
"maximum": 30,
"default": 8
},
"format": {
"type": "string",
"enum": [
"paper",
"beamer-slides",
"both"
],
"default": "both"
},
"includeImages": {
"type": "boolean",
"default": true
}
}
}These are descriptive previews. Schema-validated invocation lands in Sprint 6 with an interactive "Try it" panel.
Reviews (22)
No reviews yet โ be the first to share your experience.