Seeking Feedback: WeKnora Knowledge to OpenMAIC Classroom Workflow #515
peterchan2020
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi OpenMAIC community 👋
I’d love to share a new feature I’ve built for the OpenMAIC Classroom skill, and would greatly appreciate your feedback!
Key Updates:
Added support for concept-level micro-lesson creation by traversing WeKnora Wiki knowledge graphs. It converts every
conceptpage and its related entities into structured OpenMAIC requirements, enabling batch generation of targeted micro-classrooms.Added a two-stage script (
scripts/concept-to-requirement.py) that transforms concept graph materials into pedagogical design JSON → requirement strings. This is completely LLM/embedding-free, with clean entity sorting based on dependency order.SKILL.mdwith the full Phase 1.2 workflow for this new input source (Wiki read → script parse → sequential API call → manifest-based resume support).references/requirement-builder.md, defining standardized input/output structure and entity classification rules.Implemented checkpoint resume support to prevent large-scale classroom generation from failing unexpectedly.
PR Reference:
Tencent/WeKnora#1119
I’d especially value feedback on:
Thank you all for building such an amazing ecosystem! Looking forward to your thoughts 🙏
Beta Was this translation helpful? Give feedback.
All reactions