Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 719 Bytes

File metadata and controls

41 lines (28 loc) · 719 Bytes

AI Agents Framework

A modular and extensible framework for building AI agents with TypeScript. Built on top of the Vercel AI SDK.

Features

  • 🤖 Modular agent system
  • 🛠 Type-safe with TypeScript and Zod
  • 🔄 Built on Vercel AI SDK
  • 📦 Easy to extend and customize

Getting Started

# Install dependencies
npm install

# Build all packages
npm run build

# Run tests
npm test

Project Structure

/packages
  /core           # Core framework functionality
    /src
      /types      # TypeScript types and interfaces
      /base       # Base classes for agents

License

MIT

Contributing

Contributions are welcome! Please read our contributing guidelines for details.