Agent orchestration framework extending Vercel AI SDK
Top 98.5% on SourcePulse
This library extends the Vercel AI SDK to enable the creation and orchestration of AI agents, allowing them to call each other as tools. It's designed for developers building complex generative applications requiring multi-step reasoning and flexible flow management.
How It Works
The core approach defines agents with specific models, descriptions, and tool capabilities using a schema-driven output. Agents can be composed, with one agent calling another as a tool, facilitating complex reasoning chains. It supports flexible step management, context persistence, and streaming responses.
Quick Start & Requirements
npm install ai-sdk-agents
ai
) and zod
.Highlighted Details
Maintenance & Community
The project is actively maintained with contributions welcome via Pull Requests. It is built on the Vercel AI SDK and inspired by OpenAI's agent framework and Anthropic's agentic patterns.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration with closed-source applications.
Limitations & Caveats
The project is still under development, with a TODO list including adding Next.js examples, documenting the public API, and implementing inter-agent memory.
1 week ago
Inactive