Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Vercel AI SDK: Agent Orchestration
Learn how to compose AI agents using Flows AI and Vercel AI SDK, nesting functions for sequential and parallel workflows with LLM calls.
Flows AI is a light-weight library written in TypeScript for orchestrating AI agents. Unlike most of the frameworks for building and scheduling agents, it does not propose its own interface. Instead, it builds on top of Vercel AI SDK, letting you re-use your existing knowledge and focusing on the most important aspect of it - orchestration.
In our system, agent is a simple pure function. What you do inside of it, is up to you. You can call an LLM using Vercel AI SDK or execute local function. Each agent takes an input, which can either be the task to perform, or another agent. That allows infinite nesting of multiple different agents, and executing variety of different flows, such as sequence or parallelism.
While the library itself has very minimal interface, we provide a bunch of out-of-the-box agents for most popular patterns, as described by Anthropic in their latest article on agents, released in December.
In this short demo, I will show you how you can build and compose multiple AI workflows together, using both LLM and local function calling to achieve desired results.
Flows-AI orchestrates type-safe AI workflows using TypeScript and Vercel AI SDK.
Related projects
Unleash Your voice Unleash Your Agents
Poland
The talk demonstrates a locally run AI system that provides real‑time speech transcription, lets you control applications, and…
AI as a Service
Nairobi
Learn how to build end‑to‑end pipelines that automate AI model training, deployment, and monitoring, reducing manual effort and…
Embedding agents into workflows – where do we start?
Poland
Learn practical steps to embed AI agents into existing workflows, focusing on automating reactive tasks and creating reliable,…
Using Agentic workflows to unlock the performing arts
Berlin
This talk explores building agentic workflows using LLMs to scan and parse live performing arts events, improving link…
Multi-Agent Systems Solving Complex Tasks in IT Environments
Poland
Explore a LangChain-based multi-agent architecture that integrates tools and graph knowledge retrieval to automate complex IT support and…
Vibe Coding AI Agents
Chicago
Learn how to build and deploy production‑grade AI agents quickly using Mastra AI, a TypeScript framework, with practical…