From 15d85aa1ad5bc7746c270b1503a5ecc160440d9b Mon Sep 17 00:00:00 2001 From: Gourav Date: Sat, 21 Oct 2023 23:05:31 +0530 Subject: [PATCH] Added Roadmap to Getting-Started.md (#324) --- website/docs/Getting-Started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/Getting-Started.md b/website/docs/Getting-Started.md index 365775435d..937e8e5138 100644 --- a/website/docs/Getting-Started.md +++ b/website/docs/Getting-Started.md @@ -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).