mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Add Custom GroupChat Speaker Selection to tutorial (#2219)
* update * updated * update * update * update * update * remove changes to conversation pattern * update * update * update
This commit is contained in:
@@ -73,3 +73,29 @@ For technical details, please check our technical report and research publicatio
|
||||
primaryClass={cs.AI}
|
||||
}
|
||||
```
|
||||
|
||||
* [AutoDefense: Multi-Agent LLM Defense against Jailbreak Attacks](https://arxiv.org/abs/2403.04783). Yifan Zeng, Yiran Wu, Xiao Zhang, Huazheng Wang, Qingyun Wu. ArXiv preprint arXiv:2403.04783 (2024).
|
||||
|
||||
```bibtex
|
||||
@misc{zeng2024autodefense,
|
||||
title={AutoDefense: Multi-Agent LLM Defense against Jailbreak Attacks},
|
||||
author={Yifan Zeng and Yiran Wu and Xiao Zhang and Huazheng Wang and Qingyun Wu},
|
||||
year={2024},
|
||||
eprint={2403.04783},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.LG}
|
||||
}
|
||||
```
|
||||
|
||||
* [StateFlow: Enhancing LLM Task-Solving through State-Driven Workflows](https://arxiv.org/abs/2403.11322). Yiran Wu, Tianwei Yue, Shaokun Zhang, Chi Wang, Qingyun Wu. ArXiv preprint arXiv:2403.11322 (2024).
|
||||
|
||||
```bibtex
|
||||
@misc{wu2024stateflow,
|
||||
title={StateFlow: Enhancing LLM Task-Solving through State-Driven Workflows},
|
||||
author={Yiran Wu and Tianwei Yue and Shaokun Zhang and Chi Wang and Qingyun Wu},
|
||||
year={2024},
|
||||
eprint={2403.11322},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.CL}
|
||||
}
|
||||
```
|
||||
|
||||
5
website/docs/topics/groupchat/_category_.json
Normal file
5
website/docs/topics/groupchat/_category_.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"position": 5,
|
||||
"label": "GroupChat",
|
||||
"collapsible": true
|
||||
}
|
||||
537
website/docs/topics/groupchat/customized_speaker_selection.ipynb
Normal file
537
website/docs/topics/groupchat/customized_speaker_selection.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user