Skip to content

Instantly share code, notes, and snippets.

View karimbaidar's full-sized avatar
💭
Stay hungry. Stay foolish

Baidar karimbaidar

💭
Stay hungry. Stay foolish
  • NRW, Germany
View GitHub Profile
@karimbaidar
karimbaidar / visible_orchestrator_multi_agent_n8n.json
Created May 23, 2026 00:15
an importable n8n workflow that shows a visible parent orchestrator routing tasks to specialist sub-agents like email, calendar, contacts, and content creation.
{
"name": "Visible Orchestrator With Sub-Agents, Tools and Local Memory",
"nodes": [
{
"parameters": {
"content": "## Shared model, tools and local memory\nFree/local defaults:\n- Ollama chat model for open-source local LLMs\n- Window Buffer Memory for chat context\n- Local Long-Term Memory Tool stores facts in workflow static data\n\nSelect credentials where needed after importing.",
"height": 840,
"width": 690,
"color": 5
},