|
18 | 18 | "> _The whole is greater than the sum of its parts._<br/>\n",
|
19 | 19 | "> -**Aristotle**\n",
|
20 | 20 | "\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", |
22 | 23 | "\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", |
24 | 25 | "\n",
|
25 | 26 | "Most importantly, AutoGen is developed by a vibrant community of researchers\n",
|
26 | 27 | "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..." |
29 | 33 | ]
|
30 | 34 | },
|
31 | 35 | {
|
|
0 commit comments