A multi-modal chat application that can hand a conversation off between multiple agents instead of pretending one model does everything well.
What it does
- Multi-modal input — text, images, and more in the same thread
- Multiple agents can participate in a single chat, each doing what it is best at
- Built to feel like a normal chat app, not a demo of "agentic" plumbing
Stack
Next.js on the frontend, with a backend built to route messages between agents rather than a single fixed model call.