AI
AI recipes
2 admin-reviewed AI starting points in the Vault, each installable with one command. Browse every category →
LLM Gateway / Proxy
A lightweight proxy in front of one or more LLM providers, with Redis for response caching and rate limiting — the pattern in front of the pattern, not another RAG pipeline.
by @ops
Node.js 24 Redis
Python + Postgres + Redis: AI Agent Orchestration / Tool-calling Gateway
Manages multi-step agent tool-calls and orchestration state, a worker processing agent steps async — distinct from the LLM Gateway/Proxy recipe: that's caching and rate limiting in front of model calls, this is the orchestration layer coordinating an agent's actual multi-step work.
by @ops
Python 3.12 PostgreSQLRedis