From c2572abe758a66553b764f9213c80c7be49e7091 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Sat, 9 Mar 2024 10:18:33 -0800 Subject: [PATCH 1/3] Update introduction.ipynb --- website/docs/tutorial/introduction.ipynb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/website/docs/tutorial/introduction.ipynb b/website/docs/tutorial/introduction.ipynb index fa9c5a3d2c21..82b2090583d4 100644 --- a/website/docs/tutorial/introduction.ipynb +++ b/website/docs/tutorial/introduction.ipynb @@ -18,14 +18,18 @@ "> _The whole is greater than the sum of its parts._
\n", "> -**Aristotle**\n", "\n", - "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", + "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." + "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", "\n", - "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", + "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 powerful agent, resulting in implementations that are modular and easy to maintain.\n", "\n", "Most importantly, AutoGen is developed by a vibrant community of researchers\n", "and engineers. It incorporates the latest research in multi-agent systems\n", - "and has been used in many real-world applications, including math problem solvers,\n", - "supply chain optimization, data analysis, market research, and gaming." + "and has been used in many real-world applications, including agent platform,\n", + "advertising, AI employees, blog/article writing, blockchain, calculate burned areas by wildfires,\n", + "customer support, cybersecurity, data analytics, debate, education, finance, gaming, legal consultation,\n", + "research, robotics, sales/marketing, social simulation, software engineering,\n", + "software security, supply chain, t-shirt design, training data generation, Youtube service..." ] }, { From 945637cb564d081872e75403666746b7ee74d6b4 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Sat, 9 Mar 2024 21:06:01 +0000 Subject: [PATCH 2/3] fix json --- website/docs/tutorial/introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/tutorial/introduction.ipynb b/website/docs/tutorial/introduction.ipynb index 82b2090583d4..0258a16b14f1 100644 --- a/website/docs/tutorial/introduction.ipynb +++ b/website/docs/tutorial/introduction.ipynb @@ -18,7 +18,7 @@ "> _The whole is greater than the sum of its parts._
\n", "> -**Aristotle**\n", "\n", - "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." + "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", "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", "\n", "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 powerful agent, resulting in implementations that are modular and easy to maintain.\n", From 340b5d03b4be592e1c54bc81d3bb35320dbf51b3 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Sun, 10 Mar 2024 02:11:37 +0000 Subject: [PATCH 3/3] word --- website/docs/tutorial/introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/tutorial/introduction.ipynb b/website/docs/tutorial/introduction.ipynb index 0258a16b14f1..98eb503e774f 100644 --- a/website/docs/tutorial/introduction.ipynb +++ b/website/docs/tutorial/introduction.ipynb @@ -21,7 +21,7 @@ "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", "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", "\n", - "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 powerful agent, resulting in implementations that are modular and easy to maintain.\n", + "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", "\n", "Most importantly, AutoGen is developed by a vibrant community of researchers\n", "and engineers. It incorporates the latest research in multi-agent systems\n",