Community translations by veiseule.ai — Help improve them on Crowdin
Skip to main content

openclaw agents

သီးခြားခွဲထားသော အေးဂျင့်များ (workspaces + auth + routing) ကို စီမံခန့်ခွဲပါ။

ဆက်စပ်အကြောင်းအရာများ—

  • အေးဂျင့်အများအပြား လမ်းကြောင်းသတ်မှတ်ခြင်း: Multi-Agent Routing
  • အေးဂျင့် အလုပ်ခွင်: Agent workspace

ဥပမာများ

openclaw agents list
openclaw agents add work --workspace ~/.openclaw/workspace-work
openclaw agents set-identity --workspace ~/.openclaw/workspace --from-identity
openclaw agents set-identity --agent main --avatar avatars/openclaw.png
openclaw agents delete work

အထောက်အထား ဖိုင်များ

အေးဂျင့် အလုပ်ခွင်တစ်ခုချင်းစီတွင် အလုပ်ခွင် root တွင် IDENTITY.md ကို ထည့်သွင်းနိုင်ပါသည်—

  • ဥပမာ လမ်းကြောင်း: ~/.openclaw/workspace/IDENTITY.md
  • set-identity --from-identity သည် အလုပ်ခွင် root (သို့မဟုတ် သတ်မှတ်ထားသော --identity-file) မှ ဖတ်ယူပါသည်

Avatar လမ်းကြောင်းများကို အလုပ်ခွင် root ကို အခြေခံ၍ ဖြေရှင်းပါသည်။

အထောက်အထား သတ်မှတ်ခြင်း

set-identity သည် agents.list[].identity ထဲသို့ အချက်အလက်များကို ရေးသွင်းပါသည်—

  • name
  • theme
  • emoji
  • avatar (workspace-relative လမ်းကြောင်း၊ http(s) URL၊ သို့မဟုတ် data URI)

IDENTITY.md မှ တင်ယူပါ—

openclaw agents set-identity --workspace ~/.openclaw/workspace --from-identity

အချက်အလက်များကို တိုက်ရိုက် အစားထိုးသတ်မှတ်ပါ—

openclaw agents set-identity --agent main --name "OpenClaw" --emoji "🦞" --avatar avatars/openclaw.png

Config နမူနာ—

{
  agents: {
    list: [
      {
        id: "main",
        identity: {
          name: "OpenClaw",
          theme: "space lobster",
          emoji: "🦞",
          avatar: "avatars/openclaw.png",
        },
      },
    ],
  },
}