🤖 LangGraph - Kompletní Katalog

Vše co existuje v LangGraph ekosystému - core, templates, agents, workflows, community

100+
ProjektĹŻ celkem
10
Pre-built agentĹŻ
50+
Templates
15+
Patterns
# 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

📚 Další zdroje