<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Fenju Fu</title>
    <description>The latest articles on DEV Community by Fenju Fu (@fenju_fu).</description>
    <link>https://dev.to/fenju_fu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3975217%2F89635e6f-65d1-4047-ae6a-44fa3df21ab5.png</url>
      <title>DEV Community: Fenju Fu</title>
      <link>https://dev.to/fenju_fu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fenju_fu"/>
    <language>en</language>
    <item>
      <title>Building Stable, Long-Running Agent Workflows: Why Orchestration Matters</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Tue, 21 Jul 2026 02:44:57 +0000</pubDate>
      <link>https://dev.to/fenju_fu/building-stable-long-running-agent-workflows-why-orchestration-matters-3hf1</link>
      <guid>https://dev.to/fenju_fu/building-stable-long-running-agent-workflows-why-orchestration-matters-3hf1</guid>
      <description>&lt;p&gt;In the rapidly evolving landscape of AI development, the focus has shifted from single-model capabilities to complex, multi-agent collaborations. Today's GitHub Trending, featuring projects like &lt;code&gt;jamiepine/voicebox&lt;/code&gt; and &lt;code&gt;1jehuang/jcode&lt;/code&gt;, reflects this trend towards multimodal interactions and intelligent execution. However, a critical challenge remains: &lt;strong&gt;stability in long-running, complex workflows&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Many AI agents struggle with tasks that require multiple steps, error handling, and context persistence. They often "break" mid-execution, losing progress and requiring manual intervention. This is where robust orchestration becomes not just a feature, but a necessity.&lt;/p&gt;

&lt;h4&gt;
  
  
  Enter &lt;code&gt;iflytek/astron-agent&lt;/code&gt;
&lt;/h4&gt;

&lt;p&gt;&lt;code&gt;iflytek/astron-agent&lt;/code&gt; is an enterprise-grade Agentic workflow platform designed to address these challenges head-on. It provides a comprehensive environment for building &lt;strong&gt;SuperAgents&lt;/strong&gt; capable of handling complex business processes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Multi-Agent Collaboration&lt;/strong&gt;: Seamlessly integrate multiple specialized agents to work together on complex tasks.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Long-Running Task Stability&lt;/strong&gt;: Implement checkpointing and resume capabilities to ensure tasks can recover from interruptions without losing progress.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Complex Task Decomposition&lt;/strong&gt;: Break down large, ambiguous tasks into manageable, executable steps with clear dependencies.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fasdb2faw3cpgkzh2s2mo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fasdb2faw3cpgkzh2s2mo.png" alt="Astron Agent Workflow Canvas" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  The Role of &lt;code&gt;iflytek/skillhub&lt;/code&gt;
&lt;/h4&gt;

&lt;p&gt;A robust workflow is only as good as the skills it utilizes. &lt;code&gt;iflytek/skillhub&lt;/code&gt; acts as the central nervous system for skill management, offering:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Version Control&lt;/strong&gt;: Manage different versions of skills to ensure compatibility and reproducibility.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;RBAC &amp;amp; Audit Logs&lt;/strong&gt;: Enforce strict access controls and maintain comprehensive audit trails for compliance and security.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Skill Registry&lt;/strong&gt;: A centralized platform for discovering, publishing, and managing AI skills.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Conclusion
&lt;/h4&gt;

&lt;p&gt;As AI agents become more integral to enterprise operations, the demand for stable, reliable, and orchestratable workflows will only grow. &lt;code&gt;iflytek/astron-agent&lt;/code&gt; and &lt;code&gt;iflytek/skillhub&lt;/code&gt; provide the infrastructure needed to build these systems, moving beyond experimental prototypes to production-ready solutions.&lt;/p&gt;

