Move grpc runtimes to ext, flatten application (#4553)

* Move grpc runtimes to ext, flatten application

* rename to grpc

* fmt
This commit is contained in:
Jack Gerrits
2024-12-04 16:23:20 -08:00
committed by GitHub
parent 777f2abbd7
commit 2b878763f8
113 changed files with 4712 additions and 4457 deletions

View File

@@ -9,7 +9,7 @@ from openai import AzureOpenAI
from typing import List
from autogen_core import AgentId, AgentProxy, TopicId
from autogen_core.application import SingleThreadedAgentRuntime
from autogen_core import SingleThreadedAgentRuntime
from autogen_core.application.logging import EVENT_LOGGER_NAME
from autogen_core.components.models import (
ChatCompletionClient,