---
title: "DurableOS  Autonomous Trading Desk Demo (Darshit Vora)"
url: https://daily.dev/posts/durableos-autonomous-trading-desk-demo-darshit-vora--n5hal9i9j
source_url: https://www.youtube.com/watch?v=oKW1Hi7o9go
type: video:youtube
source: "Temporal"
published: 2026-06-09T04:08:03.777Z
updated: 2026-06-09T04:13:28.541Z
tags: ["ai-agents", "workflow-orchestration"]
reading_time: 11
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# DurableOS  Autonomous Trading Desk Demo (Darshit Vora)

**[Temporal](https://daily.dev/sources/temporal)** · 11 min read · 0 upvotes · 0 comments

## Summary

A demo walkthrough of building a durable autonomous trading desk using Temporal as the orchestration backbone and OpenAI Agents SDK. The system runs a two-phase process: phase one fans out parallel backtests in isolated Docker containers to select the best trading strategy using technical indicators, and phase two runs a continuous agent loop making buy/sell/hold decisions every 20 seconds with guardrails, human-in-the-loop approval for large trades, and sentiment checks. The demo showcases fault tolerance by killing workers and APIs mid-execution, showing Temporal's ability to resume exactly where it left off without custom state machines or queues.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=oKW1Hi7o9go>

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#workflow-orchestration](https://daily.dev/tags/workflow-orchestration)

[View this post on daily.dev](https://daily.dev/posts/durableos-autonomous-trading-desk-demo-darshit-vora--n5hal9i9j)
