# alibaba-openmanus
**Repository Path**: xscodeit/alibaba-openmanus
## Basic Information
- **Project Name**: alibaba-openmanus
- **Description**: alibaba-openmanus
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-04-07
- **Last Updated**: 2025-04-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Spring AI Alibaba OpenManus
The Spring AI implementation of OpenManus.
https://github.com/user-attachments/assets/fc8153bc-8353-4d5c-8789-755d2fd7c4f3
## How to Run
### Prerequisites
1. Make sure you have JDK 17 or later installed.
2. Set dashscope api key.
```shell
export AI_DASHSCOPE_API_KEY=xxxx
```
3. [Optional] Set SerpApi key, register to get free tokens for each month.
```shell
export SERP_API_KEY=xxxx
```
4. [Optional] Set Baidu Map key. Modify the "ak" in the mcp-servers-config.json file.
```shell
"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
```shell
mvn spring-boot:run
```
## Architecture
