autogen/python/packages/autogen-agentchat/tests
Eric Zhu 225eb9d0b2
feat: introduce ModelClientStreamingChunkEvent for streaming model output and update handling in agents and console (#5208)
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`.
2025-01-29 02:49:02 +00:00
..
test_assistant_agent.py feat: introduce ModelClientStreamingChunkEvent for streaming model output and update handling in agents and console (#5208) 2025-01-29 02:49:02 +00:00
test_code_executor_agent.py Move local code exec to ext, uplevel components (#4557) 2024-12-04 20:21:46 -08:00
test_declarative_components.py Declarative BaseChat Agents (#5055) 2025-01-16 22:29:40 -08:00
test_group_chat.py Make AgentChat Team Config Serializable (#5071) 2025-01-24 07:08:22 +00:00
test_magentic_one_group_chat.py Replace Tuple[type[ChatMessage], ...] with Sequence[type[ChatMessage]] (#4857) 2024-12-30 11:30:31 -08:00
test_sequential_routed_agent.py Move grpc runtimes to ext, flatten application (#4553) 2024-12-04 16:23:20 -08:00
test_society_of_mind_agent.py Make AgentChat Team Config Serializable (#5071) 2025-01-24 07:08:22 +00:00
test_termination_condition.py Add sources field to TextMentionTermination (#5106) 2025-01-19 23:21:29 -08:00
test_userproxy_agent.py Flatten core base and components (#4513) 2024-12-03 17:00:44 -08:00
utils.py Remove logging from autogen agentchat (#4510) 2024-12-03 14:45:10 -08:00