添加 a2s_agent_arch.md
This commit is contained in:
26
a2s_agent_arch.md
Normal file
26
a2s_agent_arch.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Intro
|
||||
|
||||
以下是`mis-agent`项目架构以及目录结构。
|
||||
|
||||
## 核心技术栈
|
||||
|
||||
| 名称 | 版本 | 官方文档 | Github |
|
||||
|:-----|:-----|:-----|:-----|
|
||||
|Java|OpenJDK21|-|-|
|
||||
|SpringBoot|3.2.9|https://docs.spring.io/spring-boot/docs/3.2.9/reference/html|https://github.com/spring-projects/spring-boot/tree/v3.2.9|
|
||||
|SpringFramework|6.1.12|https://docs.spring.io/spring-framework/reference/6.2/index.html|https://github.com/spring-projects/spring-framework/tree/v6.1.12|
|
||||
|rocketmq-spring-boot-starter|2.2.3|https://rocketmq.apache.org/zh/docs/4.x|https://github.com/apache/rocketmq-spring/tree/rocketmq-spring-all-2.2.3|
|
||||
|rocketmq-client|4.9.8|-|https://github.com/apache/rocketmq/tree/rocketmq-all-4.9.8|
|
||||
|mybatis-plus|3.5.7|https://baomidou.com/introduce/|https://github.com/baomidou/mybatis-plus/tree/v3.5.7|
|
||||
|MySQL|8.0.25|https://dev.mysql.com/doc/refman/8.0/en/|https://github.com/mysql/mysql-server/tree/mysql-8.0.25|
|
||||
|Redis|8.0+|-|-|
|
||||
|redisson-spring-boot-starter|3.34.1|https://redisson.pro/docs/integration-with-spring/#usage|https://github.com/redisson/redisson/tree/redisson-3.34.1/redisson-spring-boot-starter/src/main|
|
||||
|agentscope-java|1.0.11|https://java.agentscope.io/v1/zh/docs/task/agent-as-tool.html|https://github.com/agentscope-ai/agentscope-java/tree/v1.0.11|
|
||||
|spring-ai-alibaba|1.1.2.2|https://java2ai.com/docs/overview|https://github.com/alibaba/spring-ai-alibaba/tree/v1.1.2.2|
|
||||
|spring-ai|1.1.2|https://docs.spring.io/spring-ai/reference/1.1/index.html|https://github.com/spring-projects/spring-ai/tree/v1.1.2|
|
||||
|
||||
## 目录结构
|
||||
|
||||
```text
|
||||
ja
|
||||
```
|
||||
Reference in New Issue
Block a user