Diagrid
Back to Getting Started & Migration
Getting Started & Migration

My agent is already built with LangChain/LlamaIndex. Can I add durable execution without a rewrite?

You can adopt Catalyst incrementally by wrapping an existing agent’s top-level invocation in a durable workflow. This captures state between major decision points without altering internal framework code. Over time, refactor internal steps into sub-workflows for finer durability. Boundary: Non-deterministic framework internals, such as in-memory caches, may cause replay divergence and need isolation.

Was this article helpful?

Your feedback helps improve Diagrid's FAQ experience.

Keep reading

More Diagrid FAQ articles

View all