Description:
This n8n workflow implements a modular multi-agent AI orchestration system for the collaborative generation of Markdown-based handbooks.
Inspired by peer learning and open publishing workflows, it simulates a content pipeline where AI agents (e.g. Summarizer, Synthesizer, Sensemaking Agent, Peer Reviewer) act in well-defined roles — enabling true AI–human co-creation and iterative refinement.
This project is part of Pyragogy — an open framework dedicated to ethical cognitive co-creation, peer AI–human learning, and human-in-the-loop automation for open knowledge systems.
pyragogy_master_workflow.json
into your n8n instance..env.template
included in the repo) — e.g. API base, database, GitHub, email.Send a sample payload to your webhook URL:(/webhook/pyragogy/process
):
{
"title": "History of Peer Learning",
"text": "Peer learning is an educational approach where students learn from and with each other...",
"tags": ["education", "pedagogy"],
"requireHitl": true
}
Observe the dynamic loop:
orchestrate → assign → generate → review (AI/human) → store
📚 Full documentation, contribution guidelines, and API structure available here:
🔗 GitHub – pyragogy-handbook-n8n-workflow
🧠 Ideal for:
🔁 This workflow is open-source and community-driven.
We warmly invite you to improve it, remix it, adapt it to your use case — and share it back.