mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Migrate model context and models modules out of components (#4613)
* Move model context out of components * move models out of components * rename docs file
This commit is contained in:
@@ -11,14 +11,14 @@ from typing import List
|
||||
from autogen_core import AgentId, AgentProxy, TopicId
|
||||
from autogen_core import SingleThreadedAgentRuntime
|
||||
from autogen_core.logging import EVENT_LOGGER_NAME
|
||||
from autogen_core.components.models import (
|
||||
from autogen_core.models import (
|
||||
ChatCompletionClient,
|
||||
UserMessage,
|
||||
LLMMessage,
|
||||
)
|
||||
from autogen_core import DefaultSubscription, DefaultTopicId
|
||||
from autogen_ext.code_executors.local import LocalCommandLineCodeExecutor
|
||||
from autogen_core.components.models import AssistantMessage
|
||||
from autogen_core.models import AssistantMessage
|
||||
|
||||
from autogen_magentic_one.markdown_browser import MarkdownConverter, UnsupportedFormatException
|
||||
from autogen_magentic_one.agents.coder import Coder, Executor
|
||||
|
||||
Reference in New Issue
Block a user