Commit Graph

2 Commits

  • General Durable Agents documentation (#3972)
    * General Durable Agents documentation
    
    * Add missing Python package references
    
    * Remove invalid GitHub repo URL
  • .NET: Add TTLs to durable agent sessions (#2679)
    * .NET: Add TTLs to durable agent sessions
    
    * Remove unnecessary async
    
    * PR feedback: clarify UTC
    
    * PR feedback: limit minimum signal delay to <= 5 minutes
    
    * PR feedback: Fix TTL disablement
    
    * Linter: use auto-property
    
    * Fix build break from OpenAI SDK change
    
    * Updated CHANGELOG.md
    
    * PR feedback
    
    * Reduce default TTL to 14 days to work around DTS bug