Skip to main content
B
Blue
January 23, 2026
Download from GitHub

Introduction to Eigent

Eigent is the Open Source Cowork Desktop built on top of CAMEL-AI, with more than 10k Stars on GitHub.

Core Features

  • Multi-Agent Collaboration: Specialized Agents like Developer, Search, Document work in parallel
  • Custom Agents: Support for creating custom Agents based on your needs
  • Clear Task Monitoring: Clean and elegant interface for clearly monitoring the multi-Agent collaboration process

Quick Start

Step 1: Get MiniMax API Key

How to get:

Step 2: Download and Install Eigent

1

Install Node.js

Make sure Node.js (version 18 ~ 22) and npm are installed
2

Clone Repository

git clone https://github.com/eigent-ai/eigent.git
cd eigent
3

Install Dependencies

npm install

Step 3: Launch Eigent Application

Run the following command in the terminal to start the Eigent application:
npm run dev
This article runs Eigent in self-hosted (community edition) mode. First-time users need to register on the Eigent website, then log in with your account in the local Eigent application. First-time startup requires installing environment dependencies, which may take some time. Please be patient.

Step 4: Configure MiniMax M2.1 Model

Click: Logo in upper left → Settings → Models tab to enter the model configuration interface. Eigent configuration interface Scroll down to the MiniMax model configuration area and configure as follows:
Configuration ItemValue
API Key SettingYour MiniMax API Key
API Host Settinghttps://api.minimax.io/v1
Model Type SettingMiniMax-M2.1
Click the Save button to save the configuration. A success prompt will appear when configuration is complete. M2.1 model settings

Step 5: Create Project and Start Task

Enter the Project interface, click the ”+” button in the upper right corner to create a new Project, and enter the new Project interface. Input your task requirements and send them to the Agent for execution. Project interface

Demo

Task Requirements

We will test the following task:
“We have a new contact at Global Media - Jennifer Martinez ([email protected]) is their new Senior Marketing Manager. Add her to our Salesforce and make sure she is connected to the right company.”
Task requirements

Task Execution Process

1

Phase 1: Task Planning

MiniMax M2.1 has built-in thinking capabilities. After the task requirements are sent in Eigent, it first performs deep reasoning to clarify the task requirements and goals.For this task, MiniMax M2.1 determines that decomposition is unnecessary, so it enhances the prompt for the current task instead.Task planning
2

Phase 2: Browser Use

Based on task planning, the MiniMax M2.1 model acts as a Browser Agent calling browser tools to conduct tasks and perform automated form filling.In this task, MiniMax M2.1 operated within a complex Salesforce interface to add a new contact, Jennifer Martinez (Senior Marketing Manager), to Global Media and ensure she was correctly associated with the right account.This required:
  • Navigating multiple UI layers
  • Identifying the correct entry points
  • Creating the contact
  • Populating key fields
  • Validating the account linkage
Browser automationTask completedThe results show that MiniMax M2.1 executed every step accurately without mis-clicks or workflow breakdowns. This demonstrates the model’s strong capability in understanding complex enterprise UIs, planning multi-step actions, and reliably executing end-to-end tasks.

Summary

In this tutorial, we showed how to integrate the MiniMax M2.1 model into Eigent, an open-source Cowork, to complete complex tasks:
  • MiniMax M2.1’s reasoning capability enables it to autonomously plan and execute steps for complex tasks
  • Eigent supports parallel form filling, enabling multiple items to be completed at the same time, and delivers a cowork-for-enterprises experience with significantly improved efficiency
  • Ultimately, MiniMax accurately completed every item throughout the process, fully demonstrating MiniMax M2.1’s outstanding performance in long-horizon planning tasks