Agent Clone & Fork

June 10, 2026 · View on GitHub

Goal: Spread a proven agent across teams without permission chaos or config drift.

When to use

  • One team built vendor-intake; three other teams want it
  • LangSmith Fleet "can clone" permission model applies

Permission levels

LevelMeaning
Can cloneFork into own copy to customize
Can runUse canonical agent unchanged
Can editMaintain canonical agent

Week one (F1)

Publish can run for most users; can clone for leads only. No edit for non-owners.

Fork tracking

Every clone registers:

id: vendor-intake-emea
forked_from: vendor-intake@1.2.0
owner: emea-ops

Human gates

  • Clone promoted to production connectors
  • Upstream merge from canonical to fork
  • Retire canonical while forks exist

Anti-pattern

Clone → customize → lose accountability link to forked_from.