
资料内容:
LangGraph
Agents and LLM applications have these challenges
●
Latency in the seconds vs ms
○ Parallelization – to save actual latency
○ Streaming – to save perceived latency
●
Long-Running Agents can fail, which is expensive and time consuming
LangGraph
Agents and LLM applications have these challenges
●
Latency in the seconds vs ms
○ Parallelization – to save actual latency
○ Streaming – to save perceived latency
●
Long-Running Agents can fail, which is expensive and time consuming
○ Checkpointing – to reduce the cost of each retry