&lt;p&gt;Explore the ecosystem:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;a href="https://github.com/iflytek/astron-agent" rel="noopener noreferrer"&gt;Astron Agent&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;a href="https://github.com/iflytek/skillhub" rel="noopener noreferrer"&gt;Skillhub&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tags&lt;/strong&gt;: &lt;code&gt;ai-agent&lt;/code&gt;, &lt;code&gt;workflow&lt;/code&gt;, &lt;code&gt;enterprise-ai&lt;/code&gt;, &lt;code&gt;open-source&lt;/code&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>workflow</category>
      <category>enterpriseai</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Astron Open Source · Bi-Weekly Report (Jun 29 – Jul 12, 2026)</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Mon, 20 Jul 2026 12:04:11 +0000</pubDate>
      <link>https://dev.to/fenju_fu/astron-open-source-bi-weekly-report-jun-29-jul-12-2026-1da0</link>
      <guid>https://dev.to/fenju_fu/astron-open-source-bi-weekly-report-jun-29-jul-12-2026-1da0</guid>
      <description>&lt;h2&gt;
  
  
  🌟 Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Holding strong on the OSS Insight Java trending board&lt;/strong&gt;: across the last three months of Java repositories, &lt;strong&gt;SkillHub #4 · Astron Agent #5&lt;/strong&gt; — both firmly in the Top 5.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Two new projects open-sourced (Jul 2)&lt;/strong&gt;: &lt;strong&gt;MemFlywheel&lt;/strong&gt; — a file-native long-term memory layer for Agent Harnesses that makes agents smarter with every run; &lt;strong&gt;Domux&lt;/strong&gt; — a low-latency semantic-parsing model fine-tuned from Gemma-4 that turns natural-language home commands into structured data within 150 ms (98.37% accuracy).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A double release&lt;/strong&gt;: &lt;strong&gt;Astron Agent &lt;code&gt;v1.1.0&lt;/code&gt;&lt;/strong&gt; (Jul 6) gives the Standard Agent &lt;strong&gt;Workflow invocation + Link plugins + Mem0 long-term memory&lt;/strong&gt; in one release; &lt;strong&gt;SkillHub &lt;code&gt;v0.2.13&lt;/code&gt;&lt;/strong&gt; (Jul 3) polishes review governance, password security, and SUPER_ADMIN protection.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero-friction onboarding + two offline events&lt;/strong&gt;: the &lt;strong&gt;Astron Agent open-source edition online playground went live&lt;/strong&gt; (Jun 30 — try it in the browser, no deployment); &lt;strong&gt;HER Hack-Astron #1, the wearables × emotional-companion agent challenge&lt;/strong&gt; (Jul 6), and the &lt;strong&gt;2nd AI Innovation &amp;amp; Development Conference in Tianjin&lt;/strong&gt; (Jul 11, with Dong Jiang presenting "Enterprise Agentic AI Application Architecture &amp;amp; Knowledge Engineering") landed back-to-back.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fndtt4zq3tjq8elfh72q8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fndtt4zq3tjq8elfh72q8.png" alt="OSS Insight · Java 3-month trending board" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  👥 Top 10 Active Community Contributors (Jun 29 – Jul 12, 2026)
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Based on message volume in the open-source discussion group (automated accounts such as the Astron Q&amp;amp;A bot and the welcome bot excluded); nicknames anonymized. Thank you to everyone who answered questions, asked questions, and built alongside us 🙌&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnypzfwdvk4iy63b3wqv7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnypzfwdvk4iy63b3wqv7.png" alt="Astron community Top 10 active contributors" width="800" height="496"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  📦 Release Highlights
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🤖 Astron Agent &lt;code&gt;v1.1.0&lt;/code&gt; (Jul 6) — Workflow + Plugins + Long-Term Memory, all in one
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🚀 &lt;strong&gt;Workflow invocation inside Agents&lt;/strong&gt;: Standard Agents can persist workflow capabilities and expose them as runtime tool callbacks, usable from both chat and debug paths, with ownership and space-membership validation (#1487).&lt;/li&gt;
&lt;li&gt;✨ &lt;strong&gt;Link plugin capability&lt;/strong&gt;: import Link plugins from the plugin store on the ability page, persist selected tools, and invoke them directly in debug/chat; official/admin-owned plugins are treated as trusted import sources (#1448).&lt;/li&gt;
&lt;li&gt;🧠 &lt;strong&gt;Mem0 long-term memory&lt;/strong&gt;: configurable Mem0 memory with app-level isolation, non-blocking writes, and improved Chinese memory preservation and retrieval (#1479).&lt;/li&gt;
&lt;li&gt;🔒 Hardened official tool debug-URL validation and trusted-owner handling (#1453); fixed a GitHub code-scanning SSRF alert (#1459); several rounds of CI/remote-test stabilization.&lt;/li&gt;
&lt;li&gt;🔧 Upgrade notes: deploy Console/Toolkit changes together to enable workflow invocation; review plugin/workflow/Mem0 settings on existing agents after upgrading. Change scope: 154 files, +6,489/−6,559 lines.&lt;/li&gt;
&lt;li&gt;📝 Release: &lt;a href="https://github.com/iflytek/astron-agent/releases/tag/v1.1.0" rel="noopener noreferrer"&gt;https://github.com/iflytek/astron-agent/releases/tag/v1.1.0&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🛡️ SkillHub &lt;code&gt;v0.2.13&lt;/code&gt; (Jul 3) — Review governance &amp;amp; permission hardening
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;✨ &lt;strong&gt;Promotion review upgrade&lt;/strong&gt;: pending review cards show richer metadata, with status/reviewed-time sorting and expanded backend/frontend + Playwright coverage (#555).&lt;/li&gt;
&lt;li&gt;🔑 &lt;strong&gt;Password settings restored&lt;/strong&gt;: a backend-authoritative &lt;code&gt;canChangePassword&lt;/code&gt; capability — local-password users can change passwords again, while OAuth-only accounts show an unavailable state (#554).&lt;/li&gt;
&lt;li&gt;🔒 &lt;strong&gt;SUPER_ADMIN hardening&lt;/strong&gt;: non-super-admin users can no longer assign or tamper with the SUPER_ADMIN role (#568).&lt;/li&gt;
&lt;li&gt;🐛 Fixed scanner local LLM Base URL propagation while keeping the scan API contract stable, with Kubernetes docs and regression coverage (#565); nested relative links now work in skill-package markdown previews (#557); patched the vulnerable &lt;code&gt;undici&lt;/code&gt; frontend dependency (#567).&lt;/li&gt;
&lt;li&gt;📝 Release: &lt;a href="https://github.com/iflytek/skillhub/releases/tag/v0.2.13" rel="noopener noreferrer"&gt;https://github.com/iflytek/skillhub/releases/tag/v0.2.13&lt;/a&gt; ｜ No breaking changes — safe to upgrade.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🧩 Newly open-sourced: MemFlywheel &amp;amp; Domux (Jul 2)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🧠 &lt;strong&gt;MemFlywheel&lt;/strong&gt;: a &lt;strong&gt;file-native long-term memory layer&lt;/strong&gt; for Agent Harnesses — pre-run recall, post-run extraction, and skill distillation; memories are stored as Markdown, so they are inspectable, Git-diffable, and fully evidence-linked. Works with Pi, Hermes, OpenCode, and other mainstream harnesses → &lt;a href="https://github.com/iflytek/memflywheel" rel="noopener noreferrer"&gt;https://github.com/iflytek/memflywheel&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Domux&lt;/strong&gt;: a &lt;strong&gt;low-latency semantic-parsing model&lt;/strong&gt; fine-tuned from Gemma-4-E2B-it (SFT + GRPO) — parses natural-language smart-home commands into a 7-field structured schema within 150 ms end-to-end, at 98.37% accuracy and 100% format compliance, with no device whitelist required; built for edge deployment → &lt;a href="https://github.com/iflytek/domux" rel="noopener noreferrer"&gt;https://github.com/iflytek/domux&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  ⚙️ Astron RPA — Scheduled-task trigger support special
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🐛 A user reported nightly scheduled tasks occasionally not firing: the team traced it in the logs to a &lt;strong&gt;too-short trigger grace window&lt;/strong&gt; (a busy machine can miss the 1-second window), shipped a hotfix on the spot (patched &lt;code&gt;trigger.py&lt;/code&gt; / &lt;code&gt;base_task.py&lt;/code&gt; with a wider grace period + verbose logging), and recommended advanced cron expressions; the fix will be merged back upstream.&lt;/li&gt;
&lt;li&gt;📚 Added an &lt;code&gt;AGENTS.md&lt;/code&gt; project-context document (#813), aligning with the AI coding-agent ecosystem standard.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💬 Community Q&amp;amp;A &amp;amp; Discussions (Bi-Weekly Picks)
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Grouped by product line; all are real community questions + the engineering team's solutions. 🟢 Resolved / 🟡 In progress.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  SkillHub (mostly ecosystem integration &amp;amp; governance)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🟡 &lt;strong&gt;Could an MCP marketplace be integrated into SkillHub to build a unified enterprise capability platform (Skills + MCP)?&lt;/strong&gt; Architecturally feasible — SkillHub uses pluggable SPI boundaries and already ships a ClawHub CLI compatibility layer as a foundation; logged as a product-direction request.&lt;/li&gt;
&lt;li&gt;🟡 &lt;strong&gt;When an agent improves a skill, can it contribute the improvement back to the shared registry as a PR?&lt;/strong&gt; A great idea for closing the skill co-building loop; the user was invited to file an issue.&lt;/li&gt;
&lt;li&gt;🟢 &lt;strong&gt;v0.2.13 upgrade notes&lt;/strong&gt;: no breaking changes; if your Scanner uses a local LLM, mind the Base URL setting (the propagation bug is fixed in this release).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Astron Agent (mostly second-development &amp;amp; new capabilities)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🟢 &lt;strong&gt;White-labeling for enterprise redistribution&lt;/strong&gt;: after changing frontend branding, rebuild the image with each module's Dockerfile under its build directory and swap the official image (same for backend); along the way the team also resolved a Docker image pull failure (switch to a domestic mirror) and a workflow publish failure (fill in the workflow's basic info at the top-left of the canvas first) — the customer demoed successfully the next day.&lt;/li&gt;
&lt;li&gt;🟢 &lt;strong&gt;Is the platform decoupled from iFLYTEK models?&lt;/strong&gt; Long since — any OpenAI-protocol-compatible third-party or self-hosted model can be added on the Model Management page.&lt;/li&gt;
&lt;li&gt;🟢 &lt;strong&gt;Is there an "autonomous planning" agent capability?&lt;/strong&gt; The platform already supports multi-agent orchestration, workflows, tool/MCP integration, and Agentic Workflow Auto-Generation; file an issue for a standalone autonomous-planning app.&lt;/li&gt;
&lt;li&gt;🟢 &lt;strong&gt;An intranet WPS document-processing plugin?&lt;/strong&gt; Not yet — issues/PRs welcome.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Astron RPA (mostly deployment environments &amp;amp; builds)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🟢 &lt;strong&gt;Nightly scheduled task not firing&lt;/strong&gt;: see the special above — grace-window hotfix + verbose-log diagnosis, closed the same day.&lt;/li&gt;
&lt;li&gt;🟢 &lt;strong&gt;Does it run on cloud desktops / VMs?&lt;/strong&gt; Yes (the team routinely tests on Tencent cloud desktops); requires &lt;strong&gt;Win10 1809 or later&lt;/strong&gt;; one Windows Server login-hang case is being remote-diagnosed by support 🟡.&lt;/li&gt;
&lt;li&gt;🟢 &lt;strong&gt;Manual client build fails with&lt;/strong&gt; &lt;code&gt;Cannot compute electron version&lt;/code&gt;: usually pnpm missing from PATH / frontend dependencies not installed — check the environment against &lt;a href="https://github.com/iflytek/astron-rpa/blob/main/BUILD_GUIDE.zh.md" rel="noopener noreferrer"&gt;&lt;code&gt;BUILD_GUIDE.zh.md&lt;/code&gt;&lt;/a&gt; (no Java/Docker needed); remote assistance offered.&lt;/li&gt;
&lt;li&gt;🟢 &lt;strong&gt;How do teams keep script versions consistent without git-style merging?&lt;/strong&gt; Use the built-in &lt;strong&gt;workflow version management&lt;/strong&gt; (publish/rollback/diff) plus the &lt;strong&gt;Center of Excellence&lt;/strong&gt; as the team's centralized "process market" distributing stable versions.&lt;/li&gt;
&lt;li&gt;🟢 &lt;strong&gt;Can the open-source RPA be invoked standalone, without the Agent platform?&lt;/strong&gt; Yes; the cloud RPA has no standalone API yet — call it through the Agent platform and expose the agent as an API, with a &lt;a href="https://www.aidaxue.com/course/1199?video_id=5245" rel="noopener noreferrer"&gt;video course&lt;/a&gt; and a &lt;a href="https://juejin.cn/post/7589250237068886026" rel="noopener noreferrer"&gt;hands-on article&lt;/a&gt; to follow.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;📌 &lt;strong&gt;Q&amp;amp;A entry points&lt;/strong&gt;: @-mention the Astron Q&amp;amp;A bot in the group (24/7), or ask on the web → &lt;a href="https://awesome-astron-workflow.dev/chat" rel="noopener noreferrer"&gt;https://awesome-astron-workflow.dev/chat&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🙌 Community Call: Come Contribute! (Good First Issues &amp;amp; Bounties)
&lt;/h2&gt;

&lt;p&gt;Newcomer-friendly and rewarding from your first commit (contribution points are redeemable at the &lt;a href="https://awesome-astron-workflow.dev/stats" rel="noopener noreferrer"&gt;points store&lt;/a&gt;):&lt;/p&gt;

&lt;h3&gt;
  
  
  🌱 Good First Issues (great for a first contribution)
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Project&lt;/th&gt;
&lt;th&gt;Issue&lt;/th&gt;
&lt;th&gt;What it's about&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Astron Agent&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/iflytek/astron-agent/issues/1412" rel="noopener noreferrer"&gt;#1412&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Expand the docs FAQ&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Astron Agent&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/iflytek/astron-agent/issues/1410" rel="noopener noreferrer"&gt;#1410&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Contribute a workflow example to the gallery&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Astron Agent&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/iflytek/astron-agent/issues/1405" rel="noopener noreferrer"&gt;#1405&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;"Are you using Astron Agent?" user-story collection&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Astron RPA&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/iflytek/astron-rpa/issues/805" rel="noopener noreferrer"&gt;#805&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;"Are you using Astron RPA?"&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SkillHub&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/iflytek/skillhub/issues/528" rel="noopener noreferrer"&gt;#528&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;"Are you using SkillHub?"&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  💰 Bounties (reward · more challenging, more rewarding)
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Project&lt;/th&gt;
&lt;th&gt;Issue&lt;/th&gt;
&lt;th&gt;What it's about&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Astron Agent&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/iflytek/astron-agent/issues/1067" rel="noopener noreferrer"&gt;#1067&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Let OpenClaw trigger Astron Agent to schedule an RPA bot for secure operations&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Astron Agent&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/iflytek/astron-agent/issues/1066" rel="noopener noreferrer"&gt;#1066&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Build a "ChatClaw" app on the drag-and-drop canvas with visual fine-tuning&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Astron Agent&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/iflytek/astron-agent/issues/709" rel="noopener noreferrer"&gt;#709&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Support the A2A (agent-to-agent) protocol&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;👉 Want to claim one? Just comment on the issue. Not sure where to start? Ping us in the discussion group and the engineering team will help break the task down.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  ✨ Community Spotlight
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🌐 &lt;strong&gt;Astron Agent open-source online playground is live (Jun 30)&lt;/strong&gt;: zero deployment, zero configuration — try it right in the browser → &lt;a href="https://astron-agent-nginx.zeabur.app/" rel="noopener noreferrer"&gt;https://astron-agent-nginx.zeabur.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💜 &lt;strong&gt;HER Hack-Astron #1｜Wearables × Emotional-Companion Agent Challenge (Jul 6)&lt;/strong&gt;: a dozen-plus teams built agents on site — an AI sleep companion, a health guardian, and "Heart Companion," a retro pocket-watch-style emotional-companion agent (the first submission PR, &lt;a href="https://github.com/iflytek/astron-agent/pull/1493" rel="noopener noreferrer"&gt;#1493&lt;/a&gt;); see &lt;a href="https://github.com/iflytek/astron-agent/issues/1482" rel="noopener noreferrer"&gt;issue #1482&lt;/a&gt; for the event archive.&lt;/li&gt;
&lt;li&gt;🎤 &lt;strong&gt;2nd AI Innovation &amp;amp; Development Conference, Tianjin (Jul 11)&lt;/strong&gt;: iFLYTEK senior architect Dong Jiang presented "Enterprise Agentic AI Application Architecture &amp;amp; Knowledge Engineering"; the community offered a 15-point ticket-redemption perk.&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;💬 Got questions, ideas, or want to contribute? Join the discussion group, or head straight to the repos under &lt;a href="https://github.com/topics/iflytek-astron" rel="noopener noreferrer"&gt;&lt;code&gt;iflytek-astron&lt;/code&gt;&lt;/a&gt; to open an Issue / PR.&lt;br&gt;
Let's build a thick, solid open-source ecosystem for enterprise-grade AI Agents together 🚀&lt;/p&gt;
&lt;/blockquote&gt;




&lt;blockquote&gt;
&lt;p&gt;Originally published in the iFLYTEK open source community discussions: &lt;a href="https://github.com/orgs/iflytek/discussions/6" rel="noopener noreferrer"&gt;https://github.com/orgs/iflytek/discussions/6&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>agents</category>
      <category>news</category>
    </item>
    <item>
      <title>Building a Trustworthy Skill Registry for AI Agents: Why Versioning and RBAC Matter</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Mon, 20 Jul 2026 04:28:41 +0000</pubDate>
      <link>https://dev.to/fenju_fu/building-a-trustworthy-skill-registry-for-ai-agents-why-versioning-and-rbac-matter-2lkf</link>
      <guid>https://dev.to/fenju_fu/building-a-trustworthy-skill-registry-for-ai-agents-why-versioning-and-rbac-matter-2lkf</guid>
      <description>&lt;p&gt;As AI agents evolve from simple chatbots to complex, multi-step workflows, the way we manage their capabilities becomes critical. The current GitHub Trending landscape shows a clear shift: developers are moving beyond single-agent experiments towards &lt;strong&gt;governed, multi-agent ecosystems&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But here's the challenge: How do you manage, version, and secure the "skills" that power these agents?&lt;/p&gt;

&lt;h3&gt;
  
  
  The Problem: Skill Chaos
&lt;/h3&gt;

&lt;p&gt;In many organizations, AI skills are scattered across codebases, hardcoded into agents, or shared via untracked repositories. This leads to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Version Conflicts&lt;/strong&gt;: An agent breaks because a skill was updated without coordination.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Security Risks&lt;/strong&gt;: Unauthorized users can access or modify critical skills.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;No Accountability&lt;/strong&gt;: When something goes wrong, there's no audit trail.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Solution: &lt;code&gt;iflytek/skillhub&lt;/code&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;iflytek/skillhub&lt;/code&gt; is a self-hosted, open-source skill registry designed specifically for AI agents. It brings DevOps best practices to AI skill management.&lt;/p&gt;

&lt;h4&gt;
  
  
  Key Features
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Version Management&lt;/strong&gt;: Just like npm or PyPI, &lt;code&gt;skillhub&lt;/code&gt; allows you to publish, version, and roll back skills. This ensures that agent workflows remain stable even as skills evolve.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;RBAC (Role-Based Access Control)&lt;/strong&gt;: Define who can publish, update, or consume skills. This is crucial for enterprise compliance and security.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Audit Logs&lt;/strong&gt;: Every action, from skill publication to usage, is logged. This provides full transparency and accountability.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Self-Hosted &amp;amp; Open Source&lt;/strong&gt;: Deploy it within your network to keep sensitive skill data private.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo3zmp3d1cw43fo7qylvo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo3zmp3d1cw43fo7qylvo.png" alt="Skill Management Interface" width="800" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Integration with &lt;code&gt;iflytek/astron-agent&lt;/code&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;skillhub&lt;/code&gt; isn't just a storage system; it's an integral part of the AI agent ecosystem. When paired with &lt;code&gt;iflytek/astron-agent&lt;/code&gt;, a powerful agentic workflow platform, you get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Seamless Skill Discovery&lt;/strong&gt;: Agents can query &lt;code&gt;skillhub&lt;/code&gt; for the right skill based on context.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Dynamic Skill Loading&lt;/strong&gt;: Agents can load skills at runtime, adapting to new requirements.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;End-to-End Governance&lt;/strong&gt;: From skill creation to agent execution, every step is tracked and controlled.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn3zk8q9rqzt5oal87j5m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn3zk8q9rqzt5oal87j5m.png" alt="Astron Agent Workflow" width="799" height="268"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;As AI agents become more central to business operations, governance can't be an afterthought. &lt;code&gt;iflytek/skillhub&lt;/code&gt; provides the foundation for building trustworthy, scalable, and secure AI agent ecosystems.&lt;/p&gt;

&lt;p&gt;👉 Check it out: &lt;a href="https://github.com/iflytek/skillhub" rel="noopener noreferrer"&gt;https://github.com/iflytek/skillhub&lt;/a&gt;&lt;br&gt;
👉 Learn more about &lt;code&gt;astron-agent&lt;/code&gt;: &lt;a href="https://github.com/iflytek/astron-agent" rel="noopener noreferrer"&gt;https://github.com/iflytek/astron-agent&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AI #Agent #OpenSource #DevOps #iFLYTEK
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>opensource</category>
      <category>devops</category>
    </item>
    <item>
      <title>Building Trustworthy RPA: How Astron Combines Automation with Observability</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Sun, 19 Jul 2026 04:15:20 +0000</pubDate>
      <link>https://dev.to/fenju_fu/building-trustworthy-rpa-how-astron-combines-automation-with-observability-4oi9</link>
      <guid>https://dev.to/fenju_fu/building-trustworthy-rpa-how-astron-combines-automation-with-observability-4oi9</guid>
      <description>&lt;p&gt;In the world of Robotic Process Automation (RPA), efficiency is king. But what good is efficiency if the process is a black box? When a workflow fails, can you pinpoint the exact step and reason?&lt;/p&gt;

&lt;p&gt;At iFLYTEK, we believe the future of RPA lies in &lt;strong&gt;observability&lt;/strong&gt;. Introducing &lt;code&gt;iflytek/astron-rpa&lt;/code&gt;, an Agent-ready RPA suite designed for enterprise reliability.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fiwfm1mrjhvr1v88eh6i3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fiwfm1mrjhvr1v88eh6i3.png" alt="Astron RPA Integration Concept" width="800" height="338"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Observability Matters in RPA
&lt;/h2&gt;

&lt;p&gt;Traditional RPA tools often lack transparency. They execute tasks, but providing a detailed audit trail is an afterthought. Astron RPA flips this script. It’s built with the principle that &lt;strong&gt;every action must be traceable&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Full Audit Trails&lt;/strong&gt;: Log every interaction, decision, and outcome.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Real-time Status Tracking&lt;/strong&gt;: Monitor workflows as they happen.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Human-in-the-Loop&lt;/strong&gt;: Seamlessly integrate human oversight into automated processes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Power of Combination: RPA + Agent
&lt;/h2&gt;

&lt;p&gt;RPA is the "hands," but it needs a "brain." That’s where &lt;code&gt;iflytek/astron-agent&lt;/code&gt; comes in. By combining Astron RPA with Astron Agent, you get:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Intelligent Orchestration&lt;/strong&gt;: Astron Agent designs the workflow.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Reliable Execution&lt;/strong&gt;: Astron RPA executes it with precision.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Transparent Feedback&lt;/strong&gt;: Both tools provide detailed logs for continuous improvement.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This combination ensures that automation is not just fast, but also safe, auditable, and adaptable to complex business needs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started
&lt;/h2&gt;

&lt;p&gt;Ready to build trustworthy, observable automation?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Explore Astron RPA: &lt;a href="https://github.com/iflytek/astron-rpa" rel="noopener noreferrer"&gt;https://github.com/iflytek/astron-rpa&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;  Explore Astron Agent: &lt;a href="https://github.com/iflytek/astron-agent" rel="noopener noreferrer"&gt;https://github.com/iflytek/astron-agent&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>rpa</category>
      <category>automation</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Beyond Chatbots: Building the Ultimate AI Assistant with Astron's Cloud-Desktop Synergy</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Sat, 18 Jul 2026 03:46:48 +0000</pubDate>
      <link>https://dev.to/fenju_fu/beyond-chatbots-building-the-ultimate-ai-assistant-with-astrons-cloud-desktop-synergy-lfa</link>
      <guid>https://dev.to/fenju_fu/beyond-chatbots-building-the-ultimate-ai-assistant-with-astrons-cloud-desktop-synergy-lfa</guid>
      <description>&lt;p&gt;The recent surge in popularity of tools like &lt;code&gt;openinterpreter/openinterpreter&lt;/code&gt; signals a shift in developer expectations. Users no longer just want AI to generate text; they want AI to &lt;em&gt;act&lt;/em&gt; on their behalf. They want to control their operating system, manage files, and automate workflows through natural language.&lt;/p&gt;

&lt;p&gt;However, there's a friction point: most local AI agents require deep technical knowledge to configure and maintain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Astron Approach: Cloud Intelligence + Desktop Execution&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At iFLYTEK Astron, we believe the future of AI assistants lies in &lt;strong&gt;synergy&lt;/strong&gt;. We've designed a dual-engine architecture:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;AstronClaw (Cloud AI)&lt;/strong&gt;: The "Brain". It leverages large language models to understand complex intents, plan multi-step workflows, and make high-level decisions.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Loomy (Desktop AI)&lt;/strong&gt;: The "Hands". It runs locally on your machine, capable of interacting with UI elements, files, and applications with precision and security.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnlh0sxg29y0swu0sebbs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnlh0sxg29y0swu0sebbs.png" alt="Astron Desktop Interface" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why This Matters&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This separation of concerns offers significant advantages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Security&lt;/strong&gt;: Sensitive data processing can happen in the cloud, while local execution remains within the user's controlled environment.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Usability&lt;/strong&gt;: Users don't need to be coding experts. A simple voice or text command is enough.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Reliability&lt;/strong&gt;: Cloud-based planning ensures robust logic, while local execution guarantees low-latency response.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Get Started: A Practical Tutorial&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We've released a comprehensive tutorial to help you build your first cloud-desktop integrated assistant. You'll learn how to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Connect your desktop environment to AstronClaw.&lt;/li&gt;
&lt;li&gt;  Design a workflow that uses cloud intelligence to guide desktop actions.&lt;/li&gt;
&lt;li&gt;  Automate repetitive tasks without writing a single line of code.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out the full guide here: &lt;a href="https://github.com/iflytek/astronclaw-tutorial" rel="noopener noreferrer"&gt;https://github.com/iflytek/astronclaw-tutorial&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Join the community and start building the AI assistant you've always wanted.&lt;/p&gt;

</description>
      <category>astron</category>
      <category>aiassistant</category>
      <category>automation</category>
      <category>desktopai</category>
    </item>
    <item>
      <title>Astron Agent Joins the CNCF Landscape</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Fri, 17 Jul 2026 07:25:55 +0000</pubDate>
      <link>https://dev.to/fenju_fu/astron-agent-joins-the-cncf-landscape-4gbe</link>
      <guid>https://dev.to/fenju_fu/astron-agent-joins-the-cncf-landscape-4gbe</guid>
      <description>&lt;p&gt;Astron Agent, the enterprise-grade open-source agent platform from iFLYTEK, has recently joined the &lt;a href="https://landscape.cncf.io/?view-mode=grid&amp;amp;item=ai-agent--workflow-orchestration--astron-agent" rel="noopener noreferrer"&gt;CNCF Landscape&lt;/a&gt;. It is listed under the &lt;strong&gt;AI Agent - Workflow Orchestration&lt;/strong&gt; category of the AI Native landscape, alongside projects such as Dify and Temporal, becoming one of the AI agent building tools officially recognized by CNCF. 🎉&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fu3k42sdf01079ou3vffx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fu3k42sdf01079ou3vffx.png" alt="Astron Agent listed in the AI Agent - Workflow Orchestration category of the CNCF Landscape" width="799" height="268"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  About the CNCF Landscape
&lt;/h2&gt;

&lt;p&gt;The Cloud Native Computing Foundation (CNCF) is a foundation under the Linux Foundation dedicated to advancing cloud-native computing technologies and their ecosystem, and is one of the most influential organizations in the cloud and open-source space.&lt;/p&gt;

&lt;p&gt;CNCF launched the Landscape project in 2016 to provide developers and enterprises with a resource map of the cloud-native ecosystem: by categorizing and tracking the projects and products in the ecosystem, it helps users quickly grasp the full picture of the cloud-native stack and find the tools and solutions that fit their scenarios. As AI infrastructure evolves rapidly, CNCF has added an AI Native group to the landscape, covering five categories — AI Agent, Inference, Training, Data, and AI Native Infra — to catalog representative technology projects of the AI-native era.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Means
&lt;/h2&gt;

&lt;p&gt;Joining the CNCF Landscape recognizes Astron Agent's project maturity, community vitality, and ecosystem impact within the cloud-native community. When developers and enterprises around the world evaluate AI agent workflow orchestration solutions on the CNCF Landscape, Astron Agent now appears as one of the officially listed candidates.&lt;/p&gt;

&lt;p&gt;This is another milestone for the iFLYTEK Astron open-source ecosystem in the international open-source community, following Astron SkillHub joining the Agentic AI Foundation (AAIF). Going forward, Astron Agent will continue to collaborate closely with the cloud-native and agentic AI communities, welcoming more developers and enterprises to build together.&lt;/p&gt;

&lt;h2&gt;
  
  
  About Astron Agent
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/iflytek/astron-agent" rel="noopener noreferrer"&gt;Astron Agent&lt;/a&gt; is an enterprise-grade, commercial-friendly agentic workflow platform for building next-generation SuperAgents with multi-agent orchestration capabilities. The project provides visual workflow orchestration, MCP tool integration, RPA automation, and enterprise-grade high-availability deployment, is open-sourced under the Apache 2.0 license, and has earned more than 8,600 GitHub stars.&lt;/p&gt;

&lt;p&gt;Astron Agent is also a core project of the iFLYTEK &lt;a href="https://opensource.iflytek.com/landscape" rel="noopener noreferrer"&gt;Astron Landscape&lt;/a&gt; — the world's first enterprise-grade open-source agent project landscape. Presented in the style of the CNCF Landscape, it maps the full iFLYTEK Astron open-source ecosystem, including the agent orchestration platform astron-agent, the RPA automation suite astron-rpa, the official skill library iFly-Skills, and the skill registry SkillHub, covering the complete agentic workflow stack from logic orchestration and tool invocation to skill governance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;CNCF Landscape entry: &lt;a href="https://landscape.cncf.io/?view-mode=grid&amp;amp;item=ai-agent--workflow-orchestration--astron-agent" rel="noopener noreferrer"&gt;landscape.cncf.io&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Astron Agent on GitHub: &lt;a href="https://github.com/iflytek/astron-agent" rel="noopener noreferrer"&gt;github.com/iflytek/astron-agent&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Astron Landscape: &lt;a href="https://opensource.iflytek.com/landscape" rel="noopener noreferrer"&gt;opensource.iflytek.com/landscape&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Original announcement: &lt;a href="https://opensource.iflytek.com/blog/astron-agent-joins-cncf-landscape-en" rel="noopener noreferrer"&gt;opensource.iflytek.com/blog/astron-agent-joins-cncf-landscape-en&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We welcome you to follow the project and contribute to the community!&lt;/p&gt;

</description>
      <category>cncf</category>
      <category>opensource</category>
      <category>ai</category>
      <category>agents</category>
    </item>
    <item>
      <title>Building Resilient AI Workflows: How Astron-Agent Handles Long-Running Tasks with Checkpointing</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Fri, 17 Jul 2026 03:54:02 +0000</pubDate>
      <link>https://dev.to/fenju_fu/building-resilient-ai-workflows-how-astron-agent-handles-long-running-tasks-with-checkpointing-3f9n</link>
      <guid>https://dev.to/fenju_fu/building-resilient-ai-workflows-how-astron-agent-handles-long-running-tasks-with-checkpointing-3f9n</guid>
      <description>&lt;p&gt;As AI Agents evolve from simple chatbots to complex, long-running processes, a critical challenge emerges: &lt;strong&gt;reliability&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;When a multi-step workflow runs for hours, involving multiple external APIs, database updates, and conditional logic, the risk of failure increases exponentially. A network timeout, an API rate limit, or a service outage can halt the entire process. Restarting from scratch is not just inefficient; it's often impossible due to side effects (e.g., partial data updates).&lt;/p&gt;

&lt;p&gt;The trending discussion around tools like &lt;code&gt;lobehub&lt;/code&gt; highlights a shift in developer mindset: Agents are being viewed as "employees" that need to be &lt;strong&gt;scheduled, monitored, and managed over long periods&lt;/strong&gt;. But for enterprise adoption, the core requirement isn't just orchestration—it's &lt;strong&gt;resilience&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Engineering Challenge: State Persistence
&lt;/h3&gt;

&lt;p&gt;In traditional scripting, we might use cron jobs or message queues. But with AI Agents, the "state" is complex: it includes not just variables, but also the context of previous LLM calls, the decision logic of intermediate steps, and the status of external resources.&lt;/p&gt;

&lt;p&gt;How do we ensure that if a workflow fails, it can resume from the exact point of failure, without re-executing successful steps or losing context?&lt;/p&gt;

&lt;h3&gt;
  
  
  The Astron-Agent Approach: Native Checkpointing
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;iflytek/astron-agent&lt;/code&gt; addresses this by treating workflow state as a first-class citizen. It provides native support for:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;State Snapshots&lt;/strong&gt;: At each step of the workflow, the system can take a snapshot of the current state, including variable values, context, and execution history.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Breakpoint Resume&lt;/strong&gt;: If a failure occurs, the workflow can be restarted from the last known good state, skipping completed steps and re-executing only the failed or pending ones.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Idempotency &amp;amp; Retry Logic&lt;/strong&gt;: Built-in mechanisms to handle transient failures, ensuring that retries don't cause duplicate side effects.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F79dp4ep2vgnwk5furpz7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F79dp4ep2vgnwk5furpz7.png" alt="Astron-Agent Workflow Canvas showing multi-step orchestration" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Why This Matters for Enterprise AI
&lt;/h3&gt;

&lt;p&gt;For scenarios like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Long-running data pipelines&lt;/strong&gt;: Processing millions of records with AI-enhanced steps.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Multi-agent coordination&lt;/strong&gt;: Where one agent's output triggers a series of downstream actions.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Critical business processes&lt;/strong&gt;: Where downtime or data inconsistency is unacceptable.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The ability to &lt;strong&gt;pause, resume, and recover&lt;/strong&gt; is not a luxury—it's a requirement.&lt;/p&gt;

&lt;h3&gt;
  
  
  Getting Started
&lt;/h3&gt;

&lt;p&gt;Explore how Astron-Agent can help you build resilient, long-running AI workflows.&lt;br&gt;
🔗 &lt;a href="https://github.com/iflytek/astron-agent" rel="noopener noreferrer"&gt;https://github.com/iflytek/astron-agent&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AI #Agents #Workflow #Resilience #OpenSource
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>workflow</category>
      <category>resilience</category>
    </item>
    <item>
      <title>Beyond Text: How Astron iFly-Skills Empowers Agents with Industrial-Grade Multimodal Capabilities</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Thu, 16 Jul 2026 03:53:43 +0000</pubDate>
      <link>https://dev.to/fenju_fu/beyond-text-how-astron-ifly-skills-empowers-agents-with-industrial-grade-multimodal-capabilities-4kbb</link>
      <guid>https://dev.to/fenju_fu/beyond-text-how-astron-ifly-skills-empowers-agents-with-industrial-grade-multimodal-capabilities-4kbb</guid>
      <description>&lt;p&gt;In the current GitHub Trending landscape, a clear pattern is emerging. While general-purpose LLMs remain popular, the real excitement is surrounding &lt;strong&gt;vertical skills&lt;/strong&gt; and &lt;strong&gt;multimodal interactions&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Projects like &lt;code&gt;mattpocock/skills&lt;/code&gt; (focused on engineering-specific constraints) and &lt;code&gt;moeru-ai/airi&lt;/code&gt; (focused on voice and game interaction) are gaining massive traction. Why? Because developers are realizing that &lt;strong&gt;text is not enough&lt;/strong&gt;. To build truly useful agents, AI needs to "see" and "hear" the world, and it needs to do so reliably.&lt;/p&gt;

&lt;h4&gt;
  
  
  The "Perception" Gap
&lt;/h4&gt;

&lt;p&gt;Many teams we talk to face a common frustration: their Agent can reason perfectly, but it fails when faced with a screenshot or a voice memo. They try to patch this by integrating generic OCR or Speech-to-Text APIs. But in practice, this leads to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Format Inconsistency&lt;/strong&gt;: Dealing with messy outputs from free-tier APIs.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Error Handling&lt;/strong&gt;: Writing complex retry logic for noise or poor audio quality.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Maintenance Overhead&lt;/strong&gt;: Keeping up with API changes and model updates.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This "perception gap" is where most multimodal agents stall.&lt;/p&gt;

&lt;h4&gt;
  
  
  The Solution: Industrial-Grade Skills
&lt;/h4&gt;

&lt;p&gt;Instead of building perception from scratch, why not use &lt;strong&gt;skills&lt;/strong&gt; that have been battle-tested at scale?&lt;/p&gt;

&lt;p&gt;Introducing &lt;strong&gt;iFly-Skills&lt;/strong&gt; (&lt;a href="https://github.com/iflytek/iFly-Skills" rel="noopener noreferrer"&gt;https://github.com/iflytek/iFly-Skills&lt;/a&gt;), an open-source collection of multimodal capabilities from iFLYTEK. These aren't just demo scripts; they are &lt;strong&gt;engineering-ready skills&lt;/strong&gt; designed for high-volume, real-world applications.&lt;/p&gt;

&lt;p&gt;Key capabilities include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  🎤 &lt;strong&gt;Speech Recognition &amp;amp; Synthesis&lt;/strong&gt;: High-accuracy STT/TTS with support for various accents and noise environments.&lt;/li&gt;
&lt;li&gt;  👁️ &lt;strong&gt;OCR &amp;amp; Document Processing&lt;/strong&gt;: Extract structured data from complex images and documents. &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjdsd8gr5yi8lgspfe9kd.png" alt="OCR Document Processing" width="800" height="448"&gt;
&lt;/li&gt;
&lt;li&gt;  🌍 &lt;strong&gt;Translation &amp;amp; Proofreading&lt;/strong&gt;: Context-aware translation and language correction.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Integrating with Astron-Agent
&lt;/h4&gt;

&lt;p&gt;The power of &lt;code&gt;iFly-Skills&lt;/code&gt; is unlocked when combined with &lt;strong&gt;Astron-Agent&lt;/strong&gt; (&lt;a href="https://github.com/iflytek/astron-agent" rel="noopener noreferrer"&gt;https://github.com/iflytek/astron-agent&lt;/a&gt;), an enterprise-grade agentic workflow platform.&lt;/p&gt;

&lt;p&gt;Here’s how it works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Perception&lt;/strong&gt;: Use &lt;code&gt;iFly-Skills&lt;/code&gt; to convert voice notes to text or extract data from images.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Decision&lt;/strong&gt;: Pass the structured data to &lt;code&gt;Astron-Agent&lt;/code&gt; for reasoning and planning.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Action&lt;/strong&gt;: Execute complex workflows, such as updating a CRM, generating a report, or sending a personalized response.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This separation of concerns allows you to focus on &lt;strong&gt;logic and orchestration&lt;/strong&gt;, while relying on &lt;code&gt;iFly-Skills&lt;/code&gt; for &lt;strong&gt;robust perception&lt;/strong&gt;.&lt;/p&gt;

&lt;h4&gt;
  
  
  Conclusion
&lt;/h4&gt;

&lt;p&gt;The future of AI agents is multimodal. But building multimodal capabilities from scratch is costly and complex. By leveraging open-source, industrial-grade skills like those in &lt;code&gt;iFly-Skills&lt;/code&gt;, you can accelerate your development and build agents that truly understand the world.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tags&lt;/strong&gt;: &lt;code&gt;ai&lt;/code&gt;, &lt;code&gt;opensource&lt;/code&gt;, &lt;code&gt;multimodal&lt;/code&gt;, &lt;code&gt;agent&lt;/code&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>multimodal</category>
      <category>agents</category>
    </item>
    <item>
      <title>Safe Agentic Execution: How Astron RPA Bridges the Gap between AI and Enterprise Workflows</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Wed, 15 Jul 2026 03:51:18 +0000</pubDate>
      <link>https://dev.to/fenju_fu/safe-agentic-execution-how-astron-rpa-bridges-the-gap-between-ai-and-enterprise-workflows-p88</link>
      <guid>https://dev.to/fenju_fu/safe-agentic-execution-how-astron-rpa-bridges-the-gap-between-ai-and-enterprise-workflows-p88</guid>
      <description>&lt;p&gt;As AI agents become more capable, the fear of "hallucinated actions" in enterprise environments is growing. We've seen tools like &lt;code&gt;Dicklesworthstone/destructive_command_guard&lt;/code&gt; emerge to act as a safety net, blocking dangerous commands. But relying on post-hoc blocking is reactive.&lt;/p&gt;

&lt;p&gt;True enterprise-grade automation requires a proactive architecture: &lt;strong&gt;Separation of Concerns between Reasoning and Execution.&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  The Problem: Agents are Reasoners, not Executors
&lt;/h4&gt;

&lt;p&gt;Agents excel at processing unstructured data, making decisions, and planning. However, they are not designed for high-precision, deterministic execution of repetitive tasks like filling forms, moving files, or updating databases. When agents are forced to do both, reliability suffers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftbj1e1jiapucwfjkrp9x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftbj1e1jiapucwfjkrp9x.png" alt="Astron RPA Interface" width="800" height="466"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  The Solution: RPA + Agent Synergy
&lt;/h4&gt;

&lt;p&gt;&lt;code&gt;iflytek/astron-rpa&lt;/code&gt; provides an &lt;strong&gt;Agent-ready RPA suite&lt;/strong&gt; that bridges this gap. It allows you to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Orchestrate with Agents:&lt;/strong&gt; Use &lt;code&gt;iflytek/astron-agent&lt;/code&gt; to define complex workflows, make decisions, and trigger actions.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Execute with RPA:&lt;/strong&gt; Let Astron RPA handle the precise, rule-based execution of those actions in desktop or web environments.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Ensure Safety:&lt;/strong&gt; Implement fine-grained permissions and audit trails at the RPA layer, ensuring that every automated action is authorized and traceable.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  Key Features of Astron RPA
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Agent-Ready Design:&lt;/strong&gt; Seamlessly integrates with AI agents to receive instructions and return results.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Enterprise-Grade Security:&lt;/strong&gt; Role-Based Access Control (RBAC) and comprehensive audit logs.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Human-in-the-Loop:&lt;/strong&gt; Easy-to-implement approval steps for critical actions.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Cross-Platform Support:&lt;/strong&gt; Automate tasks across Windows, Web, and various enterprise applications.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Conclusion
&lt;/h4&gt;

&lt;p&gt;Don't let agents roam freely. Architect your automation strategy with a clear boundary between intelligence and execution. With &lt;code&gt;iflytek/astron-rpa&lt;/code&gt; and &lt;code&gt;iflytek/astron-agent&lt;/code&gt;, you can build safe, reliable, and scalable AI-driven workflows.&lt;/p&gt;

&lt;p&gt;Tags: ai-agent, rpa, automation, enterprise-ai, iflytek&lt;/p&gt;

</description>
      <category>agents</category>
      <category>rpa</category>
      <category>automation</category>
      <category>enterpriseai</category>
    </item>
    <item>
      <title>Astron SkillHub Joins the Agentic AI Foundation (AAIF) as an Associate Member</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Tue, 14 Jul 2026 12:41:27 +0000</pubDate>
      <link>https://dev.to/fenju_fu/astron-skillhub-joins-the-agentic-ai-foundation-aaif-as-an-associate-member-342n</link>
      <guid>https://dev.to/fenju_fu/astron-skillhub-joins-the-agentic-ai-foundation-aaif-as-an-associate-member-342n</guid>
      <description>&lt;p&gt;Astron SkillHub has officially joined the &lt;a href="https://aaif.io/" rel="noopener noreferrer"&gt;Agentic AI Foundation (AAIF)&lt;/a&gt; as an &lt;strong&gt;Associate Member&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxbdwv5pez18tcltvxw46.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxbdwv5pez18tcltvxw46.png" alt="Astron SkillHub listed on the AAIF Associate Members page" width="800" height="418"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The full member list is available on the AAIF website: &lt;a href="https://aaif.io/members/" rel="noopener noreferrer"&gt;aaif.io/members&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  About AAIF
&lt;/h2&gt;

&lt;p&gt;The Agentic AI Foundation (AAIF) is a neutral, open foundation announced by the Linux Foundation in December 2025, dedicated to advancing open source innovation in agentic AI through transparency, collaboration and standardization. The foundation is anchored by three projects — the Model Context Protocol (MCP) donated by Anthropic, goose donated by Block, and AGENTS.md donated by OpenAI — with platinum founding members including AWS, Anthropic, Block, Bloomberg, Cloudflare, Google, Microsoft and OpenAI.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means
&lt;/h2&gt;

&lt;p&gt;Joining AAIF recognizes Astron SkillHub's work in agent skill management. Going forward, SkillHub will collaborate with AAIF project communities such as MCP to help advance the open agentic AI ecosystem.&lt;/p&gt;

&lt;h2&gt;
  
  
  About Astron SkillHub
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/iflytek/skillhub" rel="noopener noreferrer"&gt;Astron SkillHub&lt;/a&gt; is an enterprise-grade open-source skill registry for AI agents. It helps teams publish, discover and manage reusable skill packages within an organization, with support for self-hosted deployment, semantic versioning, team namespaces, RBAC governance and audit logs. It is licensed under Apache 2.0.&lt;/p&gt;

&lt;p&gt;SkillHub is also a core project of the &lt;a href="https://opensource.iflytek.com/landscape" rel="noopener noreferrer"&gt;Astron Landscape&lt;/a&gt; — an enterprise-grade agentic open source project landscape from iFLYTEK, presenting the full Astron ecosystem in the style of the CNCF Landscape: the agent orchestration platform astron-agent, the RPA automation suite astron-rpa, the official skill library iFly-Skills, and the skill registry SkillHub, covering the full agentic workflow stack from logic orchestration and tool invocation to skill governance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AAIF member list: &lt;a href="https://aaif.io/members/" rel="noopener noreferrer"&gt;aaif.io/members&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;SkillHub on GitHub: &lt;a href="https://github.com/iflytek/skillhub" rel="noopener noreferrer"&gt;github.com/iflytek/skillhub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;SkillHub docs: &lt;a href="https://iflytek.github.io/skillhub/" rel="noopener noreferrer"&gt;iflytek.github.io/skillhub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Astron Landscape: &lt;a href="https://opensource.iflytek.com/landscape" rel="noopener noreferrer"&gt;opensource.iflytek.com/landscape&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Original announcement: &lt;a href="https://opensource.iflytek.com/blog/skillhub-joins-aaif" rel="noopener noreferrer"&gt;opensource.iflytek.com/blog/skillhub-joins-aaif&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Community contributions are welcome!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>agents</category>
      <category>news</category>
    </item>
    <item>
      <title>Enterprise-Grade Agentic Orchestration: Why Structured Context Matters for Multi-Agent Systems</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Tue, 14 Jul 2026 03:49:41 +0000</pubDate>
      <link>https://dev.to/fenju_fu/enterprise-grade-agentic-orchestration-why-structured-context-matters-for-multi-agent-systems-3jbb</link>
      <guid>https://dev.to/fenju_fu/enterprise-grade-agentic-orchestration-why-structured-context-matters-for-multi-agent-systems-3jbb</guid>
      <description>&lt;p&gt;The latest GitHub Trending shows a clear shift: developers are moving beyond single-point AI tools towards &lt;strong&gt;multi-agent orchestration&lt;/strong&gt; and &lt;strong&gt;structured context&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Projects like &lt;code&gt;Graphify-Labs/graphify&lt;/code&gt; demonstrate the power of converting codebases into queryable knowledge graphs. This provides AI agents with a "global memory," solving the context window limitation that plagues complex tasks.&lt;/p&gt;

&lt;p&gt;Similarly, &lt;code&gt;HKUDS/Vibe-Trading&lt;/code&gt; highlights the demand for vertical, high-value agents that can execute complex, multi-step decisions.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Astron Approach: SuperAgent Orchestration
&lt;/h3&gt;

&lt;p&gt;At iFLYTEK, we believe the future of AI is not just about smarter models, but better &lt;strong&gt;orchestration&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;code&gt;iflytek/astron-agent&lt;/code&gt;&lt;/strong&gt; is an enterprise-grade platform designed for building &lt;strong&gt;SuperAgents&lt;/strong&gt;. It focuses on:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Complex Task Decomposition&lt;/strong&gt;: Automatically breaking down large, ambiguous tasks into manageable sub-tasks.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Multi-Agent Collaboration&lt;/strong&gt;: Assigning specialized agents to sub-tasks, enabling parallel execution and specialized expertise.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Structured Context Awareness&lt;/strong&gt;: Integrating with knowledge graphs and structured data to ensure agents have the necessary global context for accurate decision-making.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fasdb2faw3cpgkzh2s2mo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fasdb2faw3cpgkzh2s2mo.png" alt="Astron Workflow Canvas" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Why It Matters
&lt;/h3&gt;

&lt;p&gt;For enterprises, the challenge isn't just building an agent; it's ensuring that agents can work together reliably, securely, and at scale.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;astron-agent&lt;/code&gt; provides the infrastructure for this. It's not just a tool; it's a platform for building intelligent, collaborative AI systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Explore the platform:&lt;/strong&gt;&lt;br&gt;
👉 &lt;a href="https://github.com/iflytek/astron-agent" rel="noopener noreferrer"&gt;iflytek/astron-agent&lt;/a&gt;&lt;br&gt;
👉 &lt;a href="https://github.com/iflytek/skillhub" rel="noopener noreferrer"&gt;iflytek/skillhub&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  ai #agents #opensource #iflytek #devtools
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>opensource</category>
      <category>iflytek</category>
    </item>
    <item>
      <title>From Command Blocking to Skill Registries: Securing Enterprise AI Agents</title>
      <dc:creator>Fenju Fu</dc:creator>
      <pubDate>Mon, 13 Jul 2026 04:22:18 +0000</pubDate>
      <link>https://dev.to/fenju_fu/from-command-blocking-to-skill-registries-securing-enterprise-ai-agents-54li</link>
      <guid>https://dev.to/fenju_fu/from-command-blocking-to-skill-registries-securing-enterprise-ai-agents-54li</guid>
      <description>&lt;p&gt;When &lt;code&gt;destructive_command_guard&lt;/code&gt; hit the top of GitHub Trending, it sparked a crucial conversation: &lt;strong&gt;How do we safely empower AI Agents with autonomy?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most solutions focus on &lt;em&gt;blocking&lt;/em&gt; dangerous commands &lt;em&gt;after&lt;/em&gt; they are generated. But reactive security is not enough for enterprise-grade applications. We need &lt;em&gt;proactive&lt;/em&gt; governance.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Limitation of "Guard" Solutions
&lt;/h2&gt;

&lt;p&gt;Tools like &lt;code&gt;destructive_command_guard&lt;/code&gt; act as a firewall, intercepting specific shell or Git commands. This is valuable, but it has limitations:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Reactive:&lt;/strong&gt; It only stops known-bad patterns.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Siloed:&lt;/strong&gt; It doesn't manage the &lt;em&gt;capability&lt;/em&gt; itself, only its execution.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;No Audit:&lt;/strong&gt; It doesn't track &lt;em&gt;who&lt;/em&gt; deployed the skill or &lt;em&gt;why&lt;/em&gt; it was used.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Enterprise Solution: Skill Registries
&lt;/h2&gt;

&lt;p&gt;For enterprises, the real need is a &lt;strong&gt;Skill Registry&lt;/strong&gt; — a centralized hub where all Agent capabilities are registered, versioned, and governed.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why &lt;code&gt;iflytek/skillhub&lt;/code&gt;?
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;iflytek/skillhub&lt;/strong&gt; is an open-source, self-hosted skill registry designed for AI Agents. It shifts security from &lt;em&gt;blocking&lt;/em&gt; to &lt;em&gt;governing&lt;/em&gt;.&lt;/p&gt;

&lt;h4&gt;
  
  
  Key Features:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Version Management:&lt;/strong&gt; Every skill has a clear version history. Roll back, compare, and track changes effortlessly.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;RBAC (Role-Based Access Control):&lt;/strong&gt; Define who can publish, update, or execute specific skills. Not every developer needs admin rights to production skills.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Audit Logs:&lt;/strong&gt; Every skill registration, update, and execution is logged. Full transparency for compliance and debugging.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Self-Hosted:&lt;/strong&gt; Keep your proprietary skills and sensitive data within your own infrastructure.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy2v9kx92drflm3xa9nik.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy2v9kx92drflm3xa9nik.png" alt="SkillHub Dashboard" width="800" height="297"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Combining SkillHub with Astron-Agent
&lt;/h2&gt;

&lt;p&gt;A registry is only as good as the agents that use it. &lt;strong&gt;iflytek/astron-agent&lt;/strong&gt; provides the agentic workflow platform to consume skills from SkillHub.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Register:&lt;/strong&gt; Publish your skill (e.g., "DataCleaner-v2.1") to SkillHub.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Authorize:&lt;/strong&gt; Set RBAC rules (e.g., "Only Data Engineers can execute").&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Execute:&lt;/strong&gt; Astron-Agent fetches the approved skill and executes it within a secure workflow.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This combination creates a &lt;strong&gt;Secure, Auditable, and Reusable&lt;/strong&gt; Agent ecosystem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Don't just block bad actions. &lt;strong&gt;Govern good capabilities.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Adopt a skill registry like &lt;code&gt;iflytek/skillhub&lt;/code&gt; to bring enterprise-grade security, version control, and auditability to your AI Agents.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;Explore SkillHub:&lt;/strong&gt; &lt;a href="https://github.com/iflytek/skillhub" rel="noopener noreferrer"&gt;https://github.com/iflytek/skillhub&lt;/a&gt;&lt;br&gt;
🔗 &lt;strong&gt;Explore Astron-Agent:&lt;/strong&gt; &lt;a href="https://github.com/iflytek/astron-agent" rel="noopener noreferrer"&gt;https://github.com/iflytek/astron-agent&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>opensource</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
