You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,11 @@ AutoGen is a framework that enables the development of LLM applications using mu
57
57
58
58
AutoGen is powered by collaborative [research studies](https://microsoft.github.io/autogen/docs/Research) from Microsoft, Penn State University, and the University of Washington.
59
59
60
+
## Roadmaps
61
+
62
+
To see what we are working on and what we plan to work on, please check our
from autogen import AssistantAgent, UserProxyAgent
81
79
from autogen.coding import DockerCommandLineCodeExecutor
@@ -112,27 +110,33 @@ Open `coding/plot.png` to see the generated plot.
112
110
Learn more about configuring LLMs for agents [here](/docs/topics/llm_configuration).
113
111
:::
114
112
115
-
116
-
117
113
#### Multi-Agent Conversation Framework
114
+
118
115
Autogen enables the next-gen LLM applications with a generic multi-agent conversation framework. It offers customizable and conversable agents which integrate LLMs, tools, and humans.
119
116
By automating chat among multiple capable agents, one can easily make them collectively perform tasks autonomously or with human feedback, including tasks that require using tools via code. For [example](https://github.com/microsoft/autogen/blob/main/test/twoagent.py),
120
117
121
118
The figure below shows an example conversation flow with AutoGen.
122
119
123
120

124
121
125
-
126
122
### Where to Go Next?
127
123
128
-
* Go through the [tutorial](/docs/tutorial/introduction) to learn more about the core concepts in AutoGen
129
-
* Read the examples and guides in the [notebooks section](/docs/notebooks)
130
-
* Understand the use cases for [multi-agent conversation](/docs/Use-Cases/agent_chat) and [enhanced LLM inference](/docs/Use-Cases/enhanced_inference)
131
-
* Read the [API](/docs/reference/agentchat/conversable_agent/) docs
132
-
* Learn about [research](/docs/Research) around AutoGen
133
-
* Chat on [Discord](https://discord.gg/pAbnFJrkgZ)
134
-
* Follow on [Twitter](https://twitter.com/pyautogen)
124
+
- Go through the [tutorial](/docs/tutorial/introduction) to learn more about the core concepts in AutoGen
125
+
- Read the examples and guides in the [notebooks section](/docs/notebooks)
126
+
- Understand the use cases for [multi-agent conversation](/docs/Use-Cases/agent_chat) and [enhanced LLM inference](/docs/Use-Cases/enhanced_inference)
127
+
- Read the [API](/docs/reference/agentchat/conversable_agent/) docs
128
+
- Learn about [research](/docs/Research) around AutoGen
129
+
- Chat on [Discord](https://discord.gg/pAbnFJrkgZ)
130
+
- Follow on [Twitter](https://twitter.com/pyautogen)
131
+
- See our [roadmaps](https://github.com/microsoft/autogen/issues?q=is%3Aopen+is%3Aissue+label%3Aroadmap)
135
132
136
133
If you like our project, please give it a [star](https://github.com/microsoft/autogen/stargazers) on GitHub. If you are interested in contributing, please read [Contributor's Guide](/docs/Contribute).
- Check out [Roadmap Issues](https://github.com/microsoft/autogen/issues?q=is%3Aopen+is%3Aissue+label%3Aroadmap) to see what we are working on.
39
40
- Contribute your work to our [gallery](../Gallery)
40
41
- Follow our [contribution guide](../Contribute) to make a pull request to AutoGen
41
42
- You can also share your work with the community on the Discord server.
0 commit comments