Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da588a7

Browse files
authored
docs: fix readme errors (#6)
* docs: fix readme errors Signed-off-by: Alex C-G <[email protected]> * docs(readme): fix acknowledgements Signed-off-by: Alex C-G <[email protected]> --------- Signed-off-by: Alex C-G <[email protected]>
1 parent 6108d02 commit da588a7

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Check the Demo section to understand what we achieved so far.
6565

6666
![](architecture.svg)
6767

68-
AgentChain is a sophisticated system with goal of solving general problems. It can orchestrate multiple agents to accomplish sub problems. These agents are organized into different groups, each with their unique set of capabilities and functionalities. Here are some of the agent groups in AgentChain:
68+
AgentChain is a sophisticated system with the goal of solving general problems. It can orchestrate multiple agents to accomplish sub-problems. These agents are organized into different groups, each with their unique set of capabilities and functionalities. Here are some of the agent groups in AgentChain:
6969

7070
### SearchAgents
71-
The `SearchAgents` group is responsible for gathering information from various sources, including search engines, online databases, and APIs. The agents in this group are highly skilled at retrieving up to date, world knowledge information. Some examples of agents in this group include the `Google Search API`, `Bing API`, `Wikipedia API`, and `Serp`.
71+
The `SearchAgents` group is responsible for gathering information from various sources, including search engines, online databases, and APIs. The agents in this group are highly skilled at retrieving up-to-date world knowledge information. Some examples of agents in this group include the `Google Search API`, `Bing API`, `Wikipedia API`, and `Serp`.
7272

7373
### CommsAgents
7474
The `CommsAgents` group is responsible for handling communication between different parties, such as sending emails, making phone calls, or messaging via various platforms. The agents in this group can integrate with a wide range of platforms. Some examples of agents in this group include `TwilioCaller`, `TwilioEmailWriter`, `TwilioMessenger` and `Slack`.
@@ -80,10 +80,10 @@ The `ToolsAgents` group is responsible for performing various computational task
8080
The `MultiModalAgents` group is responsible for handling input and output from various modalities, such as text, image, audio, or video (coming soon). The agents in this group can process and understand different modalities. Some examples of agents in this group include `OpenAI Whisper`, `Blip2`, `Coqui`, and `StableDiffusion`.
8181

8282
### ImageAgents
83-
The `ImageAgents` group is responsible for processing and manipulating images, such as enhancing image quality, object detection, or image recognition. The agents in this group can perform complex operations on them. Some examples of agents in this group include `Upscaler`, `ControlNet` and `YOLO`.
83+
The `ImageAgents` group is responsible for processing and manipulating images, such as enhancing image quality, object detection, or image recognition. The agents in this group can perform complex operations on images. Some examples of agents in this group include `Upscaler`, `ControlNet` and `YOLO`.
8484

8585
### DBAgents
86-
The `DBAgents` group is responsible for adding and fetching data from your database, such as getting metrics or aggregations from your database. The agents in this group will interact with databases and enrich other agents with your database information. Some examples of agents in this group include `SQL`, `MongoDB`, `ElasticSearch`, `Qrant` and `Notion`.
86+
The `DBAgents` group is responsible for adding and fetching data from your database, such as getting metrics or aggregations from your database. The agents in this group interact with databases and enrich other agents with your database information. Some examples of agents in this group include `SQL`, `MongoDB`, `ElasticSearch`, `Qrant` and `Notion`.
8787

8888

8989
# Potential Applications
@@ -126,7 +126,7 @@ Here is how AgentChain can help by chaining different agents together:
126126
4. Use `CommsAgent` (`TwilioCaller`, `TwilioMessenger`) to advise, make reminders and provide alerts to help stay on track with their health goals, improving their quality of life and reducing the need for emergency care.
127127

128128

129-
## Acknowledgement
129+
## Acknowledgements
130130
We appreciate the open source of the following projects:
131131

132132
[Hugging Face](https://github.com/huggingface) &#8194;
@@ -137,5 +137,3 @@ We appreciate the open source of the following projects:
137137
[CLIPSeg](https://github.com/timojl/clipseg) &#8194;
138138
[BLIP](https://github.com/salesforce/BLIP) &#8194;
139139
[Microsoft](https://github.com/microsoft/visual-chatgpt) &#8194;
140-
141-

0 commit comments

Comments
 (0)