Skip to content

Commit c487775

Browse files
committed
feat(implementation): update terminology from 'AI 代理' to 'AI 智能体' for consistency in documentation
1 parent 4d4f302 commit c487775

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/ai-friendly/ai-friendly-platform-engineering.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -553,10 +553,10 @@ export const PlatformEngineering = () => {
553553
</div>
554554
</div>
555555

556-
{/* 5. IDP 作为 AI 代理治理中枢 */}
556+
{/* 5. IDP 作为 AI 智能体治理中枢 */}
557557
<div ref={idpGovernanceRef} className="mt-12">
558558
<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>
560560
<p className="text-slate-600">将 AI 能力与内部开发平台深度集成,提供统一的治理框架和上下文管理</p>
561561
</div>
562562

@@ -616,7 +616,7 @@ export const PlatformEngineering = () => {
616616
<span className="text-indigo-600 mr-2 font-medium">→</span>
617617
<div>
618618
<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>
620620
</div>
621621
</li>
622622
<li className="flex items-start">
@@ -647,9 +647,9 @@ export const PlatformEngineering = () => {
647647
</div>
648648

649649
<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>
651651
<p className="text-slate-600">
652-
协调多个专业 AI 代理,形成工作流,解决复杂问题,每个代理专注于特定任务
652+
协调多个专业 AI 智能体,形成工作流,解决复杂问题,每个代理专注于特定任务
653653
</p>
654654
<div className="mt-2 flex items-center text-green-600 text-sm">
655655
<CheckCircle className="h-4 w-4 mr-1"/>

src/components/PlatformEngFlow.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
151151
<g onClick={() => handleSectionClick('idp-governance')} style={clickableStyle}>
152152
<rect stroke="#4B0082" fillOpacity="0.2" fill="#4B0082" x="8" y="323" width="188" height="54" rx="5" />
153153
<text fill="#4B0082" fontFamily="PingFangSC-Regular, PingFang SC" fontSize="14">
154-
<tspan x="25" y="353">IDP 作为 AI 代理治理中枢</tspan>
154+
<tspan x="25" y="353">IDP 作为 AI 智能体治理中枢</tspan>
155155
</text>
156156
</g>
157157
</g>

0 commit comments

Comments
 (0)