- Designed to address programmers' daily challenges
- A personal toolbox and assistant for developers
- Compact, practical, and enjoyable
- Open to innovative ideas
Task: Report China's top 10 cities by GDP:
When you run the application, it will ask you to enter a task, here are some examples:
- What is the capital of France?
- Write python code to print the Fibonacci sequence
And a more complex task:
Report China's top 10 cities by GDP including:
* Nominal GDP
* Population
* GDP per capita
* Major industries
Additional requirements
* Provide analysis of the results
* Draw a bar chart and save it in PNG format
:end
- JDK 17+
- Install npx globally using npm:
npm install -g npx
- Set required KEYs: copy application-private-template.yml
to
application-private.yml
and fill in your own keys.
- Click DeepSeek key to register to get your deepseek key
- Click SerpApi key to register to get free tokens for each month.
Open the project in your IDE.
Open MyManusApplication
in the editor and click run
.
./mvnw spring-boot:run