#automation
3 approved public terms with this tag.
CI/CD
机器辅助翻译草稿 (Chinese) for "CI/CD": Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and deploying code changes. CI automatically validates every commit; CD deploys validated code to production frequently and reliably without manual intervention.
“示例草稿: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.”
Orchestration
机器辅助翻译草稿 (Chinese) for "Orchestration": The coordination and sequencing of multiple AI agents, services, or steps in an automated workflow. An orchestrator determines which tools to invoke, in what order, and how to pass outputs between steps to complete a complex task end-to-end.
“示例草稿: The orchestration layer decided to call the search tool before invoking the summarization agent.”
Self-Heal 是 GitOps 术语,用来说明 automatic correction when live state drifts away from source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Self-Heal,发布就没有系着松鞋带冲进生产环境。”