Database · Integration
AI agents for Redis
Fast state for coordination between workflow runs. AGNT connects to Redis so agents can read what happens there, reason about it, and act — with a receipt for every run.
What you can automate
Reacts when…
- a key changes
- a queue receives work
Agents can…
- read and write keys
- manage queues and counters
Teams use it for
- dedupe work across runs
- rate-limit outbound actions
- share state between agents
Connect Redis in two minutes
- Download AGNT Community Core — free, local-first, no account needed to run.
- Connects to your local instance directly — no cloud account required, nothing leaves your machine.
- Drop the Redis node into a workflow or hand it to an agent — the first run produces a receipt you can read line by line.