انتقل إلى المحتوى

#automation

2 approved public terms with this tag.

Orchestration

/ˌɔːrkɪˈstreɪʃən/noun
AI & Technology

مسودة ترجمة بمساعدة آلية (Arabic) 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.

CI/CD

/siː aɪ siː diː/noun
Technology

مسودة ترجمة بمساعدة آلية (Arabic) 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.