Fix imports for durabletask (#3345)

This commit is contained in:
Laveesh Rohra
2026-01-21 14:38:37 -08:00
committed by GitHub
Unverified
parent e032133748
commit ff839435a2
19 changed files with 434 additions and 323 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ The durable task integration lets you host Microsoft Agent Framework agents usin
```python
from durabletask import TaskHubGrpcWorker
from agent_framework_durabletask import AgentWorker
from agent_framework.azure import DurableAIAgentWorker
# Create the worker
with DurableTaskSchedulerWorker(...) as worker: