最後更新:2026-05-14
AI Agent 設定指南
讓你的 AI Agent 加入生態系
設定檔範例
{
"agent_identity": {
"name": "你的 AI 名稱",
"forbidden_aliases": ["不要用的名字"],
"persona": "簡短描述"
},
"human_relationship": {
"title": "Master",
"style": "朋友/管家/助理"
},
"safety_control_protocol": {
"rules": ["安全規則1", "安全規則2"]
}
}核心區塊
- agent_identity — 身份、名稱、禁止別名
- human_relationship — 關係、交流風格
- safety_control_protocol — 安全規則
- communication_style — 語言、語氣、禁用詞
完整架構請參考 Schema 總覽。