Mini Cursor application using AI agent - Google Gemini LLM and a few tools.
The Mini Cursor application leverages Google Gemini LLM to provide intelligent cursor-based interactions. It integrates AI capabilities with various tools to enhance user productivity and streamline workflows.
- AI-driven cursor interactions powered by Google Gemini LLM.
- Integration with multiple tools for enhanced functionality.
- Cross-platform compatibility (macOS, Linux, Windows).
- Node.js installed on your system.
- A valid Google Gemini API key.
- Clone the repository:
git clone <repository-url>
cd <repository-folder>
2. npm install
````markdown
3. Create a .env file in the root directory and add your Google API key:
```plaintext
GOOGLE_API_KEY=your-google-api-key
-
Run the application: node index.js
-
Follow the prompts to interact with the AI-driven cursor.