Agentic AI 是一种完全自主性的 AI。这意味着它可以做出决策、采取行动,甚至自行学习以实现特定目标。这有点像拥有一个虚拟助手,它可以思考、推理和适应不断变化的环境,而无需不断的指导。 Agentic AI 分四个关键阶段运行:
Perception: It gathers data from the world around it. 感知:它从周围的世界收集数据。
Reasoning: It processes this data to understand what’s going on. 推理:它处理这些数据以了解发生了什么。
Action: It decides what to do based on its understanding. 行动:它根据自己的理解来决定做什么。
Learning: It improves and adapts over time, learning from feedback and experience. 学习:它会随着时间的推移而改进和适应,从反馈和经验中学习。
AI Agent --> Agentic AI的转变
两者的主要区别,主要在于以下几点:
AI Agent更侧重于智能实体的基本功能和自主性,而Agentic AI则强调系统在更高层面上的自主决策、自我学习和问题解决能力。
Agentic 需要突出学习能力, 可以从反馈和经验中学习
AI Agent可以看作是实现Agentic AI的一种技术手段或组件,而Agentic AI则是AI Agent在特定工作流程和目标导向下的一种表现形式。
通信协议: 不同数据源和工具如何统一集成进Agent?
MCP 协议
MCP 是一种开放协议,对于AI应用如何提供context给到LLM, MCP提供了一套标准。 因此可以将 MCP 想象成 AI 应用的 USB-C 端口。正如 USB-C 提供了一种将设备连接到各种外围设备和配件的标准化方式一样,MCP 也提供了一种将 AI 模型连接到不同数据源和工具的标准化方式。
MCP 架构
At its core, MCP follows a client-server architecture where a host application can connect to multiple servers:
MCP 的核心遵循客户端-服务器架构,其中主机应用程序可以连接到多个服务器:
MCP Hosts: Programs like Claude Desktop, IDEs, or AI tools that want to access data through MCP MCP 主机:希望通过 MCP 访问数据的 Claude Desktop、IDE 或 AI 工具等程序
MCP Clients: Protocol clients that maintain 1:1 connections with servers MCP 客户端:与服务器保持 1:1 连接的协议客户端
MCP Servers: Lightweight programs that each expose specific capabilities through the standardized Model Context Protocol MCP 服务器:轻量级程序,每个程序都通过标准化的 Model Context Protocol 公开特定功能
Local Data Sources: Your computer’s files, databases, and services that MCP servers can securely access 本地数据源:MCP 服务器可以安全访问的计算机文件、数据库和服务
Remote Services: External systems available over the internet (e.g., through APIs) that MCP servers can connect to 远程服务:MCP 服务器可以连接到的 Internet 上可用的外部系统(例如,通过 API)
业界 review:目前都在拿Agents在可观测/SRE等方向做什么及怎么做的?
产业界:Service Now
Paper works:
title
link
类型
code
RCAgent: Cloud Root Cause Analysis by Autonomous Agents with Tool-Augmented Large Language Models
.16340
RCA
Exploring LLM-based Agents for Root Cause Analysis
.04123
RCA
mABC: multi-Agent Blockchain-Inspired Collaboration for root cause analysis in micro-services architecture
.12135
RCA
Flow-of-Action: SOP Enhanced LLM-Based Multi-Agent System for Root Cause Analysis
.08224
RCA
AI Agents for Cloud Reliability: Autonomous Threat Detection and Mitigation Aligned with Site Reliability Engineering Principles
.12165v1
SRE
FlipAI: System of Intelligent Actors: The DevOps chapter
SRE
Nissist: An Incident Mitigation Copilot based on Troubleshooting Guides
Agentic AI 是一种完全自主性的 AI。这意味着它可以做出决策、采取行动,甚至自行学习以实现特定目标。这有点像拥有一个虚拟助手,它可以思考、推理和适应不断变化的环境,而无需不断的指导。 Agentic AI 分四个关键阶段运行:
Perception: It gathers data from the world around it. 感知:它从周围的世界收集数据。
Reasoning: It processes this data to understand what’s going on. 推理:它处理这些数据以了解发生了什么。
Action: It decides what to do based on its understanding. 行动:它根据自己的理解来决定做什么。
Learning: It improves and adapts over time, learning from feedback and experience. 学习:它会随着时间的推移而改进和适应,从反馈和经验中学习。
AI Agent --> Agentic AI的转变
两者的主要区别,主要在于以下几点:
AI Agent更侧重于智能实体的基本功能和自主性,而Agentic AI则强调系统在更高层面上的自主决策、自我学习和问题解决能力。
Agentic 需要突出学习能力, 可以从反馈和经验中学习
AI Agent可以看作是实现Agentic AI的一种技术手段或组件,而Agentic AI则是AI Agent在特定工作流程和目标导向下的一种表现形式。
通信协议: 不同数据源和工具如何统一集成进Agent?
MCP 协议
MCP 是一种开放协议,对于AI应用如何提供context给到LLM, MCP提供了一套标准。 因此可以将 MCP 想象成 AI 应用的 USB-C 端口。正如 USB-C 提供了一种将设备连接到各种外围设备和配件的标准化方式一样,MCP 也提供了一种将 AI 模型连接到不同数据源和工具的标准化方式。
MCP 架构
At its core, MCP follows a client-server architecture where a host application can connect to multiple servers:
MCP 的核心遵循客户端-服务器架构,其中主机应用程序可以连接到多个服务器:
MCP Hosts: Programs like Claude Desktop, IDEs, or AI tools that want to access data through MCP MCP 主机:希望通过 MCP 访问数据的 Claude Desktop、IDE 或 AI 工具等程序
MCP Clients: Protocol clients that maintain 1:1 connections with servers MCP 客户端:与服务器保持 1:1 连接的协议客户端
MCP Servers: Lightweight programs that each expose specific capabilities through the standardized Model Context Protocol MCP 服务器:轻量级程序,每个程序都通过标准化的 Model Context Protocol 公开特定功能
Local Data Sources: Your computer’s files, databases, and services that MCP servers can securely access 本地数据源:MCP 服务器可以安全访问的计算机文件、数据库和服务
Remote Services: External systems available over the internet (e.g., through APIs) that MCP servers can connect to 远程服务:MCP 服务器可以连接到的 Internet 上可用的外部系统(例如,通过 API)
业界 review:目前都在拿Agents在可观测/SRE等方向做什么及怎么做的?
产业界:Service Now
Paper works:
title
link
类型
code
RCAgent: Cloud Root Cause Analysis by Autonomous Agents with Tool-Augmented Large Language Models
.16340
RCA
Exploring LLM-based Agents for Root Cause Analysis
.04123
RCA
mABC: multi-Agent Blockchain-Inspired Collaboration for root cause analysis in micro-services architecture
.12135
RCA
Flow-of-Action: SOP Enhanced LLM-Based Multi-Agent System for Root Cause Analysis
.08224
RCA
AI Agents for Cloud Reliability: Autonomous Threat Detection and Mitigation Aligned with Site Reliability Engineering Principles
.12165v1
SRE
FlipAI: System of Intelligent Actors: The DevOps chapter
SRE
Nissist: An Incident Mitigation Copilot based on Troubleshooting Guides
发表评论