nibzard/awesome-agentic-patterns

A curated catalogue of awesome agentic AI patterns

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Type:Curated List / Learning ResourceCategory(s):Agent Frameworks & SDKsRAG, Knowledge & MemoryAI Agents & LLM Apps
Added to GitGenius on September 13th, 2026
Created on May 31st, 2025
Open Issues & Pull Requests: 10 (+0)
GitHub issues: Enabled
Number of forks: 468
Total Stargazers: 4,961 (+0)
Total Subscribers: 37 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.4 days
Mean response time: 18.9 days
90th percentile: 54.5 days
Tracked items: 17

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 29% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 17 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Awesome Agentic Patterns is a curated catalogue of production-ready AI agent design patterns.

The project addresses the gap between toy tutorials and real-world agent deployments by collecting repeatable patterns that help autonomous and semi-autonomous AI agents accomplish useful work. Each pattern must be repeatable across multiple teams, agent-centric in improving how agents sense reason or act, and traceable to a public reference such as a blog post talk repository or paper. The catalogue organizes patterns into eight categories including Context & Memory, Feedback Loops, Learning & Adaptation, Orchestration & Control, Reliability & Eval, Security & Safety, Tool Use & Environment, and UX & Collaboration.

Developers building production agents should use this resource to discover and compare proven approaches rather than inventing solutions from scratch. The project suits teams shipping autonomous systems who need concrete reference implementations and architectural guidance. The accompanying website at agentic-patterns.com provides discovery tools beyond the README including a pattern explorer with filtering and search, a side-by-side comparison tool, an interactive decision guide, graph visualization of pattern relationships, curated pattern packs for common agent architectures, and developer guides on pattern selection.

The project maintains an actively curated collection with patterns stored in a structured folder system that auto-generates the README tables, indicating ongoing maintenance and organization. The codebase is built with Astro and deployed on Vercel with source code in the apps/web directory, showing a modern web-first approach to making patterns discoverable. The README explicitly invites community contributions through pull requests and notes that categories remain fluid, suggesting the maintainers view the taxonomy as evolving with community input.