Files
nexus/wiki/entities/Agentic-AI.md
2026-04-22 04:03:04 +08:00

95 lines
3.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Agentic AI"
type: entity
tags:
- ai
- devops
- automation
created: 2026-04-25
---
# Agentic AI
## Definition
Agentic AI (Agentic Artificial Intelligence) 是具有**自主决策和任务执行能力**的 AI 系统,能够感知环境、规划行动、执行任务并从反馈中学习。与传统 AI 不同Agentic AI 不仅响应查询,而是能够自主完成复杂的多步骤工作流。
## Aliases
- Autonomous AI
- AI Agents
- AI Automation
- Intelligent Automation
## Core Capabilities
| Capability | Description | Example |
|------------|-------------|---------|
| **感知 (Perceive)** | 感知环境和数据 | 监控云指标、日志分析 |
| **规划 (Plan)** | 制定行动策略 | 部署策略选择、回滚决策 |
| **执行 (Act)** | 自主执行任务 | 自动修复、配置变更 |
| **学习 (Learn)** | 从反馈中优化 | 历史模式学习、预测性维护 |
## Agentic AI vs Traditional AI
| Dimension | Traditional AI | Agentic AI |
|-----------|---------------|------------|
| Interaction | Request-Response | Goal-Directed |
| Autonomy | Low | High |
| Task Duration | Single Turn | Multi-Step Workflow |
| Human Oversight | Required | Minimal (Guardrails) |
| Adaptability | Static | Dynamic |
## Applications in Cloud DevOps
Agentic AI 在 Cloud DevOps 中的 7 大应用领域:
1. **[[Self-Healing Systems]]** — 自动检测异常并修复
2. **[[Root Cause Analysis (RCA)]]** — AI 驱动的根因分析
3. **[[Predictive Maintenance]]** — 基于历史模式预防故障
4. **[[Deployment Automation]]** — AI 作为 Release Manager
5. **[[Rightsizing]]** — 智能成本优化
6. **[[Automated Security Audit]]** — 持续安全态势管理
7. **[[AI ChatOps]]** — 自然语言运维协作
## Architecture Pattern
```
Agentic AI System:
┌─────────────────────────────────────────────────┐
│ Agentic AI │
├─────────────────────────────────────────────────┤
│ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
│ │感知层 │ │规划层 │ │执行层 │ │
│ │Sensors │ │Planner │ │Executor │ │
│ └────┬────┘ └────┬────┘ └────┬────┘ │
│ │ │ │ │
│ ┌────┴────────────┴────────────┴────┐ │
│ │ Tool Integration │ │
│ │ (CloudWatch, IAM, K8s, etc.) │ │
│ └──────────────────────────────────┘ │
└─────────────────────────────────────────────────┘
```
## Related Concepts
- [[Self-Healing Systems]]
- [[Root Cause Analysis (RCA)]]
- [[Predictive Maintenance]]
- [[Deployment Automation]]
- [[Rightsizing]]
- [[Automated Security Audit]]
- [[AI ChatOps]]
- [[What-If Simulation]]
- [[AIOps]]
## Related Sources
- [[how-agentic-ai-can-help-for-cloud-devops]]
## Related Entities
- [[Kubernetes]] — 主要管理和修复目标
- [[Terraform]] — IaC 审查对象
- [[CloudWatch]] — 监控数据来源