mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Fix imports for durabletask (#3345)
This commit is contained in:
committed by
GitHub
Unverified
parent
e032133748
commit
ff839435a2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user