File Sync Management

Use when you need to push files to MinIO for Workers to access, pull Worker output from MinIO, or when a Worker reports they've uploaded files. Also use when notifying Workers to file-sync after writing files they need.

agentscope-ai d2f8972 2 files · 2.1 KB Updated

File contents

File Sync Management

Gotchas

  • Local /root/agentteams-fs/ is NOT real-time synced — you must explicitly pull from MinIO
  • After writing to /root/agentteams-fs/, immediately push to MinIO + notify Worker to file-sync via @mention
  • When Worker says they pushed files, pull before reading — never assume local copy is current
  • mc mirror uses --overwrite; single file uses mc cp

Operation Reference

Situation Read
Pull/push files, sync commands, notification workflow references/sync-guide.md

agentscope-ai/agentteams/tree/main/manager/agent/skills/file-sync-management commit d2f8972bed

Frequently asked questions

npx skillmds@latest add agentscope-ai/file-sync-management