mirror of https://github.com/microsoft/autogen.git
Added Roadmap to Getting-Started.md (#324)
This commit is contained in:
parent
fc59da5113
commit
15d85aa1ad
|
@ -63,12 +63,13 @@ response = autogen.Completion.create(context=test_instance, **config)
|
|||
* [Code examples](/docs/Examples/AutoGen-Inference).
|
||||
* [Documentation](/docs/Use-Cases/enhanced_inference).
|
||||
|
||||
### Where to Go Next?
|
||||
### Where to Go Next ?
|
||||
|
||||
* Understand the use cases for [multi-agent conversation](/docs/Use-Cases/agent_chat) and [enhanced LLM inference](/docs/Use-Cases/enhanced_inference).
|
||||
* Find [code examples](/docs/Examples/AutoGen-AgentChat).
|
||||
* Read [SDK](/docs/reference/agentchat/conversable_agent/).
|
||||
* Learn about [research](/docs/Research) around AutoGen.
|
||||
* [Roadmap](https://github.com/orgs/microsoft/projects/989/views/3)
|
||||
* Chat on [Discord](https://discord.gg/pAbnFJrkgZ).
|
||||
* Follow on [Twitter](https://twitter.com/pyautogen).
|
||||
|
||||
|
|
Loading…
Reference in New Issue