mirror of https://github.com/microsoft/autogen.git
![]() Resolves #3983 * introduce `model_client_stream` parameter in `AssistantAgent` to enable token-level streaming output. * introduce `ModelClientStreamingChunkEvent` as a type of `AgentEvent` to pass the streaming chunks to the application via `run_stream` and `on_messages_stream`. Although this will not affect the inner messages list in the final `Response` or `TaskResult`. * handle this new message type in `Console`. |
||
---|---|---|
.. | ||
test_assistant_agent.py | ||
test_code_executor_agent.py | ||
test_declarative_components.py | ||
test_group_chat.py | ||
test_magentic_one_group_chat.py | ||
test_sequential_routed_agent.py | ||
test_society_of_mind_agent.py | ||
test_termination_condition.py | ||
test_userproxy_agent.py | ||
utils.py |