Agent Frameworks Integration
Can I use Catalyst with OpenAI Agents SDK without changing my code?
You can use Catalyst with the OpenAI Agents SDK without modifying your core application code. Catalyst uses Dapr-compatible adapters to wrap your SDK’s execution logic, adding durable checkpointing that sustains long-running agent sessions through process restarts, without altering native response formatting or tool invocation rules. As of verification date, public documentation does not list official support for all custom SDK extensions; validate edge deployments with your Diagrid team contact.
Was this article helpful?
Your feedback helps improve Diagrid's FAQ experience.
Keep reading
More Diagrid FAQ articles
- Agent Frameworks Integration
How do I split responsibilities between my agent framework and durable execution layer?
Clarify the distinct roles between your existing agent framework and Catalyst’s durable execution layer to avoid overlapping work
- Agent Frameworks Integration
How does Catalyst manage checkpointing for production agent workflows?
Diagrid Catalyst’s checkpointing for production AI agent workflows uses Dapr’s storage to persist critical state, tool results, and conversation history.
- Agent Frameworks Integration
How do long-running human-in-the-loop agent pauses function with Catalyst?
Understand how Catalyst preserves agent workflow state during human-in-the-loop pauses, even after underlying processes terminate