The Spring AI implementation of OpenManus.
spring-ai-alibaba-manus-video.mp4
- Make sure you have JDK 17 or later installed.
- Install npx globally using npm:
npm install -g npx
- Set dashscope api key.
export AI_DASHSCOPE_API_KEY=xxxx
- [Optional] Set SerpApi key, register to get free tokens for each month.
export SERP_API_KEY=xxxx
- [Optional] Set Baidu Map key. Modify the "ak" in the mcp-servers-config.json file.
"BAIDU_MAP_API_KEY": "your_baidu_AK"
Import the this module as an independent project into your favorite IDE.
Open OpenManusSpringBootApplication
in the editor and click run
.
mvn spring-boot:run