目录
目录README.md

MindPilot 🚀

Language: English | 中文

Introduction

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

Key Features

  • Cross-Platform Support 🌍: Compatible with major operating systems including Windows, macOS, and Linux.
  • Customizable Agents 🛠️: Users can tailor different agent identities based on their needs, allowing for personalized intelligent services to handle diverse task scenarios.
  • Efficient Execution ⚡: Advanced algorithms, powered by MindSpore and MindNLP, ensure efficient task completion.
  • Knowledge Base Support 📚: Integrates a knowledge base to provide contextual information and enhance decision-making capabilities.
  • Hardware Compatibility 💻: Supports CPU, GPU, and Ascend devices.

Installation

  • 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

Usage Guide

  1. Start MindPilot:

    # Frontend
    cd Frontend
    yarn dev
    
    # Backend
    cd src/mindpilot
    python main.py
  2. Search Config:

    • Open the file src/mindpilot/app/configs/tool_config.py. Fill in the bing search API in the following code:
      "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": "", 
                }, 
            }, 
  3. Create and Configure Agents 🛠️:

    • Select “Create Agent” within the app and follow the prompts to complete the setup.
  4. Start Tasks 📝:

    • Input your task requirements, and MindPilot will automatically decompose and plan them.

Contact Us 📧

For questions or suggestions, please contact 2802427218@qq.com.

关于

MindPilot是一个跨平台的多功能智能Agent桌面助手,旨在为用户提供便捷、高效的智能解决方案。通过集成先进的大语言模型作为核心决策引擎,MindPilot能够对用户的任务进行精准分解、规划、执行、反思和总结,确保任务的高效完成。同时提供了高度自定义化的Agent,用户可以根据需求自定义不同身份的Agent,以应对多样化的任务场景,实现个性化的智能服务。在MindSpore和MindNLP的

946.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号