@@ -87,7 +87,7 @@ Redis is the **ideal foundation** for AI agents because it excels at the three t
8787
8888<div >
8989
90- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
90+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
9191<h3 class =" no-toc " >Conversational assistants</h3 >
9292
9393Build chatbots and virtual assistants that:
@@ -99,7 +99,7 @@ Build chatbots and virtual assistants that:
9999[ Build a conversational agent →] ( ../ )
100100</div >
101101
102- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
102+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
103103<h3 class =" no-toc " >Recommendation engines</h3 >
104104
105105Create intelligent recommendation systems that:
@@ -111,7 +111,7 @@ Create intelligent recommendation systems that:
111111[ Build a recommendation agent →] ( ../ )
112112</div >
113113
114- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
114+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
115115<h3 class =" no-toc " >Task automation agents</h3 >
116116
117117Automate complex workflows and business processes:
@@ -121,7 +121,7 @@ Automate complex workflows and business processes:
121121- Monitor and report on task completion
122122</div >
123123
124- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
124+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
125125<h3 class =" no-toc " >Data analysis agents</h3 >
126126
127127Process and analyze large datasets intelligently:
@@ -131,7 +131,7 @@ Process and analyze large datasets intelligently:
131131- Create visualizations and dashboards
132132</div >
133133
134- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
134+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
135135<h3 class =" no-toc " >Content generation agents</h3 >
136136
137137Create and manage content at scale:
@@ -145,7 +145,7 @@ Create and manage content at scale:
145145
146146<div >
147147
148- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
148+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
149149<h3 class =" no-toc " >Customer support agents</h3 >
150150
151151Provide intelligent customer service:
@@ -155,7 +155,7 @@ Provide intelligent customer service:
155155- Learn from interactions to improve responses
156156</div >
157157
158- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
158+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
159159<h3 class =" no-toc " >Research and retrieval agents</h3 >
160160
161161Find and synthesize information from multiple sources:
@@ -165,7 +165,7 @@ Find and synthesize information from multiple sources:
165165- Maintain up-to-date knowledge repositories
166166</div >
167167
168- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
168+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
169169<h3 class =" no-toc " >Monitoring and alerting agents</h3 >
170170
171171Watch systems and notify when action is needed:
@@ -175,7 +175,7 @@ Watch systems and notify when action is needed:
175175- Suggest remediation actions
176176</div >
177177
178- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
178+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
179179<h3 class =" no-toc " >Personal productivity agents</h3 >
180180
181181Help users manage tasks and information:
@@ -185,7 +185,7 @@ Help users manage tasks and information:
185185- Learn user preferences and habits
186186</div >
187187
188- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
188+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
189189<h3 class =" no-toc " >Trading and financial agents</h3 >
190190
191191Make intelligent financial decisions:
@@ -343,7 +343,7 @@ Production-ready agents include built-in reliability features:
343343
344344## Key takeaways
345345
346- <div class =" bg-gray-50 dark:bg-gray-800 p-6 rounded-lg border border-gray-200 dark:border-gray-700 my-8 " >
346+ <div class =" bg-gray-50 p-6 rounded-lg border border-gray-200 my-8 " >
347347
348348** What makes agents different:**
349349Agents maintain memory, plan multi-step tasks, and learn from interactions—unlike simple chatbots.
0 commit comments