Skip to content

Commit 6601c1e

Browse files
authored
Add Agents SDK DBOS integration to the docs for long-running agents and human-in-the-loop (#2418)
1 parent 48e28a3 commit 6601c1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/running_agents.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ You can use the Agents SDK [Temporal](https://temporal.io/) integration to run d
219219
You can use the Agents SDK [Restate](https://restate.dev/) integration for lightweight, durable agents, including human approval, handoffs, and session management. The integration requires Restate's single-binary runtime as a dependency, and supports running agents as processes/containers or serverless functions.
220220
Read the [overview](https://www.restate.dev/blog/durable-orchestration-for-ai-agents-with-restate-and-openai-sdk) or view the [docs](https://docs.restate.dev/ai) for more details.
221221

222+
### DBOS
223+
224+
You can use the Agents SDK [DBOS](https://dbos.dev/) integration to run reliable agents that preserves progress across failures and restarts. It supports long-running agents, human-in-the-loop workflows, and handoffs. It supports both sync and async methods. The integration requires only a SQLite or Postgres database. View the integration [repo](https://github.com/dbos-inc/dbos-openai-agents) and the [docs](https://docs.dbos.dev/integrations/openai-agents) for more details.
225+
222226
## Exceptions
223227

224228
The SDK raises exceptions in certain cases. The full list is in [`agents.exceptions`][]. As an overview:

0 commit comments

Comments
 (0)