# LangGraph

## Summary
Deploy stateful AI agents to LangGraph Platform with memory and streaming.

## Best For
- LangGraph/LangChain agents
- Stateful conversational AI
- Multi-step agentic workflows
- Need conversation persistence (threads)
- Streaming responses
- Human-in-the-loop workflows

## Not For
- Simple ML inference (use modal or bentoml)
- Non-agent code (use local or docker)
- GPU-heavy workloads (use modal)
- Batch processing (use bentoml)

## Resources
No resource specification needed (managed by LangGraph Platform).

## Interface
langgraph (LangGraph SDK)

## Provider
langsmith

