Opaque 2.4.0¶
September 8, 2025
Thanks for using Opaque! This version introduces new integrations an improved workflow editing.
New features and enhancements¶
- Use workflow integrations across agentic workflows: You can now manage integrations from a single place, starting with two types—data connectors and LLMs. Configure services like Azure AI Search and vLLM once, then reuse them securely across workflows and workspaces. Centralized API key and secret management simplifies setup, saves time, and removes the need to manage credentials individually. For details see our documentation.
- Edit workflows after launch: Users can now move workflows from Running back to Draft, allowing them to make changes without rebuilding them from scratch. This streamlines testing and iteration, making it faster and easier to refine agentic workflows.
Known issues¶
Issue | Suggested workaround |
---|---|
Guardrails are not supported when using GPT-5 (a model limitation). | Use GPT-4 as the engine when guardrails are required. |
Workflows may time out when running with high temperature settings. | Lower the temperature value, or increase the timeout setting in the SDK. |
The Context input port on the OpenAI agent is not currently functional. | None. This will be fixed in a future release. |