Python: Add initial scaffold for durabletask package (#2761)

* Add initial scaffold

* Update design

* Fix mypy and update design

* add additional style considered

* Address comments

* Fix test

* Update readmes
This commit is contained in:
Laveesh Rohra
2025-12-17 12:46:08 -08:00
committed by GitHub
Unverified
parent 638fbb5f03
commit a48a8dd524
25 changed files with 4946 additions and 3794 deletions
+1
View File
@@ -94,6 +94,7 @@ agent-framework-chatkit = { workspace = true }
agent-framework-copilotstudio = { workspace = true }
agent-framework-declarative = { workspace = true }
agent-framework-devui = { workspace = true }
agent-framework-durabletask = { workspace = true }
agent-framework-lab = { workspace = true }
agent-framework-mem0 = { workspace = true }
agent-framework-purview = { workspace = true }