We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559b0cd commit 657697eCopy full SHA for 657697e
1 file changed
src/backend/orchestrator.py
@@ -15,15 +15,13 @@
15
Agents can hand off to each other dynamically based on context.
16
"""
17
18
-import base64
19
import json
20
import logging
21
import re
22
from typing import AsyncIterator, Optional, cast
23
24
from agent_framework import (
25
Message,
26
- WorkflowEvent,
27
)
28
from agent_framework.orchestrations import HandoffBuilder, HandoffAgentUserRequest
29
from agent_framework.azure import AzureOpenAIResponsesClient, AzureAIProjectAgentProvider
0 commit comments