<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Victor Egbo</title>
    <description>The latest articles on DEV Community by Victor Egbo (@victor_egbo_8e8c0ff90b131).</description>
    <link>https://dev.to/victor_egbo_8e8c0ff90b131</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3103150%2Facece9fb-cc76-445c-99bc-91ad756c7c9b.png</url>
      <title>DEV Community: Victor Egbo</title>
      <link>https://dev.to/victor_egbo_8e8c0ff90b131</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/victor_egbo_8e8c0ff90b131"/>
    <language>en</language>
    <item>
      <title>AI AGENT CONSOLE</title>
      <dc:creator>Victor Egbo</dc:creator>
      <pubDate>Sat, 26 Jul 2025 12:21:15 +0000</pubDate>
      <link>https://dev.to/victor_egbo_8e8c0ff90b131/ai-agent-console-36ho</link>
      <guid>https://dev.to/victor_egbo_8e8c0ff90b131/ai-agent-console-36ho</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/redis-2025-07-23"&gt;Redis AI Challenge&lt;/a&gt;: Real-Time AI Innovators.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built a &lt;strong&gt;Second Brain for Real-Time Automation&lt;/strong&gt;, powered by Redis and n8n — a smart memory engine that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Captures, stores, and recalls human-like context from multi-session conversations&lt;/li&gt;
&lt;li&gt;Automates business workflows in real time&lt;/li&gt;
&lt;li&gt;Uses Redis as the core memory, delay timer, and trigger controller&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It works across platforms like WhatsApp, and it's designed for use cases such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Order and delivery automation&lt;/li&gt;
&lt;li&gt;Agent memory recall&lt;/li&gt;
&lt;li&gt;Time-based workflows (e.g. "start in 1 hour", converted into seconds using Redis TTL)&lt;/li&gt;
&lt;li&gt;Context-aware task delegation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The system dynamically routes messages based on role (Admin, Customer, Agent), and it persistently remembers chat states using Redis JSON. It’s capable of acting like a CRM, automation layer, and AI memory unit — all in one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;🚀 [Live Workflow Screenshot] &lt;a href="https://drive.google.com/file/d/1mXRqrzDCtEMs4yr2IO4Wst5pp825vOF6/view?usp=drive_link" rel="noopener noreferrer"&gt;https://drive.google.com/file/d/1mXRqrzDCtEMs4yr2IO4Wst5pp825vOF6/view?usp=drive_link&lt;/a&gt;&lt;br&gt;
🎥 [Demo Video]&lt;a href="https://drive.google.com/file/d/1NKhmdgOHxA9NFlbc8Xe_8cxHCKxz5pRE/view?usp=drive_link" rel="noopener noreferrer"&gt;https://drive.google.com/file/d/1NKhmdgOHxA9NFlbc8Xe_8cxHCKxz5pRE/view?usp=drive_link&lt;/a&gt; &lt;br&gt;
📸 Screenshots:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Redis key structure
&lt;/li&gt;
&lt;li&gt;Message context stored and recalled
&lt;/li&gt;
&lt;li&gt;Real-time delivery timers firing workflows via TTL expiration&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How I Used Redis 8
&lt;/h2&gt;

&lt;p&gt;Redis was at the core of the brain. I used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;RedisJSON&lt;/strong&gt; to store structured session history, roles, and memory per phone number.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Redis TTL + Key Expiry&lt;/strong&gt; to schedule timed workflows ("start in 1 hour" is auto-converted to seconds and scheduled in Redis).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Redis Streams&lt;/strong&gt; for logging and chaining AI agent interactions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pub/Sub&lt;/strong&gt; to push live triggers to n8n for follow-ups, reminders, or escalations.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This allowed me to build a &lt;strong&gt;modular second brain&lt;/strong&gt; that remembers, reacts, and acts in real time — like a digital operating system for conversations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tags
&lt;/h2&gt;

&lt;h1&gt;
  
  
  redischallenge #devchallenge #database #ai
&lt;/h1&gt;

</description>
      <category>redischallenge</category>
      <category>devchallenge</category>
      <category>database</category>
      <category>ai</category>
    </item>
    <item>
      <title>MEMORA: AI PERSONAL ASSISTANT</title>
      <dc:creator>Victor Egbo</dc:creator>
      <pubDate>Sat, 26 Jul 2025 12:16:59 +0000</pubDate>
      <link>https://dev.to/victor_egbo_8e8c0ff90b131/memora-ai-personal-assistant-3jl5</link>
      <guid>https://dev.to/victor_egbo_8e8c0ff90b131/memora-ai-personal-assistant-3jl5</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built a &lt;strong&gt;Second Brain for Real-Time Automation&lt;/strong&gt;, powered by Redis and n8n — a smart memory engine that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Captures, stores, and recalls human-like context from multi-session conversations&lt;/li&gt;
&lt;li&gt;Automates business workflows in real time&lt;/li&gt;
&lt;li&gt;Uses Redis as the core memory, delay timer, and trigger controller&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It works across platforms like WhatsApp, and it's designed for use cases such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Order and delivery automation&lt;/li&gt;
&lt;li&gt;Agent memory recall&lt;/li&gt;
&lt;li&gt;Time-based workflows (e.g. "start in 1 hour", converted into seconds using Redis TTL)&lt;/li&gt;
&lt;li&gt;Context-aware task delegation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The system dynamically routes messages based on role (Admin, Customer, Agent), and it persistently remembers chat states using Redis JSON. It’s capable of acting like a CRM, automation layer, and AI memory unit — all in one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;🚀 [Live Workflow Screenshot] &lt;a href="https://drive.google.com/file/d/1mXRqrzDCtEMs4yr2IO4Wst5pp825vOF6/view?usp=drive_link" rel="noopener noreferrer"&gt;https://drive.google.com/file/d/1mXRqrzDCtEMs4yr2IO4Wst5pp825vOF6/view?usp=drive_link&lt;/a&gt;&lt;br&gt;
🎥 [Demo Video] &lt;a href="https://drive.google.com/file/d/1NKhmdgOHxA9NFlbc8Xe_8cxHCKxz5pRE/view?usp=sharing" rel="noopener noreferrer"&gt;https://drive.google.com/file/d/1NKhmdgOHxA9NFlbc8Xe_8cxHCKxz5pRE/view?usp=sharing&lt;/a&gt;&lt;br&gt;
📸 Screenshots:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Redis key structure
&lt;/li&gt;
&lt;li&gt;Message context stored and recalled
&lt;/li&gt;
&lt;li&gt;Real-time delivery timers firing workflows via TTL expiration&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How I Used Redis 8
&lt;/h2&gt;

&lt;p&gt;Redis was at the core of the brain. I used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;RedisJSON&lt;/strong&gt; to store structured session history, roles, and memory per phone number.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Redis TTL + Key Expiry&lt;/strong&gt; to schedule timed workflows ("start in 1 hour" is auto-converted to seconds and scheduled in Redis).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Redis Streams&lt;/strong&gt; for logging and chaining AI agent interactions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pub/Sub&lt;/strong&gt; to push live triggers to n8n for follow-ups, reminders, or escalations.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This allowed me to build a &lt;strong&gt;modular second brain&lt;/strong&gt; that remembers, reacts, and acts in real time — like a digital operating system for conversations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tags
&lt;/h2&gt;

&lt;h1&gt;
  
  
  redischallenge #devchallenge #database #ai
&lt;/h1&gt;

</description>
      <category>redischallenge</category>
      <category>devchallenge</category>
      <category>database</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
