AI

Adding AI Agents to StreamShop

September 14, 2026
Distributed Systems, AI, AI Agents

Adding AI Agents to StreamShop # Wiring a Rust SSE gateway into StreamShop so operators and shoppers talk to the same platform through different personas. StreamShop already had a commerce pipeline worth explaining: catalog → order → outbox → Redpanda → event-processor → ClickHouse. The AI work adds a front door for that story. I added a Rust agent gateway that streams tool-using turns over SSE, calls the same service DNS the rest of Compose uses, and keeps session context in Redis. ...