Skip to main content
LangGraphAgent wraps a compiled LangGraph graph so it can be served through AgentOS or used standalone.

Install

Parameters

Examples

AgentOS deployment

Serve a compiled LangGraph through AgentOS.

Standalone usage

Call the agent directly with .run() and .print_response().

Graphs with tools

Tool nodes that surface as Agno tool events.

Sessions

Resume conversations across runs with session_id.

Time travel

Replay and fork runs from LangGraph checkpoints.

Developer Resources