Skip to content

Commit 69a794e

Browse files
authored
Update introduction.ipynb (microsoft#1934)
* Update introduction.ipynb * fix json * word
1 parent 3622aa3 commit 69a794e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

website/docs/tutorial/introduction.ipynb

+8-4
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@
1818
"> _The whole is greater than the sum of its parts._<br/>\n",
1919
"> -**Aristotle**\n",
2020
"\n",
21-
"While there are many definitions of agents, in AutoGen, an agent is an entity that reacts to its environment. This abstraction not only allows agents to model real-world and abstract entities, such as people and algorithms, but it also simplifies implementation of complex workflows as collaboration among agents.\n",
21+
"While there are many definitions of agents, in AutoGen, an agent is an entity that can send messages, receive messages and generate reply using models, tools, human inputs or a mixture of them.\n",
22+
"This abstraction not only allows agents to model real-world and abstract entities, such as people and algorithms, but it also simplifies implementation of complex workflows as collaboration among agents.\n",
2223
"\n",
23-
"Further, AutoGen is extensible and composable: you can extend a simple agent with customizable components and create workflows that can combine these agents, resulting in implementations that are modular and easy to maintain.\n",
24+
"Further, AutoGen is extensible and composable: you can extend a simple agent with customizable components and create workflows that can combine these agents and power a more sophisticated agent, resulting in implementations that are modular and easy to maintain.\n",
2425
"\n",
2526
"Most importantly, AutoGen is developed by a vibrant community of researchers\n",
2627
"and engineers. It incorporates the latest research in multi-agent systems\n",
27-
"and has been used in many real-world applications, including math problem solvers,\n",
28-
"supply chain optimization, data analysis, market research, and gaming."
28+
"and has been used in many real-world applications, including agent platform,\n",
29+
"advertising, AI employees, blog/article writing, blockchain, calculate burned areas by wildfires,\n",
30+
"customer support, cybersecurity, data analytics, debate, education, finance, gaming, legal consultation,\n",
31+
"research, robotics, sales/marketing, social simulation, software engineering,\n",
32+
"software security, supply chain, t-shirt design, training data generation, Youtube service..."
2933
]
3034
},
3135
{

0 commit comments

Comments
 (0)