Skip to main content
ClaudeWave
NirDiamant avatar
NirDiamant

agents-towards-production

Ver en GitHub

End-to-end, code-first tutorials for building production-grade GenAI agents. From prototype to enterprise deployment.

Subagents20.7k estrellas2.8k forksJupyter NotebookNOASSERTIONActualizado yesterday
Nota editorial

Agents Towards Production is a collection of 28 Jupyter Notebook tutorials teaching developers how to build and ship GenAI agents in real-world environments. The tutorials cover LangGraph stateful workflows, Redis-backed vector memory, real-time web search API integration, Docker and FastAPI deployment, security guardrails, GPU scaling, browser automation, fine-tuning, multi-agent coordination, LLM observability, evaluation pipelines, and UI development. Claude and other LLMs connect through standard APIs and MCP, with several tutorials addressing MCP-based agent tooling directly. Sponsor-contributed notebooks from LangChain, Redis, and Contextual AI provide worked examples that go beyond toy demos, including a dedicated RAG tutorial using Contextual AI's retrieval stack. The repository targets ML engineers and backend developers who need to move agents past the prototype stage into containerized, monitored, production deployments. A notable detail is that each tutorial is code-first and self-contained inside a notebook, making the progression from local experimentation to enterprise infrastructure traceable step by step.

ClaudeWave Trust Score
95/100
Verified
Passed
  • License: NOASSERTION
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/NirDiamant/agents-towards-production && cp agents-towards-production/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Casos de uso

Resumen de Subagents

<div align="center">

# Agents Towards Production

### _The open-source playbook for turning AI agents into real-world products._

**Agents Towards Production is your go‑to resource for building production‑ready GenAI agents that scale from prototype to enterprise.** Tutorials cover stateful workflows, vector memory, real‑time web search APIs, Docker deployment, FastAPI endpoints, security guardrails, GPU scaling, browser automation, fine‑tuning, multi‑agent coordination, observability, evaluation, and UI development.

### ⭐ **If you find value in this project, PLEASE STAR IT to help others discover these tutorials!** 

<!-- SEO Keywords: generative ai agents, production deployment, langgraph, langchain, rag, retrieval augmented generation, memory, observability, guardrails, gpu deployment, orchestration, multi agent, prompt engineering, tutorials, guide -->

