my-ai-agent
My AI Agent 是一个基于 Spring Boot 和 Spring AI 框架构建的智能代理服务,集成了现代大模型能力,提供对话记忆、多模态交互等功能。本项目通过整合阿里云灵积大模型服务,实现了RAG、MCP的等主流功能
GitHub Stars
92
User Rating
Not Rated
Favorites
0
Views
22
Forks
8
Issues
0
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
JDK: 21 or higher
Maven: 3.9 or higher
Alibaba Cloud account and API Key (for accessing large models)
Installation Steps
1. Clone Repository
bash
git clone https://github.com/Cunninger/my-ai-agent.git
cd my-ai-agent
2. Set Environment Variables
bash
Alibaba Cloud API Key (required)
export ALIBABA_API_KEY=your_api_key_here
3. Build Project
bash
./mvnw clean package
4. Run Main Application
bash
java -jar target/my-ai-agent-0.0.1-SNAPSHOT.jar
5. Run Image Search Service (optional)
bash
cd my-image-search-mcp-server
../mvnw spring-boot:run