Skip to content

Agentic-AI-Workflows is a curated library of modular agentic pipelines featuring autonomous reasoning loops, tool-using agents, planners, memory systems, and multi-step automation flows to help you rapidly build powerful, real-world AI agent workflows.

Notifications You must be signed in to change notification settings

kalpthakkar/Agentic-AI-Workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🤖 Agentic-AI-Workflows
A Modular Library of Agentic Intelligence Pipelines

A curated collection of modular Agentic AI workflows - from automation pipelines to multi-step reasoning agents, tools, planners, orchestrators, and intelligent task executors.


HERO


🌟 Overview

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.md for the workflow
  • main.py or run.py
  • agent.json / config.yaml
  • tools/, memory/, or components/

🚀 Key Highlights

🧩 1. Modular & Composable

Build complex AI systems using small reusable components:

  • Agents
  • Tools
  • Memory modules
  • Controllers
  • Workflow steps
  • Planners

Combine them like LEGO blocks.


🧬 2. Support for Multiple Agentic Patterns

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

3. Real-World Ready

Workflows can include:

  • Web search
  • Browser automations
  • API calls
  • Document parsing
  • Code generation & execution
  • Data transformations
  • Task automation
  • Research pipelines

📦 4. Pre-configured Templates

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

🧪 5. Transparent, Traceable, Debuggable

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

🧠 Philosophy

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.


🏁 Getting Started

📥 Clone the Repo

git clone https://github.com/kalpthakkar/Agentic-AI-Workflows.git
cd Agentic-AI-Workflows

🤝 Contributing

Welcome to contribute:

  • New workflows
  • Improvements to core components
  • Bug fixes
  • Documentation contributions

To contribute:

  • Fork repository

    https://github.com/kalpthakkar/Agentic-AI-Workflows/fork
  • Create a branch:

    git checkout -b feature-xyz
  • Commit your changes

    # Stage changes
    git add .
    
    # Commit
    git commit -m "Your message"
    
    # Push the new branch
    git push -u origin feature-xyz
  • Submit a Pull Request

    gh pr create --fill

🌱 Future Roadmap

🧠 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


📞 Contact

For any inquiries or support, please contact:

⚡ Let's Automate the Future. ⚡

About

Agentic-AI-Workflows is a curated library of modular agentic pipelines featuring autonomous reasoning loops, tool-using agents, planners, memory systems, and multi-step automation flows to help you rapidly build powerful, real-world AI agent workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published