Vše co existuje v LangGraph ekosystému - core, templates, agents, workflows, community
| # | Název projektu | Kategorie | Popis | KlĂÄŤovĂ© funkce |
|---|---|---|---|---|
| 1 | langgraph | Core | LangGraph core framework - stavebnĂ bloky pro agentic AI workflows | StateGraph, MessageGraph, Checkpointing, Streaming |
| 2 | langgraph-studio | Core | Visual debugger a editor pro LangGraph aplikace - IDE pro agenty | Visual Editor, Step Debugging, State Inspection |
| 3 | langgraph-platform | Core | Deployment platforma pro LangGraph apps - production orchestration | Deployment, Scaling, Monitoring, API Management |
| 4 | langgraph-cloud | Core | Managed hosting pro LangGraph aplikace - serverless deployment | Serverless, Auto-scaling, Managed Infrastructure |
| 5 | langgraph-swarm | Core | Multi-agent handoff patterns - agenti si předávajà práci mezi sebou | Handoff Pattern, Agent Routing, Context Transfer |
| 6 | langgraph-prebuilt | Core | Pre-built graph patterns - ready-to-use agent templates | create_react_agent, ToolNode, PrebuiltAgents |
| 7 | langgraph-checkpoint | Core | State persistence layer - checkpointing pro agent memory | InMemorySaver, PostgresSaver, RedisSaver |
| 8 | agent-service-toolkit | Toolkit | 10 production-ready pre-built agentů - okamžitě použitelné | 10 Agents, REST API, OpenAPI, Docker Ready |
| 9 | chatbot (AST) | Toolkit | Základnà chatbot agent s memory - conversational AI | Conversation, Memory, Context Management |
| 10 | research-assistant (AST) | Toolkit | Web research agent - automatické hledánà a analýza informacà | Web Search, Information Extraction, Report Generation |
| 11 | rag-assistant (AST) | Toolkit | RAG agent pro Q&A nad dokumenty - knowledge base agent | RAG, Vector Search, Document QA |
| 12 | command-agent (AST) | Toolkit | Agent s pĹ™Ăstupem k shell commands - system automation | Shell Access, System Commands, Automation |
| 13 | bg-task-agent (AST) | Toolkit | Background task executor - dlouhodobĂ© Ăşkoly běžĂcĂ na pozadĂ | Async Tasks, Background Jobs, Job Queue |
| 14 | langgraph-supervisor-agent (AST) | Toolkit | Supervisor orchestrace - koordinuje multiple sub-agents | Supervisor Pattern, Agent Coordination, Task Delegation |
| 15 | interrupt-agent (AST) | Toolkit | Human-in-the-loop agent - čeká na user approval před akcà | Human Approval, Interrupts, User Confirmation |
| 16 | knowledge-base-agent (AST) | Toolkit | Knowledge base management - správa dokumentů a knowledge | Knowledge Management, Document Indexing, Search |
| 17 | github-mcp-agent (AST) | Toolkit | GitHub automation agent - práce s GitHub API přes MCP | GitHub API, MCP Integration, Code Management |
| 18 | react-agent | Official | ReAct pattern agent - reasoning + acting cycle s tools | ReAct, Tool Calling, Iterative Reasoning |
| 19 | langgraph-reflection | Official | Reflection pattern - generate → critique → refine loop | Reflection, Self-Critique, Quality Control |
| 20 | langgraph-supervisor-py | Official | Supervisor multi-agent orchestration - centralizovanĂ˝ coordinator | Supervisor, Multi-Agent, Orchestration |
| 21 | retrieval-agent-template | Official | RAG template - Q&A nad dokumenty s vector search | RAG, Vector DB, Document QA |
| 22 | rag-research-agent-template | Official | Research agent kombinujĂcĂ RAG + web search | RAG, Web Research, Multi-Source |
| 23 | memory-agent | Official | KonverzaÄŤnĂ agent s long-term memory | Long-term Memory, Conversation History |
| 24 | langgraph-memory | Official | Memory service API - perzistentnà paměť jako služba | Memory Service, API, Persistence |
| 25 | data-enrichment | Official | Web scraping → strukturovaná JSON data | Web Scraping, Data Extraction, JSON Output |
| 26 | multi-modal-code-agent | Official | Multi-modal agent - práce s textem, kódem, obrázky, videi | Multi-Modal, Vision Models, Code + Images |
| 27 | streamlit-agent | Official | Streamlit UI template - rychlé web UI pro agenta | Streamlit, Chat UI, Web Interface |
| 28 | langgraph-guardrails-example | Official | Content moderation + guardrails - bezpečné AI odpovědi | Guardrails, Safety, Content Moderation, PII |
| 29 | new-langgraph-project | Template | Starter template - nový LangGraph projekt od základu | Project Scaffold, Best Practices, Studio Ready |
| 30 | langgraph-example | Template | MinimálnĂ pĹ™Ăklad - prvnĂ deploy do LangGraph Cloud | Minimal Example, Cloud Deploy, Hello World |
| 31 | fastapi-langgraph-agent-production-ready-template | Production | Production-ready FastAPI backend - auth, monitoring, security, DB | FastAPI, Auth, Rate Limit, Monitoring, Security |
| 32 | fast-agent-production-template | Production | RychlĂ˝ start pro production deployment - best practices built-in | Production Setup, CI/CD, Docker, Monitoring |
| 33 | dev-pro-agents | Community | AI-driven development workflow - hierarchical multi-agent systém | Hierarchical, Research, Coding, Testing, Docs |
| 34 | multi_agent_workflow_demo_in_langgraph | Community | Demo rĹŻznĂ˝ch orchestraÄŤnĂch patterns - supervisor, hierarchical, parallel | Supervisor, Hierarchical, Sequential, Parallel |
| 35 | langgraph-engineer | Community | AI generuje LangGraph aplikace - auto scaffolding CLI tool | Code Generation, CLI, Auto Scaffolding |
| 36 | awesome-LangGraph | Community | Kurátorovaný seznam všech LangGraph zdrojů - master katalog | Catalog, Templates, Guides, Community Projects |
| 37 | LangGraphProjects | Educational | Kniha: Build 50+ AI Agents for Business Success - 19 kapitol | 50+ Examples, Business Use Cases, 19 Chapters |
| 38 | langgraph-101 | Educational | Tutorial series - step-by-step praktickĂ© pĹ™Ăklady | Tutorials, Practical Examples, Real-World |
| 39 | plan-and-execute | Official | Plan → Execute pattern - plánovánà před akcà | Planning, Execution, Multi-Step Tasks |
| 40 | self-rag | Official | Self-RAG pattern - agent rozhoduje kdy pouĹľĂt retrieval | Self-RAG, Adaptive Retrieval, Smart Search |
| 41 | corrective-rag | Official | Corrective RAG - opravuje špatné retrieval výsledky | RAG, Error Correction, Quality Control |
| 42 | adaptive-rag | Official | Adaptive RAG - přizpůsobuje strategii podle query complexity | Adaptive, RAG, Query Analysis |
| 43 | agentic-rag | Official | Agentic RAG - agent aktivnÄ› Ĺ™ĂdĂ retrieval proces | Agentic RAG, Active Retrieval, Smart Search |
| 44 | multi-agent-collaboration | Official | Kolaborace mezi agenty - peer-to-peer communication | Multi-Agent, Collaboration, P2P Communication |
| 45 | hierarchical-agent-teams | Official | Hierarchické týmy - supervisor → sub-supervisors → workers | Hierarchical, Team Management, Nested Supervisors |
| 46 | agent-executor | Official | Executor pattern - agent s pĹ™Ăstupem k externĂm tools | Tool Calling, External APIs, Actions |
| 47 | chatbot-feedback | Official | Chatbot s user feedback loop - uÄŤĂ se z interakcĂ | Feedback Loop, Learning, User Rating |
| 48 | prompt-generation-from-user-requirements | Official | Agent generuje prompty z user requirements | Prompt Engineering, Requirement Analysis |
| 49 | code-assistant | Official | AI coding assistant - generuje a debuguje kĂłd | Code Generation, Debugging, Code Review |
| 50 | web-navigation | Official | Web automation agent - prohlĂžà a interaguje s weby | Web Automation, Browser Control, Scraping |
| 51 | langchain-integration | Official | LangChain kompatibilita - pouĹľitĂ LangChain toolĹŻ v LangGraph | LangChain Tools, Compatibility, Migration |
| 52 | langchain-agent | Official | LangChain agent wrapper - LangChain agents v LangGraph | LangChain Agents, Wrapper, Legacy Support |
| 53 | docker-compose-deployment | Production | Docker Compose setup - multi-container deployment | Docker, Compose, Multi-Container |
| 54 | kubernetes-deployment | Production | Kubernetes manifests - K8s deployment pro agents | Kubernetes, Scaling, Production |
| 55 | aws-lambda-deployment | Production | AWS Lambda serverless - deploy agents jako Lambda functions | AWS Lambda, Serverless, Cloud |
| 56 | langsmith-integration | Official | LangSmith tracing - monitoring a debugging agents | Tracing, Monitoring, Debugging, LangSmith |
| 57 | prometheus-metrics | Production | Prometheus exporter - metriky pro monitoring | Prometheus, Metrics, Monitoring |
| 58 | opentelemetry-tracing | Production | OpenTelemetry tracing - distributed tracing pro agents | OpenTelemetry, Tracing, Observability |
| 59 | agent-evaluation | Official | Agent testing framework - automatické testovánà kvality agentů | Testing, Evaluation, Benchmarking |
| 60 | human-evaluation | Official | Human-in-the-loop evaluation - lidské hodnocenà agent výstupů | Human Evaluation, HITL, Quality Assurance |
| 61 | sql-agent | Official | SQL database agent - natural language → SQL queries | SQL, Database QA, Natural Language |
| 62 | csv-agent | Official | CSV data agent - analýza CSV souborů pomocà AI | CSV Analysis, Data QA, Pandas |
| 63 | json-agent | Official | JSON manipulation agent - práce s JSON daty | JSON, Data Transformation, Parsing |
| 64 | openapi-agent | Official | OpenAPI agent - automatická práce s REST APIs podle OpenAPI spec | OpenAPI, REST API, API Integration |
| 65 | spark-sql-agent | Official | Apache Spark agent - big data queries pomocĂ AI | Spark SQL, Big Data, Distributed |
| 66 | parallel-execution | Official | ParalelnĂ exekuce - vĂce agentĹŻ běžà souÄŤasnÄ› | Parallel, Concurrent, Multi-Threading |
| 67 | map-reduce | Official | Map-Reduce pattern - distribuované zpracovánà dat přes agenty | Map-Reduce, Distributed, Batch Processing |
| 68 | dynamic-routing | Official | Dynamické směrovánà - agent rozhoduje kterého sub-agenta zavolat | Dynamic Routing, Decision Making, Branching |
| 69 | conditional-edges | Official | PodmĂnÄ›nĂ© pĹ™echody - if/else logika v graph flows | Conditional Logic, Branching, Flow Control |
| 70 | cycles-and-loops | Official | Cykly v grafu - iterativnĂ zpracovánĂ dokud nenĂ splnÄ›na podmĂnka | Loops, Cycles, Iteration, Recursion |
| 71 | pii-detection | Production | PII detection agent - detekce a odstranÄ›nĂ osobnĂch ĂşdajĹŻ | PII Detection, Privacy, GDPR Compliance |
| 72 | content-moderation | Production | Content moderation - filtrovánà nevhodného obsahu | Content Filter, Moderation, Safety |
| 73 | rate-limiting | Production | Rate limiting middleware - ochrana proti zneuĹľitĂ API | Rate Limit, Throttling, API Protection |
| 74 | slack-integration | Community | Slack bot - LangGraph agent jako Slack aplikace | Slack Bot, Chat Integration |
| 75 | discord-integration | Community | Discord bot - LangGraph agent v Discord kanálech | Discord Bot, Gaming, Community |
| 76 | telegram-integration | Community | Telegram bot - LangGraph agent jako Telegram bot | Telegram Bot, Messaging |
| 77 | whatsapp-integration | Community | WhatsApp business agent - automatizace customer service | WhatsApp, Business API, Customer Service |
| 78 | legal-document-agent | Community | PrávnĂ agent - analĂ˝za smluv a právnĂch dokumentĹŻ | Legal, Contracts, Document Analysis |
| 79 | financial-analyst-agent | Community | Finančnà agent - analýza výkazů a investičnà research | Finance, Analysis, Investment Research |
| 80 | medical-research-agent | Community | MedicĂnskĂ˝ research agent - analĂ˝za PubMed studiĂ | Medical, PubMed, Research |
| 81 | e-commerce-agent | Community | E-commerce agent - product recommendations a order processing | E-commerce, Recommendations, Orders |
| 82 | customer-support-agent | Community | Customer support - ticket management a automated responses | Support, Tickets, Automation |
| 83 | langgraph-cli | Core | CLI tool pro LangGraph - projekt management z terminálu | CLI, Project Management, Commands |
| 84 | langgraph-sdk | Core | SDK pro LangGraph Platform - programmatic access | SDK, API Client, Platform Integration |
| 85 | langgraph-ui-components | Community | React komponenty pro LangGraph UI - reusable widgets | React, UI Components, Frontend |
| 86 | multi-modal-vision-agent | Community | Vision agent - image understanding + OCR + video analysis | Vision, OCR, Image Analysis, Video |
| 87 | audio-transcription-agent | Community | Audio agent - speech-to-text + audio analysis | Audio, Speech-to-Text, Transcription |
| 88 | video-understanding-agent | Community | Video agent - frame analysis + action recognition | Video, Frame Analysis, Action Recognition |
| 89 | agent-with-context-pruning | Official | Context management - automatické ořezávánà dlouhých konverzacà | Context Pruning, Memory Management |
| 90 | agent-with-semantic-search | Official | Semantic search - vector-based hledánà v konverzačnà historii | Semantic Search, Vector DB, History |
| 91 | agent-with-file-uploads | Official | File upload handling - agent pĹ™ijĂmá a zpracovává soubory | File Upload, Document Processing |
| 92 | streaming-tokens | Official | Token streaming - real-time výstup agenta token po tokenu | Streaming, Real-time, SSE |
| 93 | webhook-integration | Official | Webhook handler - agent reaguje na externà události | Webhooks, Events, Integration |
| 94 | scheduled-tasks | Official | Cron jobs - periodicky spouštěné agent tasky | Cron, Scheduled Tasks, Automation |
| 95 | async-background-jobs | Official | Background job queue - dlouhodobé tasky na pozadà | Queue, Background Jobs, Async |
| 96 | czechai-aml-swarm | Production | CzechAI AML Multi-Agent Swarm - sanctions → pep → insolvency → reporter | AML, Compliance, Multi-Agent, Due Diligence |
| 97 | czechai-reality-swarm | Production | CzechAI Reality Multi-Agent Swarm - searcher → analyst → dd → reporter | Real Estate, Market Analysis, Property Intelligence |
| 98 | czechai-banking-swarm | Production | CzechAI Banking Multi-Agent Swarm - credit → calculator → decision | Banking, Credit Assessment, Loan Processing |
| 99 | czechai-byznyspapa-swarm | Production | CzechAI ByznysPapa Swarm - business workflow automation | Business Automation, Workflows, B2B |
| 100 | custom-agent-template | Template | Blank template - vytvoĹ™ si vlastnĂho agenta od scratch | Blank, Custom, DIY |