1.5 KiB
search
| search | ||
|---|---|---|
|
LangGraph Studio
!!! info "Prerequisites"
- [LangGraph Platform](./langgraph_platform.md)
- [LangGraph Server](./langgraph_server.md)
- [LangGraph CLI](./langgraph_cli.md)
LangGraph Studio is a specialized agent IDE that enables visualization, interaction, and debugging of agentic systems that implement the LangGraph Server API protocol. Studio also integrates with LangSmith to enable tracing, evaluation, and prompt engineering.
Features
The key features of LangGraph Studio are:
- Visualize your graph architecture
- Run and interact with your agent in a GUI
- Create and manage assistants
- View and manage threads
- View and manage long term memory
- Debug agent state via time travel
LangGraph Studio works for graphs that are deployed on LangGraph Platform or for graphs that are running locally via the LangGraph Server.
LangGraph Studio supports two modes:
- Graph
- Chat
Graph mode exposes the full feature-set of Studio and is useful when you would like as many details about the execution of your agent, including the nodes traversed, intermediate states, and LangSmith integrations (such as adding to datasets an playground).
Chat mode is a simpler UI for iterating on and testing chat-specific agents. It is useful for business users and those who want to test overall agent behavior.
