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`. |
||
---|---|---|
.. | ||
src/autogen_ext | ||
tests | ||
LICENSE-CODE | ||
README.md | ||
pyproject.toml | ||
test_filesurfer_agent.html |
README.md
AutoGen Extensions
AutoGen is designed to be extensible. The autogen-ext
package contains many different component implementations maintained by the AutoGen project. However, we strongly encourage others to build their own components and publish them as part of the ecosytem.