Add Plot Ark AI Curriculum Engine — multi-agent pipeline with Tavily + LightRAG + GPT-4o-mini#633
Closed
Schlaflied wants to merge 2 commits intoShubhamsaboo:mainfrom
Closed
Conversation
Contributor
|
Thanks for adding actual code this time. The 3-agent pipeline (Tavily research > LightRAG knowledge graph > GPT-4o-mini curriculum) is an interesting pattern. However, this PR can't be merged as-is for two reasons:
If you resubmit with a clean diff (just your folder + 1 README line) and remove the Plot Ark promotion, this could work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A self-contained tutorial for an agentic curriculum generation pipeline built on top of Plot Ark, an open-source EdTech project.
Folder:
advanced_ai_agents/multi_agent_apps/ai_curriculum_engine/How it works
Three agents run in sequence:
Files
ai_curriculum_engine.pyrequirements.txtstreamlit,openai,tavily-python,lightrag-hkuREADME.mdRun it
API keys: OpenAI + Tavily (enter in sidebar or set as env vars).
What makes this different
Most LLM apps generate course content from a prompt alone. This pipeline researches first, then generates — Tavily finds real academic sources, LightRAG extracts concept relationships, and the LLM uses both as grounding context. The result is curricula with real citations instead of hallucinated references.