Chi Wang
d307818dd9
improve test speed ( #2406 )
...
* improve test speed
* speed up test
* speed up test
2024-04-17 20:10:18 +00:00
Li Jiang
42b27b9a9d
Add isort ( #2265 )
...
* Add isort
* Apply isort on py files
* Fix circular import
* Fix format for notebooks
* Fix format
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2024-04-05 02:26:06 +00:00
Chi Wang
6b47a966dd
fix test_human_input ( #2063 )
...
* fix test_human_input
* shorten tests
* terminate chat early
* limit max turns
* limit max_rounds
* check skip_openai
2024-03-19 06:44:39 +00:00
Chi Wang
cc836de13d
adjust order of side bars ( #2040 )
...
* adjust order of side bars
* doc improvement
* limit max turns
* improve tests
* improve doc
* improve docstr
2024-03-17 22:57:54 +00:00
Qingyun Wu
c75655a340
Supporting callable message ( #1852 )
...
* add message field
* send
* message func doc str
* test dict message
* retiring soon
* generate_init_message docstr
* remove todo
* update notebook
* CompressibleAgent
* update notebook
* add test
* retrieve agent
* update test
* summary_method args
* summary
* carryover
* dict message
* update nested doc
* generate_init_message
* fix typo
* update docs for mathchat
* Fix missing message
* Add docstrings
* model
* notebook
* default naming
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: kevin666aa <yrwu000627@gmail.com>
Co-authored-by: Li Jiang <bnujli@gmail.com>
Co-authored-by: Li Jiang <lijiang1@microsoft.com>
2024-03-09 20:27:46 +00:00
Gunnar Kudrjavets
b8ceb866e6
Add shebang functionality to tests ( #1784 )
...
Tests that contain `if __name__ == "__main__":` now have a shebang line
and execute permission.
2024-02-29 01:11:08 +00:00
Aristo
a4ab4cc9ae
Async version of multiple sequential chat ( #1724 )
...
* async_initiate_chats init commit
* Fix a_get_human_input bug
* Add agentchat_multi_task_async_chats.ipynb with concurrent exampls.
* Addess the comments, Update unit test
* Add agentchat_multi_task_async_chats.ipynb to Examples.md
* Fix type for Python 3.8
---------
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
2024-02-21 19:33:33 +00:00