From 97bf642621bd46c819023a274f968f39abfc32f0 Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 24 Jul 2026 10:31:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20a2s=5Fagent=5Farch.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a2s_agent_arch.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 a2s_agent_arch.md diff --git a/a2s_agent_arch.md b/a2s_agent_arch.md new file mode 100644 index 0000000..e8522a3 --- /dev/null +++ b/a2s_agent_arch.md @@ -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 +``` \ No newline at end of file