autogen
autogen copied to clipboard
Add Documentation for AgentChat
Why are these changes needed?
Add documentation and examples for AgentChat.
- [x] Add landing page introducing AgentChat and the concepts of
AgentsandTeams - [x] Provide a migration guide in the Quick Start section, with an example of how to migrate the basic stock price plot example from autogen
0.2xto AgentChat0.4x. - [x] Improve current documentation on
Tool Use, showing example on usingLangChain Tools - [ ] Add a set of 3 concrete examples implementing workflows with AgentChat
- [x] Travel Planning
- [ ] Company Research and Report Generation (using web search and custom tools)
- [ ] Academic Literature Review with Arxiv (using web search, and arxiv tools)
Related issue number
#3633
Checks
- [ ] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://microsoft.github.io/autogen/docs/Contribute#documentation to build and test documentation locally.
- [ ] I've added tests (if relevant) corresponding to the changes introduced in this PR.
- [ ] I've made sure all auto checks have passed.