* fix doc on distributed runtime

* Fix references

* Update references

* Fix import paths in user guide notebooks for code executor components
This commit is contained in:
Eric Zhu
2024-12-06 01:23:05 -08:00
committed by GitHub
parent 8707729da9
commit fa550c2c36
23 changed files with 2256 additions and 2256 deletions

View File

@@ -11,7 +11,7 @@ from autogen_core import AgentId, AgentProxy, TopicId
from autogen_core import SingleThreadedAgentRuntime
from autogen_core.application.logging import EVENT_LOGGER_NAME
from autogen_core import DefaultSubscription, DefaultTopicId
from autogen_core.components.code_executor import LocalCommandLineCodeExecutor
from autogen_ext.code_executors.local import LocalCommandLineCodeExecutor
from autogen_core.components.models import (
ChatCompletionClient,
UserMessage,