Copyright 2026 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Tron OneAgent
English
简介
Tron OneAgent 是一个企业级 AI Agent 高代码开发框架,提供开箱即用的后端服务与前端交互能力,涵盖 Agent 构建的完整流程。
核心特性
Tron OneAgent 基于 Alibaba AgentScope Java 构建,完全兼容其生态能力。
为什么选择 Tron OneAgent
应用场景
架构
graph TB EndUser((终端用户)) subgraph Client["Client (Node)"] Session[会话管理] Chat[聊天对话] end Developer((开发者)) subgraph Control["Client (Node)"] Config[动态配置] Debugger[开发调试] end subgraph Backend["Backend (Java)"] AgentScope[AgentScope] end subgraph Infrastruture Mysql[(MySQL)] OSS[(文件存储)] RAG[(知识库)] LongTermMemory[(长期记忆)] ModelAPI[模型API] McpServer["MCP Server"] end RemoteSubAgent[远程子Agent] EndUser --> Client Developer --> Control Config --> Backend Debugger --> Backend Session --> Backend Chat --> Backend Backend --> Mysql Backend --> OSS Backend --> ModelAPI Backend --> RAG Backend --> LongTermMemory Backend --> McpServer Backend --> RemoteSubAgent技术栈
后端技术
前端技术
快速开始(本地部署)
启动后端服务
服务启动后访问:
http://localhost:8080启动前端应用
客户端启动后访问:
http://localhost:3000文档
开源许可
本项目采用 Apache 2.0 许可证。