[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue)](https://www.linkedin.com/in/nir-diamant-759323134/)
[![Twitter](https://img.shields.io/twitter/follow/NirDiamantAI?label=Follow%20@NirDiamantAI&style=social)](https://twitter.com/NirDiamantAI)
[![Discord](https://img.shields.io/badge/Discord-Join%20our%20community-7289da?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/cA6Aa4uyDX)
[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4)](https://github.com/sponsors/NirDiamant)

</div>

---

## 🎓 From prototype to production, as a method

<div align="center">

**[Prompt to Production](https://europe-west1-rag-techniques-views-tracker.cloudfunctions.net/rag-techniques-tracker?notebook=agents-towards-production--readme&click=course-waitlist-cta&target=https%3A%2F%2Fdiamant-ai.com%2Fcourse-waitlist%3Futm_source%3Dgithub%26utm_medium%3Dreadme%26utm_campaign%3Dagents-towards-production&retarget=0&text=course-waitlist-cta)** - my full course on building software with AI the way professionals do: the methods and paradigms behind reliable, efficient, modular production systems, taught systematically. 16 lectures, each with a hands-on lab, from your first structured prompt to a working production system.

**[Join the waiting list →](https://europe-west1-rag-techniques-views-tracker.cloudfunctions.net/rag-techniques-tracker?notebook=agents-towards-production--readme&click=course-waitlist-cta&target=https%3A%2F%2Fdiamant-ai.com%2Fcourse-waitlist%3Futm_source%3Dgithub%26utm_medium%3Dreadme%26utm_campaign%3Dagents-towards-production&retarget=0&text=course-waitlist-cta)** · everyone on the list locks in the founding price, lower than public launch

</div>


---

<div align="center">

> **28 production-grade tutorials** covering stateful workflows, vector memory, web search APIs, Docker deployment, security guardrails, GPU scaling, multi-agent coordination, and more.

## 💎 Tutorial Sponsors

<p align="center"><em>
Companies that have contributed step-by-step tutorials to this repository.<br>
Click a logo to open the tutorial. Use Ctrl‑/⌘‑click to keep this page open.
</em></p>

<!-- ─────────── 1st row – 4 sponsors ─────────── -->
<table align="center" cellpadding="20"
       style="table-layout:fixed; width:100%; border-collapse:collapse;">
<tr align="center" valign="top">

  <!-- LangChain -->
  <td width="200" valign="bottom">
    <a href="tutorials/LangGraph-agent" title="Open LangChain tutorial">
      <picture>
        <source media="(prefers-color-scheme: dark)"
                srcset="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_langchain_white.png">
        <img src="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_langchain.png"
             height="44" style="max-width:180px;" alt="LangChain - AI agent framework and workflow orchestration platform for building production-ready language model applications">
      </picture>
    </a><br>
    <sub><span style="white-space:nowrap;">Agent Framework &amp; Workflows</span><br>
      <a href="https://langchain.com">
        <img src="assets/repos_images/visit-site-badge.svg" width="56" height="16" alt="Visit LangChain AI agent framework website">
      </a>
    </sub>
  </td>

  <!-- Redis -->
  <td width="200" valign="bottom">
    <a href="tutorials/agent-memory-with-redis" title="Open Redis tutorial">
      <picture>
        <source media="(prefers-color-scheme: dark)"
                srcset="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_Redis_white.svg">
        <img src="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_Redis.png"
             height="44" style="max-width:180px;" alt="Redis - In-memory database and vector storage for AI agent memory, caching, and real-time data processing">
      </picture>
    </a><br>
    <sub><span style="white-space:nowrap;">Memory &amp; Vector Database</span><br>
      <a href="https://redis.io/try-free/?utm_source=nir&utm_medium=cpa&utm_campaign=2025-05-ai_in_production-influencer-nir&utm_content=sd-software_download-7013z000001WaRY">
        <img src="assets/repos_images/visit-site-badge.svg" width="56" height="16" alt="Visit Redis in-memory database and vector storage website">
      </a>
    </sub>
  </td>

  <!-- Contextual AI -->
  <td width="200" valign="bottom">
    <a href="tutorials/agent-RAG-with-Contextual" title="Open Contextual AI tutorial">
      <picture>
        <source media="(prefers-color-scheme: dark)"
                srcset="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_contextual_white.png">
        <img src="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_contextual_black.png"
             height="44" style="max-width:180px;" alt="Contextual AI - Production-ready RAG platform for building enterprise-grade retrieval augmented generation systems">
      </picture>
    </a><br>
    <sub><span style="white-space:nowrap;">RAG &amp; Knowledge Management</span><br>
      <a href="https://app.contextual.ai/?utm_campaign=agents-towards-production&utm_source=diamantai&utm_medium=github&utm_content=notebook">
        <img src="assets/repos_images/visit-site-badge.svg" width="56" height="16" alt="Visit Contextual AI RAG platform website">
      </a>
    </sub>
  </td>

  <!-- Bright Data -->
  <td width="200" valign="bottom">
    <a href="tutorials/agent-with-brightdata" title="Open Bright Data tutorial">
      <picture>
        <source media="(prefers-color-scheme: dark)"
                srcset="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_brightdata_white.svg">
        <img src="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_brightdata.png"
             height="44" style="max-width:180px;" alt="Bright Data - Web scraping and data collection platform for AI training and agent data gathering">
      </picture>
    </a><br>
    <sub><span style="white-space:nowrap;">Web Data Platform</span><br>
      <a href="https://brightdata.com/ai?utm_source=brand&utm_campaign=brnd-mkt_github_nirdiamant_logo">
        <img src="assets/repos_images/visit-site-badge.svg" width="56" height="16" alt="Visit Bright Data web scraping platform website">
      </a>
    </sub>
  </td>
  
  
</tr>
</table>

<!-- ─────────── 2nd row – 3 sponsors ─────────── -->
<table align="center" cellpadding="20"
       style="table-layout:fixed; width:100%; margin-top:16px; border-collapse:collapse;">
<tr align="center" valign="top">

  <!-- Tavily -->
  <td width="200" valign="bottom">
    <a href="tutorials/agent-with-tavily-web-access" title="Open Tavily tutorial">
      <picture>
        <source media="(prefers-color-scheme: dark)"
                srcset="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_tavily_white.png">
        <img src="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_tavily.png"
             height="44" style="max-width:180px;" alt="Tavily - Real-time web search API for AI agents with intelligent content extraction and summarization">
      </picture>
    </a><br>
    <sub><span style="white-space:nowrap;">Real‑time Web Search API</span><br>
      <a href="https://app.tavily.com/home/?utm_source=github&utm_medium=referral&utm_campaign=nir_diamant">
        <img src="assets/repos_images/visit-site-badge.svg" width="56" height="16" alt="Visit Tavily real-time web search API website">
      </a>
    </sub>
  </td>

  <!-- Arcade -->
  <td width="200" valign="bottom">
    <a href="tutorials/arcade-secure-tool-calling" title="Open Arcade tutorial">
      <picture>
        <source media="(prefers-color-scheme: dark)"
                srcset="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_arcade_white_tight.png">
        <img src="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_arcade_black.png"
             height="44" style="max-width:180px;" alt="Arcade - Multi-user tool calling platform for secure OAuth2 authentication and human-in-the-loop safety controls">
      </picture>
    </a><br>
    <sub><span style="white-space:nowrap;">MCP Runtime</span><br>
      <a href="https://docs.arcade.dev/en/home?utm_source=github&utm_medium=paid_sponsorship&utm_campaign=agents_toward_prod&utm_content=readme_placement">
        <img src="assets/repos_images/visit-site-badge.svg" width="56" height="16" alt="Visit Arcade multi-user tool integration platform website">
      </a>
    </sub>
  </td>

  <!-- JetBrains -->
  <td width="200" valign="bottom">
    <a href="tutorials/kotlin-agent-with-koog" title="Open JetBrains Koog tutorial">
      <picture>
        <source media="(prefers-color-scheme: dark)"
                srcset="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_jetbrains_white.svg">
        <img src="assets/repos_images/sponsors_logos/trimmed_padded/trimmed_padded_jetbrains.png"
             height="44" style="max-width:180px;" alt="JetBrains - Creator of Kotlin and the Koog AI agent framework for building intelligent applications on the JVM">
      </picture>
    </a><br>
    <su
agentagent-frameworkagentic-aiagentsai-agentsdeploymentgenaigenerative-ailanggraphllmllmsmcpmlopsmulti-agent-systemsobservabilityproductionpythonragtutorials

Lo que la gente pregunta sobre agents-towards-production

¿Qué es NirDiamant/agents-towards-production?

+

NirDiamant/agents-towards-production es subagents para el ecosistema de Claude AI. End-to-end, code-first tutorials for building production-grade GenAI agents. From prototype to enterprise deployment. Tiene 20.7k estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala agents-towards-production?

+

Puedes instalar agents-towards-production clonando el repositorio (https://github.com/NirDiamant/agents-towards-production) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar NirDiamant/agents-towards-production?

+

Nuestro agente de seguridad ha analizado NirDiamant/agents-towards-production y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene NirDiamant/agents-towards-production?

+

NirDiamant/agents-towards-production es mantenido por NirDiamant. La última actividad registrada en GitHub es de yesterday, con 8 issues abiertos.

¿Hay alternativas a agents-towards-production?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega agents-towards-production en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: NirDiamant/agents-towards-production
[![Featured on ClaudeWave](https://claudewave.com/api/badge/nirdiamant-agents-towards-production)](https://claudewave.com/repo/nirdiamant-agents-towards-production)
<a href="https://claudewave.com/repo/nirdiamant-agents-towards-production"><img src="https://claudewave.com/api/badge/nirdiamant-agents-towards-production" alt="Featured on ClaudeWave: NirDiamant/agents-towards-production" width="320" height="64" /></a>