solon-ai

Java AI(智能体) 全场景应用开发框架(LLM,Function Call,RAG,Embedding,Reranking,Flow,MCP Server,Mcp Client,Mcp Proxy)。同时兼容 java8 ~ java24。也可嵌入到 SpringBoot2、jFinal、Vert.x 等框架中使用。。支持 MCP_2025_03_26(mcp streamable)

GitHub Stars

148

User Rating

Not Rated

Favorites

0

Views

71

Forks

25

Issues

9

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Java: Versions 8 through 24

Installation Steps

1. Clone Repository

bash
git clone https://github.com/opensolon/solon-ai.git
cd solon-ai

2. Install Dependencies

Use Maven to install dependencies:
bash
mvn install

3. Run Sample Application

Run the sample application to verify the installation:
bash
mvn exec:java -Dexec.mainClass="com.example.Main"

Troubleshooting

Common Issues

Issue: Application won't start Solution: Check the Java version and ensure dependencies are correctly installed.