@@ -553,10 +553,10 @@ export const PlatformEngineering = () => {
553
553
</div >
554
554
</div >
555
555
556
- { /* 5. IDP 作为 AI 代理治理中枢 */ }
556
+ { /* 5. IDP 作为 AI 智能体治理中枢 */ }
557
557
<div ref = { idpGovernanceRef } className = " mt-12" >
558
558
<div className = " section-header" >
559
- <h2 className = " section-title bg-indigo-600" >IDP 作为 AI 代理治理中枢 </h2 >
559
+ <h2 className = " section-title bg-indigo-600" >IDP 作为 AI 智能体治理中枢 </h2 >
560
560
<p className = " text-slate-600" >将 AI 能力与内部开发平台深度集成,提供统一的治理框架和上下文管理</p >
561
561
</div >
562
562
@@ -616,7 +616,7 @@ export const PlatformEngineering = () => {
616
616
<span className = " text-indigo-600 mr-2 font-medium" >→</span >
617
617
<div >
618
618
<span className = " font-medium" >策略即代码</span >
619
- <p className = " text-sm text-slate-600" >定义和执行 AI 代理行为的组织策略和约束 </p >
619
+ <p className = " text-sm text-slate-600" >定义和执行 AI 智能体行为的组织策略和约束 </p >
620
620
</div >
621
621
</li >
622
622
<li className = " flex items-start" >
@@ -647,9 +647,9 @@ export const PlatformEngineering = () => {
647
647
</div >
648
648
649
649
<div className = " bg-white p-5 rounded-lg shadow" >
650
- <h4 className = " font-semibold mb-2 text-indigo-600" >AI 代理编排 </h4 >
650
+ <h4 className = " font-semibold mb-2 text-indigo-600" >AI 智能体编排 </h4 >
651
651
<p className = " text-slate-600" >
652
- 协调多个专业 AI 代理 ,形成工作流,解决复杂问题,每个代理专注于特定任务
652
+ 协调多个专业 AI 智能体 ,形成工作流,解决复杂问题,每个代理专注于特定任务
653
653
</p >
654
654
<div className = " mt-2 flex items-center text-green-600 text-sm" >
655
655
<CheckCircle className = " h-4 w-4 mr-1" />
0 commit comments