Pular para o conteúdo

#automation

3 approved public terms with this tag.

CI/CD

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

Rascunho de traducao automatica (Portuguese) 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.

Exemplo em rascunho: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.

Orchestration

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

Rascunho de traducao automatica (Portuguese) 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.

Exemplo em rascunho: The orchestration layer decided to call the search tool before invoking the summarization agent.

Self-Heal e um termo de GitOps para automatic correction when live state drifts away from source state. Ajuda equipes, pessoas e agentes a comparar o estado declarado com sistemas em execucao e agir sem fingir que o deploy fez mais do que as evidencias mostram. Fonte: Argo CD documentation.

A equipe usou Self-Heal antes do almoco, e o release parou de correr para producao com o cadarco solto.