1 comments

  • webchick1 day ago
    A thing that was interesting in reading through your code and comparing to the original repo&#x27;s examples (<a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;openai-agents-python&#x2F;tree&#x2F;main&#x2F;examples">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;openai-agents-python&#x2F;tree&#x2F;main&#x2F;exa...</a>) is it&#x27;s really not all that different. Some metadata to denote things as a workflow or activity and some different function calls but otherwise they seem quite similar.
    • g8oz11 hours ago
      Temporal&#x27;s durable execution is the value add. The decorators that denote workflow or activity let the Temporal engine know they it needs to ensure that those functions get completed in the face of any failures (network, application, process).