Mistral Agent Builder is a Next.js application designed to create and edit AI agents using Mistral models. This project leverages modern web technologies and provides a user-friendly interface for AI agent development.
- AI Agent Creation: Create and edit AI agents using Mistral models.
- Theme Customization: Apply and save custom themes for a personalized experience.
- Responsive Design: Built with Tailwind CSS for a responsive and modern UI.
- Code Editor: Integrated Monaco Editor for code editing.
- AI Integration: Utilizes AI models for code completion and suggestions.
- app/: Contains the main application components and pages.
- components/: Reusable UI components.
- hooks/: Custom React hooks.
- lib/: Utility functions and libraries.
- public/: Static assets.
- styles/: Global CSS styles.
- Layout: Defines the main structure of the application.
- Editor: Integrated code editor for AI agent development.
- Theme Provider: Manages theme customization.
- Clone the repository:
git clone https://github.com/blue-lotus-org/mistral-agent-builder.git
- Navigate to the project directory:
cd mistral-agent-builder - Install dependencies:
pnpm install
- Start the development server:
pnpm run dev
- Open your browser and navigate to
http://localhost:3000to see the application in action.
dev: Start the development server.build: Build the application for production.start: Start the production server.lint: Run linting checks.
- Next.js: React framework for server-side rendering and static site generation.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Mistral Models: AI models used for creating and editing AI agents.
- Monaco Editor: Code editor for AI agent development.
- AI SDK: Integration with AI models for code completion and suggestions.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT, Apache2 License.
- UI: v0.dev
- AI: Mistral AI
- Author: BLUE LOTUS