A modular and extensible framework for building AI agents with TypeScript. Built on top of the Vercel AI SDK.
- 🤖 Modular agent system
- 🛠 Type-safe with TypeScript and Zod
- 🔄 Built on Vercel AI SDK
- 📦 Easy to extend and customize
# Install dependencies
npm install
# Build all packages
npm run build
# Run tests
npm test
/packages
/core # Core framework functionality
/src
/types # TypeScript types and interfaces
/base # Base classes for agents
MIT
Contributions are welcome! Please read our contributing guidelines for details.