DBOS @dbos.dev ยท Sep 10

Durable Agents in Pydantic AI โ€“ now with DBOS support! @pydantic.dev ๐Ÿค DBOS Run agents that: - Survive restarts, failures, and deploys - Handle long-running async + human-in-the-loop tasks - Autosave progress with SQLite/Postgres Production-grade resilience in just a few lines of code.

8 likes 2 replies

?

Replies

DBOS ยท Sep 10

Agent main loop โ†’ DBOS workflows MCP & model calls โ†’ DBOS steps (with retries) Custom tools โ†’ your choice: step, workflow, or enqueued tasks Docs: ai.pydantic.dev/durable_exec...

Pydantic ยท Sep 10

Exciting! Thanks for working with us on this.