Building Syllabi – Agentic AI with Vercel AI SDK, Dynamic Tool Loading, and RAG
dev.toΒ·14hΒ·
Discuss: DEV
Flag this post

Building Syllabi – Agentic AI with Vercel AI SDK, Dynamic Tool Loading, and RAG

After 6 months of building, I just launched Syllabi – an open-source platform for creating agentic chatbots that can integrate with ANY tool, search knowledge bases, and deploy across channels.

TL;DR: Built with Vercel AI SDK, dynamic tool selection (semantic vs. direct), modular skills system, and real-time RAG. It’s open-source (MIT) and ready for self-hosting.


The Problem I Was Solving

Every AI project I worked on needed two things:

  1. Answer questions from knowledge bases (RAG)
  2. Take actions (send Slack messages, create tickets, call APIs)

But building both from scratch is tedious. Existing solutions either lock you into their cloud …

Similar Posts

Loading similar posts...