# Awesome Agentic Patterns — Practical Blueprints > awesome-agentic-patterns is a curated catalogue of reusable agent patterns covering planning, tool use, memory, evaluation, and safety loops. ## Install Copy the content below into your project: ## Quick Use ```bash git clone https://github.com/nibzard/awesome-agentic-patterns && cd awesome-agentic-patterns rg -n "memory|eval|tool|planner" -S README* | head open README.md ``` ## Intro awesome-agentic-patterns is a curated catalogue of reusable agent patterns covering planning, tool use, memory, evaluation, and safety loops. **Best for:** engineers implementing agents who want reusable patterns and checklists **Works with:** tool-calling agents, memory/RAG, planning loops, eval pipelines, safety guardrails **Setup time:** 5-10 minutes ### Key facts (verified) - GitHub: 4516 stars · 401 forks · pushed 2026-05-07. - License: Apache-2.0 · Owner avatar and repo URL verified via GitHub API. - README-verified entrypoint: `git clone https://github.com/nibzard/awesome-agentic-patterns && cd awesome-agentic-patterns`. ## Main - Use patterns as scaffolding: copy one pattern into your codebase, then measure outcomes before adding more. - Treat the catalogue as a shared vocabulary so your team can debate designs faster. - Quantitatively, reuse lowers iteration time because you start from known-good loops. ### Source-backed notes - Repo description calls it a curated catalogue of agentic AI patterns. - The repository is Apache-2.0 licensed (verified via GitHub metadata). - Recent pushes and star count suggest active interest and maintenance. ### FAQ - **Is it a framework?**: No. It’s a curated list of patterns and references. - **How do I start?**: Pick one pattern (memory/eval/tool loop) and implement it end-to-end. - **How do I avoid cargo-culting?**: Add one pattern at a time and measure whether it improves outcomes. ## Source & Thanks > Source: https://github.com/nibzard/awesome-agentic-patterns > License: Apache-2.0 > GitHub stars: 4516 · forks: 401 ## Quick Use ```bash git clone https://github.com/nibzard/awesome-agentic-patterns && cd awesome-agentic-patterns rg -n "memory|eval|tool|planner" -S README* | head open README.md ``` ## Intro awesome-agentic-patterns 是可复用的 agentic AI pattern 资料库:把规划、工具调用、记忆、评测与安全回路等常见模式整理成可直接参考的蓝图,用于快速搭建与对齐团队实现。 **Best for:** 实现 agent 的工程团队,需要可复用模式与检查清单 **Works with:** 工具调用 agent、记忆/RAG、规划循环、评测流水线、安全护栏 **Setup time:** 5-10 minutes ### Key facts (verified) - GitHub:4516 stars · 401 forks;最近更新 2026-05-07。 - 许可证:Apache-2.0;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中核对过的入口命令:`git clone https://github.com/nibzard/awesome-agentic-patterns && cd awesome-agentic-patterns`。 ## Main - 把 patterns 当脚手架:先复制一个模式落地,再用指标验证效果,最后再叠加更多模式。 - 它也能作为团队共同语言,让设计讨论更快进入同一坐标系。 - 量化收益在于减少迭代时间:复用成熟回路更快收敛。 ### Source-backed notes - 仓库描述将其定位为 agentic AI patterns 的 curated catalogue。 - GitHub 元数据确认其 Apache-2.0 许可证。 - 近期更新与 stars 反映出持续关注与维护。 ### FAQ - **它是框架吗?**:不是。它是模式与参考资料的 curated list。 - **怎么开始?**:选一个模式做一次端到端实现。 - **如何避免照抄?**:一次只引入一个模式,并用指标验证是否真的变好。 ## Source & Thanks > Source: https://github.com/nibzard/awesome-agentic-patterns > License: Apache-2.0 > GitHub stars: 4516 · forks: 401 --- Source: https://tokrepo.com/en/workflows/awesome-agentic-patterns-practical-blueprints Author: Agent Toolkit