Sandbox
@iflytek/astron-agent

Agentic workflow platform for multi-agent builds

Astron Agent is a platform for building agent workflows, not just single prompts. It gives you orchestration, model and tool integration, RPA, and a console so you can assemble and run production agent systems.

8,984 stars876 forksJavaUpdated 7d ago
Who it's for

Builders who want to create and run multi-agent workflows with enterprise deployment and tool integration.

What it delivers

You can build production-ready agent systems with orchestration, tools, and RPA instead of stitching everything together yourself.

What it does

Workflow orchestration

Defines and runs agentic workflows for multi-step tasks and multi-agent setups.

MCP and tool integration

Connects agents to MCP tools and other external services inside the platform.

RPA automation

Adds cross-system automation so agents can trigger real actions in enterprise systems.

Model management

Supports flexible model access and deployment paths for different environments.

Team collaboration

Includes shared platform features for working on and managing agents together.

High-availability deployment

Provides Docker-based startup and Kubernetes-oriented deployment paths for production use.

How to get it

  1. 1For environment variable configuration, please refer to the…
    # Start all services (including Casdoor)
    docker compose -f docker-compose-with-auth.yaml up -d
  2. 2Note: Helm charts are currently under development. Stay tuned for updates!
    # Coming soon
    # helm repo add astron-agent https://iflytek.github.io/astron-agent
    # helm install astron-agent astron-agent/astron-agent

README

Astron Agent Logo

Astron_Readme

iflytek%2Fastron-agent | Trendshift

License GitHub Stars Ask DeepWiki

English | 简体中文 | 日本語

🔭 What is Astron Agent

Astron Agent is an enterprise-grade, commercial-friendly Agentic Workflow development platform that integrates AI workflow orchestration, model management, AI and MCP tool integration, RPA automation, and team collaboration features. The platform supports high-availability deployment, enabling organizations to rapidly build scalable, production-ready intelligent agent applications and establish their AI foundation for the future.

Why Choose Astron Agent?

  • Stable and Reliable: Built on the same core technology as the iFLYTEK Astron Agent Platform, providing enterprise-grade reliability with a fully available high-availability version open source.
  • Cross-System Integration: Natively integrates intelligent RPA, efficiently connecting internal and external enterprise systems, enabling seamless interaction between Agents and enterprise systems.
  • Enterprise-Grade Open Ecosystem: Deeply compatible with various industry models and tools, supporting custom extensions and flexibly adapting to diverse enterprise scenarios.
  • Business-Friendly: Released under the Apache 2.0 License, with no commercial restrictions, allowing free commercial use.

Key Features

  • Enterprise-Grade High Availability: Full-stack capabilities for development, building, optimization, and management. Supports one-click deployment with strong reliability.
  • Intelligent RPA Integration: Enables cross-system process automation, empowering Agents with controllable execution to achieve a complete loop “from decision to action.”
  • Ready-to-Use Tool Ecosystem: Integrates massive AI capabilities and tools from the iFLYTEK Open Platform, validated by millions of developers, supporting plug-and-play integration without extra development.
  • Flexible Large Model Support: Offers diverse access methods, from rapid API-based model access and validation to one-click deployment of enterprise-level MaaS (Model as a Service) on-premises clusters, meeting needs of all scales.

🤝 Adopters

东华软件     中国电信     云算数字科技     小趣科技     山东云谷

广物互联     北京榆构     烽火通信     厦门福昕中数   襄阳东昇

📰 News

🔄 Ongoing

📅 Past

🚀 Quick Start

We offer two deployment methods to meet different scenarios:

Option 1: Docker Compose (Recommended for Quick Start)

# Clone the repository
git clone https://github.com/iflytek/astron-agent.git

# Navigate to the Docker deployment directory
cd docker/astronAgent

# Copy environment configuration
cp .env.example .env

# Configure environment variables
vim .env

For environment variable configuration, please refer to the documentation:DEPLOYMENT_GUIDE_WITH_AUTH.md

# Start all services (including Casdoor)
docker compose -f docker-compose-with-auth.yaml up -d

📊 Service Access Addresses

After startup, you can access the services at the following addresses:

Authentication Service

AstronAgent

Note

  • Default Casdoor login credentials: username: admin, password: 123

Option 2: Helm (For Kubernetes Environments)

🚧 Note: Helm charts are currently under development. Stay tuned for updates!

# Coming soon
# helm repo add astron-agent https://iflytek.github.io/astron-agent
# helm install astron-agent astron-agent/astron-agent

📖 For complete deployment instructions and configuration details, see Deployment Guide

📖 Using Astron Cloud

Try Astron:Astron Cloud provides a ready-to-use environment for creating and managing Agents. Get quick access at https://agent.xfyun.cn.

Using Guide:For detailed usage instructions, please refer to Quick Start Guide.

📚 Documentation

🤝 Contributing

We welcome contributions of all kinds! Please see our Contributing Guide

🌟 Star History

Star History Chart

📞 Support

WeChat Work Group

🌐 Related Projects

Astron Agent is part of the iFlytek Astron open-source ecosystem. These sibling projects work well alongside it:

  • SkillHub — Self-hosted, open-source agent skill registry. Publish, version, and govern skill packages, then load and run them from Astron Agent for a managed skill lifecycle from development to production.
  • AstronRPA — Agent-ready RPA suite with out-of-the-box automation tools. Call RPA workflow nodes directly inside Astron Agent to combine intelligent agents with robotic process automation.

📄 Open Source License

This project is licensed under the Apache 2.0 License, allowing free use, modification, distribution, and commercial use without any restrictions.


CNCF Landscape

Astron Agent is listed in the CNCF Landscape.

Files in the repo

Repository payload26 top-level entries
  • .gemini
  • .github
  • console
  • core
  • docker
  • docs
  • examples
  • faq
  • helm
  • makefiles
  • website
  • .gitattributes
  • .gitignore
  • .pre-commit-config.yaml
  • AGENTS.md
  • CLAUDE.md
  • CONTRIBUTING.md
  • FAQ.md
  • GOVERNANCE-zh.md
  • GOVERNANCE.md
  • LICENSE
  • logo.svg
  • Makefile
  • NOTICE
  • README.md
  • vercel.json

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More harnesses

affaan-m/
ECC
affaan-m/ECCHarnesses

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

258k
ruvnet/rufloHarnesses

🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated

72k

Practical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit, loop-init, loop-cost.

11k