An VoltAgent application.
- Node.js (v18 or newer)
- npm, yarn, or pnpm
- Clone this repository
- Install dependencies
npm install
# or
yarn
# or
pnpm installRun the development server:
npm run dev
# or
yarn dev
# or
pnpm devThis project uses VoltAgent, a framework for building AI agents with the following capabilities:
- Core - The foundation for building and running AI agents
- Vercel AI Provider - Integration with Vercel AI SDK for LLM access
- Custom Tools - Add your own capabilities for your agents
.
├── src/
│ └── index.ts # Main application entry point with agent definition
├── .voltagent/ # Auto-generated folder for agent memory
├── package.json
├── tsconfig.json
└── README.md
MIT