A curated collection of modular Agentic AI workflows - from automation pipelines to multi-step reasoning agents, tools, planners, orchestrators, and intelligent task executors.
Agentic-AI-Workflows is a centralized library of reusable, modular, plug-and-play AI workflows built around:
- ➰ Reasoning loops (ReAct, Reflexion, Tree-of-Thought, etc.)
- 🛠️ Tool-using agents & API-calling agents
- 🧠 Planning, orchestration, and delegation systems
- 🚀 Automation workflows for real tasks
- 🗃️ Domain-specific agent configurations (RAG, research agents, code agents, etc.)
- ♻️ Reusable workflow components for building custom agent architectures
This repository serves as a knowledge base + template library + implementation hub for rapidly building and deploying intelligent, autonomous systems.
📌 Every workflow is self-contained.
Each subdirectory can include:
README.mdfor the workflowmain.pyorrun.pyagent.json/config.yamltools/,memory/, orcomponents/
Build complex AI systems using small reusable components:
- Agents
- Tools
- Memory modules
- Controllers
- Workflow steps
- Planners
Combine them like LEGO blocks.
This library includes workflows built using:
- ReAct (Reason + Act)
- Reflexion (self-critique loops)
- Tree of Thought (ToT)
- Graph-based agent routing
- Planner–executor architectures
- Multi-agent collaboration
- Long-running task automation
Workflows can include:
- Web search
- Browser automations
- API calls
- Document parsing
- Code generation & execution
- Data transformations
- Task automation
- Research pipelines
Each workflow folder can act as a standalone template you can clone and customize:
- Research assistant
- Coding assistant
- Data analysis agent
- Workflow automation bot
- Task planner
- RAG or Graph RAG reasoning agent
- Multi-tool executor
Workflows are built with traceability in mind:
- Step-by-step logs
- Chain-of-thought visualization (when allowed)
- Tool response logging
- Failure recovery hooks
- Simulation mode / dry run mode
This repository promotes:
✔ Agentic Modularity
Each flow stands alone but shares common principles.
✔ Reusability
Copy → modify → deploy any workflow.
✔ Extensibility
Every directory can be extended with:
• more tools
• deeper pipelines
• multi-agent collaboration
• memory & knowledge retrieval
✔ Transparency
Human-readable configs & simple code structures.
git clone https://github.com/kalpthakkar/Agentic-AI-Workflows.gitcd Agentic-AI-WorkflowsWelcome to contribute:
- New workflows
- Improvements to core components
- Bug fixes
- Documentation contributions
To contribute:
-
Forkrepositoryhttps://github.com/kalpthakkar/Agentic-AI-Workflows/fork
-
Create a
branch:git checkout -b feature-xyz
-
Commityour changes# Stage changes git add . # Commit git commit -m "Your message" # Push the new branch git push -u origin feature-xyz
-
Submit a
Pull Requestgh pr create --fill
🧠 Add LLM-agnostic agent templates
🧩 Add GUI for configuring workflows
🌍 Add cloud-native deployment patterns
🔗 Integrate vector databases for long-term memory
🛠 Add advanced multi-agent orchestration modules
📚 Provide more real-world workflow recipes
For any inquiries or support, please contact:
- Kalp Thakkar - kalpthakkar2001@gmail.com
- GitHub: kalpthakkar
- LinkedIn: kalpthakkar
