content/develop/ai/agent-builder/_index.md
Agents use Redis for data storage, vector search, and conversation memory. The interactive builder generates code in your preferred programming language with your choice of model.
Use the interactive builder below to generate your custom AI agent code:
{{< agent-builder >}}
AI agents are intelligent systems that can plan, remember, and take actions to help users accomplish goals. Unlike simple chatbots, agents can remember conversations, plan multi-step tasks, use external tools, and learn from interactions.
Redis powers these capabilities with fast, reliable data storage and retrieval that keeps your agents responsive and intelligent.
Learn more: How agents work
Choose from two types of intelligent agents:
The agent builder will generate complete, working code examples for your chosen agent type.
Use the Copy or Download buttons and follow the steps below to test it locally:
The generated code includes detailed setup instructions and best practices to get you started quickly. If you want to generate another agent, select the Start again button.