This project is an AI-powered agent that can review your code, generate commit messages, and create markdown files. It uses Google's Gemini model via the ai SDK.
To install dependencies:
bun installTo run the agent and have it review your code:
bun run index.tsThis project was created using bun init. Bun is a fast all-in-one JavaScript runtime.