MindPilot is a cross-platform multifunctional intelligent desktop Agent assistant designed to provide users with convenient and efficient smart solutions. It leverages MindSpore and MindNLP to integrate advanced large language models as its core decision-making engine. MindPilot can accurately decompose, plan, execute, reflect on, and summarize user tasks, ensuring efficient task completion. ✨
Clone
git clone https://github.com/ResDream/MindPilot.git
Frontend
# Installation
cd Frontend
yarn
# Build for Specific Platforms:
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
Backend
# Install dependencies
pip install -r requirements.txt
Start MindPilot:
# Frontend
cd Frontend
yarn dev
# Backend
cd src/mindpilot
python main.py
Search Config:
"search_internet": {
"use": False,
"search_engine_name": "bing",
"search_engine_config": {
"bing": {
"result_len": 3,
"bing_search_url": "https://api.bing.microsoft.com/v7.0/search",
"bing_key": "",
},
},
Create and Configure Agents 🛠️:
Start Tasks 📝:
For questions or suggestions, please contact 2802427218@qq.com.