[](https://iflytek.github.io/astron-agent/)
[](https://agent.xfyun.cn)
[](LICENSE)
[](https://github.com/iflytek/astron-agent/stargazers)
[](https://deepwiki.com/iflytek/astron-agent)
English | [简体中文](docs/zh/README.md)
## 🔭 什么是 Astron Agent
Astron Agent 是一个**企业级、商用友好**的 Agentic Workflow 开发平台,集成了 AI workflow 编排、模型管理、AI 与 MCP 工具集成、RPA 自动化以及团队协作功能。
该平台支持**高可用**部署,使组织能够快速构建**可扩展、可用于生产环境**的智能体应用,并为未来奠定 AI 基础。
### 为什么选择 Astron Agent?
- **稳定可靠**:基于与科大讯飞 Astron Agent 平台相同的核心技术构建,提供企业级的可靠性,并完全开源了高可用版本。
- **跨系统集成**:原生集成智能 RPA,高效连接企业内外部系统,实现 Agent 与企业系统的无缝交互。
- **企业级开放生态**:深度兼容各类行业模型与工具,支持自定义扩展,灵活适配多样化的企业场景。
- **对商业友好**:基于 Apache 2.0 协议发布,无任何商业限制,允许免费商用。
### 核心特性
- **企业级高可用:** 具备涵盖开发、构建、优化和管理的全栈能力。支持一键部署,可靠性强劲。
- **智能 RPA 集成:** 实现跨系统流程自动化,赋予 Agent 可控的执行能力,实现“从决策到行动”的完整闭环。
- **开箱即用的工具生态:** 集成了来自[科大讯飞开放平台](https://www.xfyun.cn)的海量 AI 能力与工具,经过百万开发者验证,支持即插即用,无需额外开发。
- **灵活的大模型支持:** 提供多样化的接入方式,从基于 API 的模型快速接入与验证,到企业级 MaaS (Model as a Service) 本地集群的一键部署,满足各种规模的需求。
## 🤝 [使用案例](https://iflytek.github.io/astron-agent/cases/)
## 📰 新闻
### 🔄 进行中
### 📅 往期回顾
- **[Astron 黑客马拉松 @ 2025 科大讯飞全球 1024 开发者节](https://luma.com/9zmbc6xb)** 🎤
@mklong
- **[Astron Agent 郑州开发者聚会](https://github.com/iflytek/astron-agent/discussions/672)** 🎤
@lyj715824
@wowo-zZ
- **[Astron 走进校园 @ 浙江财经大学](https://mp.weixin.qq.com/s/oim_Z0ckgpFwf5jOskoJuA)** 🎤
@lyj715824
- **[Astron Agent & RPA · 青岛聚会带来 Agentic AI!](https://github.com/iflytek/astron-agent/discussions/740)** 🎤
@vsxd
@doctorbruce
@MaxwellJean
- **[Astron 训练营 · 第一期](https://www.aidaxue.com/astronCamp)** 🎤
@lyj715824
@Thomas1024-Astron
@abelzha
- **[Astron 演讲 @ 重庆迷你科技节](https://mp.weixin.qq.com/s/HROf1zZpkPVDSsCQrv2jRg)** 🎤
@lyj715824
- **[Astron Agent @ MWC Barcelona 2026](https://www.iflytek.com/en/news-events/mwc2026.html)**
- **[Astron Agent & RPA · 合肥聚会](https://mp.weixin.qq.com/s/tDJaoOLUrjBlgMLDurvHCw)** 🎤
@lyj715824
@doctorbruce
- **[Astron 工业智能黑客马拉松](https://awesome-astron-workflow.dev/activities/astron-industrial-intelligence-hackathon)** 🎤
@lyj715824
@horizon220222
## 🚀 快速开始
我们提供两种部署方式以满足不同的场景:
### 方式一:Docker Compose(推荐用于快速开始)
```
# Clone repository
git clone https://github.com/iflytek/astron-agent.git
# 导航到 Docker 部署目录
cd docker/astronAgent
# 复制 environment 配置
cp .env.example .env
# 配置 environment variables
vim .env
```
关于环境变量配置,请参考文档:[DEPLOYMENT_GUIDE_WITH_AUTH.md](https://github.com/iflytek/astron-agent/blob/main/docs/DEPLOYMENT_GUIDE_WITH_AUTH.md#step-2-configure-astronagent-environment-variables)
```
# 启动所有服务(包括 Casdoor)
docker compose -f docker-compose-with-auth.yaml up -d
```
#### 📊 服务访问地址
启动后,您可以通过以下地址访问服务:
**认证服务**
- **Casdoor 管理界面**: http://localhost:8000
**AstronAgent**
- **应用前端 (nginx 代理)**: http://localhost/
**注意**
- 默认 Casdoor 登录凭据:用户名:`admin`,密码:`123`
### 方式二:Helm(适用于 Kubernetes 环境)
```
# 即将推出
# helm repo add astron-agent https://iflytek.github.io/astron-agent
# helm install astron-agent astron-agent/astron-agent
```
## 📖 使用 Astron Cloud
**体验 Astron**:Astron Cloud 提供了一个开箱即用的环境,用于创建和管理 Agent。请访问 [https://agent.xfyun.cn](https://agent.xfyun.cn) 快速获取使用权限。
**使用指南**:有关详细的使用说明,请参阅[快速入门指南](https://www.xfyun.cn/doc/spark/Agent03-%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97.html)。
## 📚 文档
- [🚀 部署指南](docs/DEPLOYMENT_GUIDE.md)
- [🔧 配置说明](docs/CONFIGURATION.md)
- [🚀 快速开始](https://www.xfyun.cn/doc/spark/Agent02-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.html)
- [📘 开发指南](https://www.xfyun.cn/doc/spark/Agent03-%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97.html#_1-%E6%8C%87%E4%BB%A4%E5%9E%8B%E6%99%BA%E8%83%BD%E4%BD%93%E5%BC%80%E5%8F%91)
- [📖 教程](https://scn5s6198j3j.feishu.cn/wiki/VefnwvPbridJBikCUb1cYXO9nYb)
- [💡 最佳实践](https://www.xfyun.cn/doc/spark/AgentNew-%E6%8A%80%E6%9C%AF%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B.html)
- [📱 使用案例](https://www.xfyun.cn/doc/spark/Agent05-%E5%BA%94%E7%94%A8%E6%A1%88%E4%BE%8B.html)
- [❓ 常见问题](https://www.xfyun.cn/doc/spark/Agent06-FAQ.html)
- [🌐 开源 Workflows](https://awesome-astron-workflow.dev/#workflows)
## 📞 支持
- 💬 社区讨论:[GitHub Discussions](https://github.com/iflytek/astron-agent/discussions)
- 🐛 Bug 报告:[Issues](https://github.com/iflytek/astron-agent/issues)
- [](https://discord.gg/YgG2v9NEMH)
- 👥 微信群:
## 📄 开源协议
本项目基于 [Apache 2.0 协议](LICENSE)授权,允许免费使用、修改、分发和商业使用,无任何限制。