Skip to content

My study on Agentic AI architectures and workflow patterns used in real-world systems like research agents, coding agents, and orchestration frameworks.

Notifications You must be signed in to change notification settings

Tanvik-hub/Agentic-Ai-Design-Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🧩 Agentic AI Design Patterns

A structured reference of modern Agentic AI workflows, architectures, and orchestration patterns.


👤 Single-Agent System

A single model completes the entire task using tools and a system prompt.
Best for simple workflows, prototypes, and low-complexity automation. image

🤝 Multi-Agent System

Multiple specialized agents cooperate by splitting a larger goal.
Useful for tasks requiring diverse skill sets, tools, or contexts.


⚙️ Deterministic Workflows

➡️ Sequential Pattern

Agents execute in a strict, linear order.
Ideal for predictable, step-by-step pipelines. image

🔀 Parallel Pattern

Multiple agents run simultaneously on the same input.
Speeds up processing but requires result resolution. image

🔄 Loop Pattern

An agent repeats actions until a condition is met.
Great for monitoring, retries, and state-based workflows. image


🔁 Iterative & Quality Patterns

🧠 ReAct Pattern

The agent alternates between reasoning (“thought”) and tools (“action”).
Enables multi-step navigation, planning, and adaptive behavior. image

🧐 Review & Critique Pattern

One agent generates outputs while another critiques them.
Ensures quality control for code, legal text, and risk-sensitive work.

💎 Iterative Refinement Pattern

Content is improved across multiple feedback cycles.
Works well for creative, complex, or polishing-heavy tasks.


🧭 Dynamic Orchestration Patterns

🧭 Coordinator Pattern

A central manager decides which specialist agent should handle the task.
Flexible and adaptive for routing-based workflows. image

🌳 Hierarchical Task Decomposition

A root agent breaks a large goal into subgoals handled by lower agents.
Strong for big, ambiguous, multi-stage objectives.

🐝 Swarm Pattern

Agents collaborate as peers without a central controller.
Useful for brainstorming and divergent thinking, though costlier.


✋ Safety Pattern

Human-In-The-Loop (HITL)

Execution pauses until a human approves the next step.
Critical for sensitive operations like deployments, refunds, or deletions. image

About

My study on Agentic AI architectures and workflow patterns used in real-world systems like research agents, coding agents, and orchestration frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published