Skip to content

Commit 285c0c6

Browse files
Adds Autogen agent notebook (#98)
* loads review content into redis * stringifies json reviews * autogen agent writes its review to markdown * includes transformers dependency * includes openai dependency * corrects silly cell execution error * why is sentence_transformers not already included? * includes new autogen notebook in README * adds more markdown descriptions
1 parent fd815e7 commit 285c0c6

File tree

2 files changed

+654
-0
lines changed

2 files changed

+654
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ AI gateways manage LLM traffic through a centralized, managed layer that can imp
127127
| 👥 **CrewAI Agents** - Notebook to get started with CrewAI and lang-graph | [![Open In GitHub](https://img.shields.io/badge/View-GitHub-green)](python-recipes/agents/01_crewai_langgraph_redis.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/01_crewai_langgraph_redis.ipynb) |
128128
| 🧠 **Memory Agent** - Building an agent with short term and long term memory using Redis | [![Open In GitHub](https://img.shields.io/badge/View-GitHub-green)](python-recipes/agents/03_memory_agent.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/03_memory_agent.ipynb) |
129129
| 🛠️ **Full-Featured Agent** - Notebook builds full tool calling agent with semantic cache and router | [![Open In GitHub](https://img.shields.io/badge/View-GitHub-green)](python-recipes/agents/02_full_featured_agent.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/02_full_featured_agent.ipynb) |
130+
| 🥗 **Autogen Agent** - Builds a blog writing agent with Autogen and Redis memory | [![Open In GitHub](https://img.shields.io/badge/View-GitHub-green)](python-recipes/agents/04_autogen_agent.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/04_autogen_agent.ipynb) |
130131

131132
### Computer Vision
132133
| Recipe | GitHub | Google Colab |

0 commit comments

Comments
 (0)