Eric Zhu
5fa38b0166
Add task type that are messages to enable multi-modal tasks. ( #4091 )
* Add task type that are messages to enable multi-modal tasks.
* fix test
1 year ago
Eric Zhu
2e3155be2a
AgentChat pause, resume, and reset ( #4088 )
* AgentChat pause and resume a task
Resolves #3859
* Add
* Update usage
* Update usage
* WIP to address stateful group chat
* Refactor group chat to add reset and flags for running
* documentation
1 year ago
Eric Zhu
16e64c4c10
Rename `model_usage` to `models_usage`. ( #4053 )
1 year ago
Eric Zhu
ca7caa779d
Add token usage to messages ( #4028 )
* Add token usage to messages
* small test edit
1 year ago
Eric Zhu
cff7d842a6
AgentChat streaming API ( #4015 )
1 year ago
Eric Zhu
3d51ab76ae
Formalize `ChatAgent` response as a dataclass with inner messages ( #3990 )
1 year ago
Eric Zhu
4a49844996
`ChatAgent` declares the types of messages it produces ( #3991 )
* `ChatAgent` declares the types of messages it produces
1 year ago
Eric Zhu
eb4b1f856e
Ability to generate handoff message from AssistantAgent ( #3968 )
* Ability to generate handoff message from AssistantAgent
* Fix mypy
* Validation
---------
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
1 year ago
Eric Zhu
3fe0f9e97d
Add AssistantAgent, deprecate CodingAssistantAgent and ToolUseAssistantAgent ( #3960 )
* Add AssistantAgent, deprecate CodingAssistantAgent and ToolUseAssistantAgent
* Rename
* Add note
* Update uv
* uf lock
* Merge branch 'main' into assistant-agent
* Update uv
1 year ago