Skip to content

blue-lotus-org/mistral-agent-builder

Repository files navigation

Mistral Agent Builder

Description

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.

Features

  • 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.

Project Structure

  • 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.

Key Components

  • Layout: Defines the main structure of the application.
  • Editor: Integrated code editor for AI agent development.
  • Theme Provider: Manages theme customization.

Installation

  1. Clone the repository:
    git clone https://github.com/blue-lotus-org/mistral-agent-builder.git
  2. Navigate to the project directory:
    cd mistral-agent-builder
  3. Install dependencies:
    pnpm install

Usage

  1. Start the development server:
    pnpm run dev
  2. Open your browser and navigate to http://localhost:3000 to see the application in action.

Scripts

  • dev: Start the development server.
  • build: Build the application for production.
  • start: Start the production server.
  • lint: Run linting checks.

Dependencies

  • 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.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT, Apache2 License.

Credits

About

Mistral Agent Builder is a Next.js application designed to **create and edit AI agents using Mistral models**.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors