Skip to content

Latest commit

 

History

History

openmanus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Spring AI Alibaba OpenManus

The Spring AI implementation of OpenManus.

spring-ai-alibaba-manus-video.mp4

How to Run

Prerequisites

  1. Make sure you have JDK 17 or later installed.
  2. Install npx globally using npm:
    npm install -g npx
  3. Set dashscope api key.
export AI_DASHSCOPE_API_KEY=xxxx
  1. [Optional] Set SerpApi key, register to get free tokens for each month.
export SERP_API_KEY=xxxx
  1. [Optional] Set Baidu Map key. Modify the "ak" in the mcp-servers-config.json file.
"BAIDU_MAP_API_KEY": "your_baidu_AK"

Run with IDE

Import the this module as an independent project into your favorite IDE.

Open OpenManusSpringBootApplication in the editor and click run.

Run with Maven

mvn spring-boot:run

Architecture

aaa