π€ LLM Application Patterns Production-ready patterns for building LLM applications, inspired by Dify and industry best practices. When to Use This Skill Use this skill when: - Designing LLM-powered applications - Implementing RAG (Retrieval-Augmented Generation) - Building AI agents with tools - Setting up LLMOps monitoring - Choosing between agent architectures --- 1. RAG Pipeline Architecture Overview RAG (Retrieval-Augmented Generation) grounds LLM responses in your data. 1.1 Document Ingestion 1.2 Embedding & Storage 1.3 Retrieval Strategies 1.4 Generation with Context --- 2. Agent Archiβ¦